ports/89942: Update port: net/ortp - update to 0.7.1.
Florent Thoumie
flz at xbsd.org
Sun Dec 4 16:40:02 UTC 2005
>Number: 89942
>Category: ports
>Synopsis: Update port: net/ortp - update to 0.7.1.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 04 16:40:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Florent Thoumie
>Release: FreeBSD 6.0-RELEASE amd64
>Organization:
Xbsd.org
>Environment:
System: FreeBSD cream.xbsd.org 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Thu Dec 1 14:48:56 UTC 2005 root at cream.xbsd.org:/usr/src/sys/amd64/compile/CREAM amd64
>Description:
Update net/ortp to latest version.
Use DOCSDIR in pkg-plist.
Add SHA256 checksum.
A fresh ortp is needed to use gaim video features in the upcoming 2.0.0 version.
>How-To-Repeat:
>Fix:
--- ortp.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/ortp/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 15 Nov 2005 06:50:33 -0000 1.8
+++ Makefile 4 Dec 2005 16:22:03 -0000
@@ -6,15 +6,14 @@
#
PORTNAME= ortp
-PORTVERSION= 0.6.2
-PORTREVISION= 4
+PORTVERSION= 0.7.1
CATEGORIES= net
MASTER_SITES= http://www.linphone.org/ortp/sources/
MAINTAINER= sobomax at FreeBSD.org
COMMENT= A Real-time Transport Protocol (RTP) stack
-USE_GNOME= glib20
+USE_GNOME= glib20 gnomehack
USE_AUTOTOOLS= libtool:13:inc
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
INSTALLS_SHLIB= yes
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/ortp/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 18 Mar 2004 02:27:44 -0000 1.2
+++ distinfo 4 Dec 2005 16:22:03 -0000
@@ -1,2 +1,3 @@
-MD5 (ortp-0.6.2.tar.gz) = d1c5bd773a288bcacbf4cf6c93d75228
-SIZE (ortp-0.6.2.tar.gz) = 378484
+MD5 (ortp-0.7.1.tar.gz) = e69ba3f5a2ac76e3b6117826d0c536b2
+SHA256 (ortp-0.7.1.tar.gz) = 2f2fc74a13df58f560c40385cd78683c66623d7a8271cb17941a9de7be07d43f
+SIZE (ortp-0.7.1.tar.gz) = 426565
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/ortp/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist 20 Oct 2003 13:04:37 -0000 1.1
+++ pkg-plist 4 Dec 2005 16:22:03 -0000
@@ -1,32 +1,24 @@
include/ortp/ortp-config.h
include/ortp/ortp.h
include/ortp/payloadtype.h
-include/ortp/port_fct.h
+include/ortp/rtcp.h
include/ortp/rtp.h
-include/ortp/rtpmod.h
include/ortp/rtpport.h
include/ortp/rtpsession.h
include/ortp/rtpsignaltable.h
-include/ortp/rtptimer.h
-include/ortp/scheduler.h
include/ortp/sessionset.h
include/ortp/str_utils.h
include/ortp/telephonyevents.h
lib/libortp.a
lib/libortp.so
-lib/libortp.so.0
-share/doc/ortp/book1.html
-share/doc/ortp/index.sgml
-share/doc/ortp/ortp-multiplexing-sessions-(in-a-one-thread-design).html
-share/doc/ortp/ortp-rtp-payloads-and-profiles.html
-share/doc/ortp/ortp-rtpsession-api.html
-share/doc/ortp/ortp-stack-initialisation.html
-share/doc/ortp/ortp-stack-management-functions.html
-share/doc/ortp/ortp-telephone-events-(rfc2833)-.html
-share/doc/ortp/ortp-telephony-events-(rfc2833)-.html
-share/doc/ortp/ortpapi.html
-share/doc/ortp/rtpsession.html
-share/doc/ortp/stackinit.html
-share/doc/ortp/startup.html
- at dirrm share/doc/ortp
+lib/libortp.so.7
+libdata/pkgconfig/ortp.pc
+%%DOCSDIR%%/book1.html
+%%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
+ at dirrm %%DOCSDIR%%
@dirrm include/ortp
--- ortp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list