From hubert@hubert.ckefgisc.org  Wed Oct 11 04:42:57 2006
Return-Path: <hubert@hubert.ckefgisc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ECE5616A403;
	Wed, 11 Oct 2006 04:42:56 +0000 (UTC)
	(envelope-from hubert@hubert.ckefgisc.org)
Received: from hubert.ckefgisc.org (showroom4.JRC.NCTU.edu.tw [140.113.131.104])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C75E43D4C;
	Wed, 11 Oct 2006 04:42:56 +0000 (GMT)
	(envelope-from hubert@hubert.ckefgisc.org)
Received: from localhost (localhost [127.0.0.1])
	by hubert.ckefgisc.org (Postfix) with ESMTP id AE2DB6D424;
	Wed, 11 Oct 2006 12:43:13 +0800 (CST)
Received: from hubert.ckefgisc.org ([127.0.0.1])
	by localhost (hubert.ckefgisc.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id aZ72fuF4nujK; Wed, 11 Oct 2006 12:43:10 +0800 (CST)
Received: by hubert.ckefgisc.org (Postfix, from userid 1001)
	id 0241B6D40A; Wed, 11 Oct 2006 12:43:09 +0800 (CST)
Message-Id: <20061011044310.0241B6D40A@hubert.ckefgisc.org>
Date: Wed, 11 Oct 2006 12:43:09 +0800 (CST)
From: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sobomax@FreeBSD.org
Subject: [PATCH] net/ortp: update to 0.11.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104287
>Category:       ports
>Synopsis:       [PATCH] net/ortp: update to 0.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sobomax
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 11 04:50:15 GMT 2006
>Closed-Date:    Wed Jan 24 20:27:22 GMT 2007
>Last-Modified:  Wed Jan 24 20:27:22 GMT 2007
>Originator:     Yi-Huan Chan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hubert.ckefgisc.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Sep 30 02:49:27 CST 2006
>Description:
- Update to 0.11.0

Port maintainer (sobomax@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ortp-0.11.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/ortp.orig/Makefile /usr/ports/net/ortp/Makefile
--- /usr/ports/net/ortp.orig/Makefile	Wed Oct 11 12:18:09 2006
+++ /usr/ports/net/ortp/Makefile	Wed Oct 11 12:40:22 2006
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	ortp
-PORTVERSION=	0.9.1
+PORTVERSION=	0.11.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
@@ -16,6 +17,6 @@
 USE_GNOME=	glib20 pkgconfig gnomehack
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/ortp.orig/distinfo /usr/ports/net/ortp/distinfo
--- /usr/ports/net/ortp.orig/distinfo	Wed Oct 11 12:18:09 2006
+++ /usr/ports/net/ortp/distinfo	Wed Oct 11 12:19:12 2006
@@ -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.11.0.tar.gz) = c2595b0caf99f922946fcb16e3250787
+SHA256 (ortp-0.11.0.tar.gz) = 8e6aa64d3dd30ceb621f2a556e63b2a6c02df426c6bb8afec1580ba614eed828
+SIZE (ortp-0.11.0.tar.gz) = 488309
diff -ruN --exclude=CVS /usr/ports/net/ortp.orig/pkg-plist /usr/ports/net/ortp/pkg-plist
--- /usr/ports/net/ortp.orig/pkg-plist	Wed Oct 11 12:18:09 2006
+++ /usr/ports/net/ortp/pkg-plist	Wed Oct 11 12:30:06 2006
@@ -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/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
--- ortp-0.11.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sobomax 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 11 04:50:25 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104287 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Jan 24 20:26:52 UTC 2007 
State-Changed-Why:  
Port already on 0.12.0 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104287 
>Unformatted:
