From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 16:10:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1F5E4222; Thu, 13 Dec 2012 16:10:14 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 064518FC12; Thu, 13 Dec 2012 16:10:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDGADcA068796; Thu, 13 Dec 2012 16:10:13 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDGAD9R068787; Thu, 13 Dec 2012 16:10:13 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201212131610.qBDGAD9R068787@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Thu, 13 Dec 2012 16:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308855 - in head/devel/ccrtp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 16:10:14 -0000 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 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