- Update to 2.0.6
- Remove BROKEN - Add missing dependency
This commit is contained in:
parent
c2bd9f06f8
commit
0c5f2adcb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329097
2 changed files with 6 additions and 8 deletions
|
@ -2,26 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ccrtp
|
||||
PORTVERSION= 2.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNU
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Implementation of the real-time transport protocol
|
||||
|
||||
LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon
|
||||
LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon \
|
||||
libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake gettext iconv pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
INFO= ccrtp
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@cd ${WRKSRC}/src && \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ccrtp-2.0.5.tar.gz) = 7cfad1e992986cef8245ff09b70faec1dffcab99a53a8753bce5c4ea06048911
|
||||
SIZE (ccrtp-2.0.5.tar.gz) = 735488
|
||||
SHA256 (ccrtp-2.0.6.tar.gz) = 39fe4cd98635f710800b1d3f4090cae7110cbfee97ad42c77233eac2c5e4381b
|
||||
SIZE (ccrtp-2.0.6.tar.gz) = 735455
|
||||
|
|
Loading…
Reference in a new issue