mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.9.2
This commit is contained in:
parent
7882e3c7a3
commit
7e189d74cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200659
3 changed files with 7 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libzrtpcpp
|
PORTNAME= libzrtpcpp
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR=ccrtp
|
MASTER_SITE_SUBDIR=ccrtp
|
||||||
|
@ -15,7 +14,7 @@ MASTER_SITE_SUBDIR=ccrtp
|
||||||
MAINTAINER= acm@FreeBSD.org
|
MAINTAINER= acm@FreeBSD.org
|
||||||
COMMENT= ZRTP extension for GNU ccRTP
|
COMMENT= ZRTP extension for GNU ccRTP
|
||||||
|
|
||||||
LIB_DEPENDS= ccrtp1-1.5.0:${PORTSDIR}/devel/ccrtp
|
LIB_DEPENDS= ccrtp1-1.5.1:${PORTSDIR}/devel/ccrtp
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libzrtpcpp-0.9.0.tar.gz) = a439328318f25e3069549e265902a119
|
MD5 (libzrtpcpp-0.9.2.tar.gz) = b383af133d60ebf0a001f8dc88aa1c04
|
||||||
SHA256 (libzrtpcpp-0.9.0.tar.gz) = 5125c659d59433d89016e01137b0d27f7e408dd2ba1bb5f01d87b190f9caecb1
|
SHA256 (libzrtpcpp-0.9.2.tar.gz) = d5e5ed7d3eb962f91ab4ed5b0f788bd49d86f8598704b36b342494af199c829d
|
||||||
SIZE (libzrtpcpp-0.9.0.tar.gz) = 452930
|
SIZE (libzrtpcpp-0.9.2.tar.gz) = 404068
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
include/libzrtpcpp/Base32.h
|
include/libzrtpcpp/Base32.h
|
||||||
|
include/libzrtpcpp/ZrtpCrc32.h
|
||||||
include/libzrtpcpp/ZrtpPacketBase.h
|
include/libzrtpcpp/ZrtpPacketBase.h
|
||||||
include/libzrtpcpp/ZrtpPacketDHPart.h
|
include/libzrtpcpp/ZrtpPacketDHPart.h
|
||||||
|
include/libzrtpcpp/ZrtpPacketErrorAck.h
|
||||||
include/libzrtpcpp/ZrtpPacketHello.h
|
include/libzrtpcpp/ZrtpPacketHello.h
|
||||||
include/libzrtpcpp/ZIDFile.h
|
include/libzrtpcpp/ZIDFile.h
|
||||||
include/libzrtpcpp/ZrtpPacketClearAck.h
|
include/libzrtpcpp/ZrtpPacketClearAck.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue