svn commit: r329097 - head/devel/ccrtp

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Oct 2 18:50:37 UTC 2013


Author: acm
Date: Wed Oct  2 18:50:36 2013
New Revision: 329097
URL: http://svnweb.freebsd.org/changeset/ports/329097

Log:
  - Update to 2.0.6
  - Remove BROKEN
  - Add missing dependency

Modified:
  head/devel/ccrtp/Makefile
  head/devel/ccrtp/distinfo

Modified: head/devel/ccrtp/Makefile
==============================================================================
--- head/devel/ccrtp/Makefile	Wed Oct  2 18:36:59 2013	(r329096)
+++ head/devel/ccrtp/Makefile	Wed Oct  2 18:50:36 2013	(r329097)
@@ -2,26 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	ccrtp
-PORTVERSION=	2.0.5
-PORTREVISION=	1
+PORTVERSION=	2.0.6
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
 MAINTAINER=	acm at 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 && \

Modified: head/devel/ccrtp/distinfo
==============================================================================
--- head/devel/ccrtp/distinfo	Wed Oct  2 18:36:59 2013	(r329096)
+++ head/devel/ccrtp/distinfo	Wed Oct  2 18:50:36 2013	(r329097)
@@ -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


More information about the svn-ports-head mailing list