From hubert@hubert.ckefgisc.org  Sat Feb 10 09:37:47 2007
Return-Path: <hubert@hubert.ckefgisc.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 45FE516A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Feb 2007 09:37:47 +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 DCB1213C4A5
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Feb 2007 09:37:46 +0000 (UTC)
	(envelope-from hubert@hubert.ckefgisc.org)
Received: from localhost (localhost.ckefgisc.org [127.0.0.1])
	by hubert.ckefgisc.org (Postfix) with ESMTP id 5CD0B187041;
	Sat, 10 Feb 2007 17:11:32 +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 boVb68VZVc1t; Sat, 10 Feb 2007 17:11:26 +0800 (CST)
Received: by hubert.ckefgisc.org (Postfix, from userid 1001)
	id E1CDD18703F; Sat, 10 Feb 2007 17:11:25 +0800 (CST)
Message-Id: <20070210091125.E1CDD18703F@hubert.ckefgisc.org>
Date: Sat, 10 Feb 2007 17:11:25 +0800 (CST)
From: Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hopet@ics.muni.cz
Subject: [PATCH] devel/jrtplib: update to 3.7.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: hopet@ics.muni.cz

>Number:         109011
>Category:       ports
>Synopsis:       [PATCH] devel/jrtplib: update to 3.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 09:40:03 GMT 2007
>Closed-Date:    Mon Feb 12 13:22:15 GMT 2007
>Last-Modified:  Mon Feb 12 13:30:04 GMT 2007
>Originator:     Yi-Huan Chan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD hubert.ckefgisc.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jan 15 19:36:02 CST 2007
>Description:
- Update to 3.7.0

Removed file(s):
- files/patch-src-rtpipv6destination.h

Port maintainer (hopet@ics.muni.cz) is cc'd.

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

--- jrtplib-3.7.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/Makefile /usr/ports/devel/jrtplib/Makefile
--- /usr/ports/devel/jrtplib.orig/Makefile	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/Makefile	Sat Feb 10 17:02:42 2007
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	jrtplib
-PORTVERSION=	3.6.0
+PORTVERSION=	3.7.0
 CATEGORIES=	devel
-MASTER_SITES=	http://research.edm.luc.ac.be/jori/jrtplib/
+MASTER_SITES=	http://research.edm.uhasselt.be/~jori/page/
 
 MAINTAINER=	hopet@ics.muni.cz
 COMMENT=	Object-oriented RTP library written in C++
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/distinfo /usr/ports/devel/jrtplib/distinfo
--- /usr/ports/devel/jrtplib.orig/distinfo	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/distinfo	Sat Feb 10 16:44:42 2007
@@ -1,3 +1,3 @@
-MD5 (jrtplib-3.6.0.tar.gz) = 89536eb17c77cdec87f94b501bd151e6
-SHA256 (jrtplib-3.6.0.tar.gz) = f9a60d4a9f325850a155518c7fc27df0cb0cfb9d3dc5a040014440c9eb771807
-SIZE (jrtplib-3.6.0.tar.gz) = 459701
+MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c
+SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2
+SIZE (jrtplib-3.7.0.tar.gz) = 466289
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/files/patch-src-rtperrors.h /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h
--- /usr/ports/devel/jrtplib.orig/files/patch-src-rtperrors.h	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/files/patch-src-rtperrors.h	Sat Feb 10 16:45:23 2007
@@ -4,7 +4,7 @@
  
  #define RTPERRORS_H
  
-+#include <stdio.h>
++#include <cstdio>
  #include <string>
  
  std::string RTPGetErrorString(int errcode);
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h
--- /usr/ports/devel/jrtplib.orig/files/patch-src-rtpipv6destination.h	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h	Thu Jan  1 08:00:00 1970
@@ -1,15 +0,0 @@
---- src/rtpipv6destination.h.orig	Tue Sep 26 22:12:59 2006
-+++ src/rtpipv6destination.h	Tue Sep 26 22:13:16 2006
-@@ -65,9 +65,9 @@
- 		rtpaddr.sin6_family = AF_INET6;
- 		rtpaddr.sin6_port = htons(portbase);
- 		rtpaddr.sin6_addr = ip;
--		rtpaddr.sin6_family = AF_INET6;
--		rtpaddr.sin6_port = htons(portbase+1);
--		rtpaddr.sin6_addr = ip;
-+		rtcpaddr.sin6_family = AF_INET6;
-+		rtcpaddr.sin6_port = htons(portbase+1);
-+		rtcpaddr.sin6_addr = ip;
- 	}
- 	in6_addr GetIP() const								{ return rtpaddr.sin6_addr; }
- 	bool operator==(const RTPIPv6Destination &src) const				
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/pkg-descr /usr/ports/devel/jrtplib/pkg-descr
--- /usr/ports/devel/jrtplib.orig/pkg-descr	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/pkg-descr	Sat Feb 10 16:47:55 2007
@@ -3,7 +3,7 @@
 (or 'School voor Kennistechnologie' in Dutch), a cooperation between the 
 'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM). 
 
-WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
+WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib
 
 - Petr
 hopet@ics.muni.cz
diff -ruN --exclude=CVS /usr/ports/devel/jrtplib.orig/pkg-plist /usr/ports/devel/jrtplib/pkg-plist
--- /usr/ports/devel/jrtplib.orig/pkg-plist	Sat Feb 10 16:31:31 2007
+++ /usr/ports/devel/jrtplib/pkg-plist	Sat Feb 10 16:53:35 2007
@@ -47,7 +47,7 @@
 include/jrtplib3/rtptypes_win.h
 include/jrtplib3/rtpudpv4transmitter.h
 include/jrtplib3/rtpudpv6transmitter.h
-lib/libjrtp-3.6.0.so
+lib/libjrtp-3.7.0.so
 lib/libjrtp.a
 lib/libjrtp.la
 lib/libjrtp.so
--- jrtplib-3.7.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Feb 10 09:40:41 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109011 

From: "Petr Holub" <hopet@ics.muni.cz>
To: <bug-followup@FreeBSD.org>, <yhchan@csie.nctu.edu.tw>
Cc:  
Subject: Re: ports/109011: [PATCH] devel/jrtplib: update to 3.7.0
Date: Sat, 10 Feb 2007 21:01:54 +0100

 I approve
 
 Petr
 
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Mon Feb 12 12:45:47 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109011 
State-Changed-From-To: feedback->open 
State-Changed-By: rafan 
State-Changed-When: Mon Feb 12 13:03:33 UTC 2007 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109011 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Feb 12 13:22:12 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109011 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109011: commit references a PR
Date: Mon, 12 Feb 2007 13:22:18 +0000 (UTC)

 rafan       2007-02-12 13:22:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/jrtplib        Makefile distinfo pkg-descr pkg-plist 
     devel/jrtplib/files  patch-src-rtperrors.h 
   Removed files:
     devel/jrtplib/files  patch-src-rtpipv6destination.h 
   Log:
   - Update to 3.7.0
   - Update MASTER_SITES/WWW
   
   PR:             ports/109011
   Submitted by:   Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
   Approved by:    Petr Holub <hopet at ics.muni.cz> (maintainer)
   
   Revision  Changes    Path
   1.13      +2 -2      ports/devel/jrtplib/Makefile
   1.7       +3 -3      ports/devel/jrtplib/distinfo
   1.2       +1 -1      ports/devel/jrtplib/files/patch-src-rtperrors.h
   1.2       +0 -15     ports/devel/jrtplib/files/patch-src-rtpipv6destination.h (dead)
   1.4       +1 -1      ports/devel/jrtplib/pkg-descr
   1.6       +1 -1      ports/devel/jrtplib/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
