Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 16:10:13 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308855 - in head/devel/ccrtp: . files
Message-ID:  <201212131610.qBDGAD9R068787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Dec 13 16:10:12 2012
New Revision: 308855
URL: http://svnweb.freebsd.org/changeset/ports/308855

Log:
  - Update to 2.0.5
  
  PR:		170600
  Submitted by:	Waitman Gobble <uzimac  at  da3m0n8t3r.com>

Modified:
  head/devel/ccrtp/Makefile
  head/devel/ccrtp/distinfo
  head/devel/ccrtp/files/patch-Makefile
  head/devel/ccrtp/pkg-plist

Modified: head/devel/ccrtp/Makefile
==============================================================================
--- head/devel/ccrtp/Makefile	Thu Dec 13 16:08:20 2012	(r308854)
+++ head/devel/ccrtp/Makefile	Thu Dec 13 16:10:12 2012	(r308855)
@@ -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

Modified: head/devel/ccrtp/distinfo
==============================================================================
--- head/devel/ccrtp/distinfo	Thu Dec 13 16:08:20 2012	(r308854)
+++ head/devel/ccrtp/distinfo	Thu Dec 13 16:10:12 2012	(r308855)
@@ -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

Modified: head/devel/ccrtp/files/patch-Makefile
==============================================================================
--- head/devel/ccrtp/files/patch-Makefile	Thu Dec 13 16:08:20 2012	(r308854)
+++ head/devel/ccrtp/files/patch-Makefile	Thu Dec 13 16:10:12 2012	(r308855)
@@ -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

Modified: head/devel/ccrtp/pkg-plist
==============================================================================
--- head/devel/ccrtp/pkg-plist	Thu Dec 13 16:08:20 2012	(r308854)
+++ head/devel/ccrtp/pkg-plist	Thu Dec 13 16:10:12 2012	(r308855)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212131610.qBDGAD9R068787>