From e8be24295386f019f43fbf04beebb1a389e614fc Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 13 Apr 2006 03:54:16 +0000 Subject: Update to 0.9.1. Submitted by: Yi-Huan Chan --- net/ortp/Makefile | 3 +-- net/ortp/distinfo | 6 +++--- net/ortp/files/patch-ltmain.sh | 16 ++++++++++++++++ net/ortp/pkg-plist | 6 ++---- 4 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 net/ortp/files/patch-ltmain.sh (limited to 'net/ortp') diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 1292732346fb..f73491438f59 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ortp -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= net MASTER_SITES= http://www.linphone.org/ortp/sources/ diff --git a/net/ortp/distinfo b/net/ortp/distinfo index 81a83ca20418..4b8c1ad613cd 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,3 +1,3 @@ -MD5 (ortp-0.8.1.tar.gz) = 5d8a8da638aec3a80214d64e0c7929af -SHA256 (ortp-0.8.1.tar.gz) = ae5124fc34bc4238142746250dc4e9d0f4bd0ae42d7e46d948694c49f9164f0a -SIZE (ortp-0.8.1.tar.gz) = 440808 +MD5 (ortp-0.9.1.tar.gz) = 5c368acbbdbb6cf537307cb1493e4584 +SHA256 (ortp-0.9.1.tar.gz) = fd7c357fc93ef06a03f288a25499d5a5c5190029ecd62381c68cb369d413be39 +SIZE (ortp-0.9.1.tar.gz) = 445857 diff --git a/net/ortp/files/patch-ltmain.sh b/net/ortp/files/patch-ltmain.sh new file mode 100644 index 000000000000..cf5219c6f09d --- /dev/null +++ b/net/ortp/files/patch-ltmain.sh @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- ltmain.sh ++++ ltmain.sh +@@ -6005,8 +6005,8 @@ + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i +- $show "$install_prog $instname $destdir/$name" +- $run eval "$install_prog $instname $destdir/$name" || exit $? ++# $show "$install_prog $instname $destdir/$name" ++# $run eval "$install_prog $instname $destdir/$name" || exit $? + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index d6a2a4432ddd..e7d85eb5eee1 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -1,18 +1,16 @@ -include/ortp/ortp-config.h include/ortp/ortp.h include/ortp/payloadtype.h +include/ortp/port.h include/ortp/rtcp.h include/ortp/rtp.h -include/ortp/rtpport.h include/ortp/rtpsession.h include/ortp/rtpsignaltable.h include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/libortp.a -lib/libortp.la lib/libortp.so -lib/libortp.so.2 +lib/libortp.so.4 libdata/pkgconfig/ortp.pc %%DOCSDIR%%/book1.html %%DOCSDIR%%/ortp-library-management-functions.html -- cgit v1.2.3