ports/109011: [PATCH] devel/jrtplib: update to 3.7.0

Yi-Huan Chan yhchan at csie.nctu.edu.tw
Sat Feb 10 09:40:05 UTC 2007


>Number:         109011
>Category:       ports
>Synopsis:       [PATCH] devel/jrtplib: update to 3.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 09:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list