Update to 0.12.0.
Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
This commit is contained in:
parent
65f69a64da
commit
077594b8ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179907
3 changed files with 16 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue