ports/128936: [PATCH] devel/jrtplib: update to 3.7.1

Yi-Jheng Lin yzlin at cs.nctu.edu.tw
Mon Nov 17 06:50:02 UTC 2008


>Number:         128936
>Category:       ports
>Synopsis:       [PATCH] devel/jrtplib: update to 3.7.1
>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:   Mon Nov 17 06:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE-p4 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep  5 14:56:26 CST
>Description:
- Update to 3.7.1

Added file(s):
- files/patch-src-rtperrors.cpp

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

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

--- jrtplib-3.7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/jrtplib/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	21 Aug 2008 06:16:41 -0000	1.14
+++ Makefile	17 Nov 2008 06:48:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jrtplib
-PORTVERSION=	3.7.0
+PORTVERSION=	3.7.1
 CATEGORIES=	devel
 MASTER_SITES=	http://research.edm.uhasselt.be/jori/jrtplib/
 
@@ -19,6 +19,8 @@
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-jthread
 
+PLIST_SUB+=	JRTPLIB_VER=${PORTVERSION}
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
 		${WRKSRC}/pkgconfig/Makefile.in
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/jrtplib/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	12 Feb 2007 13:22:03 -0000	1.7
+++ distinfo	17 Nov 2008 06:48:54 -0000
@@ -1,3 +1,3 @@
-MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c
-SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2
-SIZE (jrtplib-3.7.0.tar.gz) = 466289
+MD5 (jrtplib-3.7.1.tar.gz) = 18e33752ac51304cba7313c39ca39903
+SHA256 (jrtplib-3.7.1.tar.gz) = 9c098c4778aee40df55fd00831a29d247336c2a7a3ac0692e79e5693b6d87cd6
+SIZE (jrtplib-3.7.1.tar.gz) = 474916
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/jrtplib/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	12 Feb 2007 13:22:03 -0000	1.6
+++ pkg-plist	17 Nov 2008 06:48:54 -0000
@@ -47,7 +47,7 @@
 include/jrtplib3/rtptypes_win.h
 include/jrtplib3/rtpudpv4transmitter.h
 include/jrtplib3/rtpudpv6transmitter.h
-lib/libjrtp-3.7.0.so
+lib/libjrtp-%%JRTPLIB_VER%%.so
 lib/libjrtp.a
 lib/libjrtp.la
 lib/libjrtp.so
Index: files/patch-src-rtperrors.cpp
===================================================================
RCS file: files/patch-src-rtperrors.cpp
diff -N files/patch-src-rtperrors.cpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-rtperrors.cpp	17 Nov 2008 06:48:54 -0000
@@ -0,0 +1,11 @@
+--- src/rtperrors.cpp.orig	2008-11-17 14:35:19.000000000 +0800
++++ src/rtperrors.cpp	2008-11-17 14:35:50.000000000 +0800
+@@ -38,7 +38,7 @@
+ struct RTPErrorInfo
+ {
+ 	int code;
+-	char *description;
++	std::string description;
+ };
+ 
+ static RTPErrorInfo ErrorDescriptions[]=
--- jrtplib-3.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list