Update to 0.9.1.
Submitted by: Yi-Huan Chan
This commit is contained in:
parent
f3e1106955
commit
e8be242953
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159401
4 changed files with 22 additions and 9 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
16
net/ortp/files/patch-ltmain.sh
Normal file
16
net/ortp/files/patch-ltmain.sh
Normal file
|
@ -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"
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue