diff options
author | sobomax <sobomax@FreeBSD.org> | 2006-12-16 08:50:28 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2006-12-16 08:50:28 +0000 |
commit | 3edb45fe1fa837fd381849a5c002d5572bdeab8d (patch) | |
tree | e624d929f8e9555ae7fb8a25d84075fbb3491490 /net | |
parent | 5806d01bc38436fca86a0f9d83f4bd08f5f9cb7e (diff) | |
download | FreeBSD-ports-3edb45fe1fa837fd381849a5c002d5572bdeab8d.zip FreeBSD-ports-3edb45fe1fa837fd381849a5c002d5572bdeab8d.tar.gz |
Update to 0.12.0.
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Diffstat (limited to 'net')
-rw-r--r-- | net/ortp/Makefile | 5 | ||||
-rw-r--r-- | net/ortp/distinfo | 6 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 11 |
3 files changed, 16 insertions, 6 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index f734914..6629a57 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -6,9 +6,10 @@ # PORTNAME= ortp -PORTVERSION= 0.9.1 +PORTVERSION= 0.12.0 CATEGORIES= net -MASTER_SITES= http://www.linphone.org/ortp/sources/ +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= linphone/ortp/sources MAINTAINER= sobomax@FreeBSD.org COMMENT= A Real-time Transport Protocol (RTP) stack diff --git a/net/ortp/distinfo b/net/ortp/distinfo index 4b8c1ad..3545e02 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,3 +1,3 @@ -MD5 (ortp-0.9.1.tar.gz) = 5c368acbbdbb6cf537307cb1493e4584 -SHA256 (ortp-0.9.1.tar.gz) = fd7c357fc93ef06a03f288a25499d5a5c5190029ecd62381c68cb369d413be39 -SIZE (ortp-0.9.1.tar.gz) = 445857 +MD5 (ortp-0.12.0.tar.gz) = c36142acaed25806824dd4fac1d666b3 +SHA256 (ortp-0.12.0.tar.gz) = 96763b6ce728e4cde4f681c42a2c51790630ec8583c71fe9217dbce04ad7a6b8 +SIZE (ortp-0.12.0.tar.gz) = 495355 diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index e7d85eb..e06b347 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -1,3 +1,4 @@ +include/ortp/event.h include/ortp/ortp.h include/ortp/payloadtype.h include/ortp/port.h @@ -7,17 +8,25 @@ include/ortp/rtpsession.h include/ortp/rtpsignaltable.h include/ortp/sessionset.h include/ortp/str_utils.h +include/ortp/stun.h +include/ortp/stun_udp.h include/ortp/telephonyevents.h lib/libortp.a lib/libortp.so -lib/libortp.so.4 +lib/libortp.so.5 libdata/pkgconfig/ortp.pc %%DOCSDIR%%/book1.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png %%DOCSDIR%%/ortp-library-management-functions.html %%DOCSDIR%%/ortp-multiplexing-sessions---in-a-one-thread-design.html %%DOCSDIR%%/ortp-rtp-payloads-and-profiles.html %%DOCSDIR%%/ortp-rtpsession-api.html %%DOCSDIR%%/ortp-telephone-events---rfc2833-.html %%DOCSDIR%%/ortpapi.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png @dirrm %%DOCSDIR%% @dirrm include/ortp |