svn commit: r363110 - head/devel/ccrtp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jul 28 01:35:21 UTC 2014
Author: amdmi3
Date: Mon Jul 28 01:35:20 2014
New Revision: 363110
URL: http://svnweb.freebsd.org/changeset/ports/363110
QAT: https://qat.redports.org/buildarchive/r363110/
Log:
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Modified:
head/devel/ccrtp/Makefile
head/devel/ccrtp/pkg-plist
Modified: head/devel/ccrtp/Makefile
==============================================================================
--- head/devel/ccrtp/Makefile Mon Jul 28 01:20:06 2014 (r363109)
+++ head/devel/ccrtp/Makefile Mon Jul 28 01:35:20 2014 (r363110)
@@ -3,7 +3,7 @@
PORTNAME= ccrtp
PORTVERSION= 2.0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNU
@@ -14,12 +14,12 @@ LIB_DEPENDS= libcommoncpp.so:${PORTSDIR}
libgcrypt.so:${PORTSDIR}/security/libgcrypt
GNU_CONFIGURE= yes
-USES= gmake gettext iconv pkgconfig
+USES= gmake gettext libtool iconv pkgconfig
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-INFO= ccrtp
+INFO= ccrtp
post-patch:
@cd ${WRKSRC}/src && \
Modified: head/devel/ccrtp/pkg-plist
==============================================================================
--- head/devel/ccrtp/pkg-plist Mon Jul 28 01:20:06 2014 (r363109)
+++ head/devel/ccrtp/pkg-plist Mon Jul 28 01:35:20 2014 (r363110)
@@ -14,9 +14,9 @@ include/ccrtp/rtcppkt.h
include/ccrtp/rtp.h
include/ccrtp/rtppkt.h
include/ccrtp/sources.h
+lib/libccrtp.so.0.0.0
lib/libccrtp.so.0
lib/libccrtp.so
-lib/libccrtp.la
lib/libccrtp.a
libdata/pkgconfig/libccrtp.pc
@dirrm include/ccrtp
More information about the svn-ports-all
mailing list