diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 18:50:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2013-10-02 18:50:36 +0000 |
commit | 0c5f2adcb4135bd1c93e748854b61acede65e0a2 (patch) | |
tree | 80b2a5bb543b8615dc2fe43214e935b658f6d31f /devel/ccrtp | |
parent | c2bd9f06f87ba80d8b4d4ba32a5b49315deeba36 (diff) | |
download | ports-0c5f2adcb4135bd1c93e748854b61acede65e0a2.tar.gz ports-0c5f2adcb4135bd1c93e748854b61acede65e0a2.zip |
Notes
Diffstat (limited to 'devel/ccrtp')
-rw-r--r-- | devel/ccrtp/Makefile | 10 | ||||
-rw-r--r-- | devel/ccrtp/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index a3d5b1ff0d9a..00b9f39b3950 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -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 && \ diff --git a/devel/ccrtp/distinfo b/devel/ccrtp/distinfo index 35db8fe31866..36964f0c8dc5 100644 --- a/devel/ccrtp/distinfo +++ b/devel/ccrtp/distinfo @@ -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 |