diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-13 16:10:12 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-12-13 16:10:12 +0000 |
commit | 340f1838064c25f9171358f251abb129243b3a77 (patch) | |
tree | 8b1e836aa87ab03a5f0bd5bff12cd0356fd339a0 /devel/ccrtp | |
parent | bd013bea6ab0fce01cbf48dfffae866601d42569 (diff) |
Notes
Diffstat (limited to 'devel/ccrtp')
-rw-r--r-- | devel/ccrtp/Makefile | 4 | ||||
-rw-r--r-- | devel/ccrtp/distinfo | 4 | ||||
-rw-r--r-- | devel/ccrtp/files/patch-Makefile | 14 | ||||
-rw-r--r-- | devel/ccrtp/pkg-plist | 12 |
4 files changed, 17 insertions, 17 deletions
diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index aefb3a5dc794..ffa1d031e9a2 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -6,14 +6,14 @@ # PORTNAME= ccrtp -PORTVERSION= 1.7.1 +PORTVERSION= 2.0.5 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= acm@FreeBSD.org COMMENT= Implementation of the real-time transport protocol -LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= commoncpp:${PORTSDIR}/devel/ucommon GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/ccrtp/distinfo b/devel/ccrtp/distinfo index 1c714526a6bd..35db8fe31866 100644 --- a/devel/ccrtp/distinfo +++ b/devel/ccrtp/distinfo @@ -1,2 +1,2 @@ -SHA256 (ccrtp-1.7.1.tar.gz) = 56867c5e9fbe321cb3ab20be22627b0aa090273d384ad28bba5c3d077248515f -SIZE (ccrtp-1.7.1.tar.gz) = 628801 +SHA256 (ccrtp-2.0.5.tar.gz) = 7cfad1e992986cef8245ff09b70faec1dffcab99a53a8753bce5c4ea06048911 +SIZE (ccrtp-2.0.5.tar.gz) = 735488 diff --git a/devel/ccrtp/files/patch-Makefile b/devel/ccrtp/files/patch-Makefile index dec852cdd318..8116d05442a7 100644 --- a/devel/ccrtp/files/patch-Makefile +++ b/devel/ccrtp/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.in Sat Apr 22 19:41:06 2006 -+++ Makefile.in Sat Apr 22 19:41:35 2006 -@@ -224,7 +224,7 @@ +--- Makefile.in 2012-11-20 08:44:39.000000000 -0500 ++++ Makefile.in 2012-12-13 01:02:36.000000000 -0500 +@@ -330,7 +330,7 @@ - SUBDIRS = src doc + SUBDIRS = src demo doc DIST_SUBDIRS = m4 src phone doc demo w32 -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = libccrtp1.pc - all: all-recursive - + pkgconfig_DATA = libccrtp.pc + all: ccrtp-config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/devel/ccrtp/pkg-plist b/devel/ccrtp/pkg-plist index 94bbfc0a51cb..be36f9eb7b2c 100644 --- a/devel/ccrtp/pkg-plist +++ b/devel/ccrtp/pkg-plist @@ -1,4 +1,5 @@ include/ccrtp/CryptoContext.h +include/ccrtp/CryptoContextCtrl.h include/ccrtp/base.h include/ccrtp/cqueue.h include/ccrtp/channel.h @@ -13,10 +14,9 @@ include/ccrtp/rtcppkt.h include/ccrtp/rtp.h include/ccrtp/rtppkt.h include/ccrtp/sources.h -lib/libccrtp1-1.7.so.0 -lib/libccrtp1-1.7.so -lib/libccrtp1.so -lib/libccrtp1.a -lib/libccrtp1.la -libdata/pkgconfig/libccrtp1.pc +lib/libccrtp.so.0 +lib/libccrtp.so +lib/libccrtp.la +lib/libccrtp.a +libdata/pkgconfig/libccrtp.pc @dirrm include/ccrtp |