ports/120489: [PATCH] devel/cppunit: update to 1.12.0

Yen-Ming Lee leeym at FreeBSD.org
Sun Feb 10 04:00:03 UTC 2008


>Number:         120489
>Category:       ports
>Synopsis:       [PATCH] devel/cppunit: update to 1.12.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:   Sun Feb 10 04:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- Update to 1.12.0

Port maintainer (gcross at fastmail.fm) is cc'd.

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

--- cppunit-1.12.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cppunit/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	1 Feb 2007 02:41:24 -0000	1.6
+++ Makefile	10 Feb 2008 03:57:26 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/devel/cppunit/Makefile,v 1.6 2007/02/01 02:41:24 kris Exp $
 
 PORTNAME=	cppunit
-PORTVERSION=	1.10.2
+PORTVERSION=	1.12.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,7 +15,7 @@
 
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 .if defined(WITH_DOXYGEN)
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
@@ -39,6 +39,10 @@
 	@${ECHO_MSG}
 .endif
 
+post-patch:
+	${REINPLACE_CMD} -Ee "s,^(pkgconfigdatadir).*,\1 = ${LOCALBASE}/libdata/pkgconfig," \
+		${WRKSRC}/Makefile.in
+
 post-install:
 	@${FIND} ${PREFIX}/include/cppunit ! -type d | \
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@@ -50,5 +54,5 @@
 	${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
 .endif
-	
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/cppunit/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	22 Jan 2006 08:27:59 -0000	1.5
+++ distinfo	10 Feb 2008 03:57:26 -0000
@@ -1,3 +1,3 @@
-MD5 (cppunit-1.10.2.tar.gz) = 0bc06cd219410f7d4f6bbfc9bdd7c824
-SHA256 (cppunit-1.10.2.tar.gz) = 71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf
-SIZE (cppunit-1.10.2.tar.gz) = 723340
+MD5 (cppunit-1.12.0.tar.gz) = 7493718733ded49a96cf763c5d3eea7f
+SHA256 (cppunit-1.12.0.tar.gz) = 98a5c38cbcad916aea4dbd8fb42a41bc16174e42426d949127292adf4af7fe1f
+SIZE (cppunit-1.12.0.tar.gz) = 760409
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/cppunit/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	1 Feb 2007 02:41:24 -0000	1.5
+++ pkg-plist	10 Feb 2008 03:57:26 -0000
@@ -1,9 +1,9 @@
 bin/DllPlugInTester
 bin/cppunit-config
-bin/simple
-lib/libcppunit-1.10.so
-lib/libcppunit-1.10.so.2
+lib/libcppunit-1.12.so
+lib/libcppunit-1.12.so.0
 lib/libcppunit.a
 lib/libcppunit.la
 lib/libcppunit.so
+libdata/pkgconfig/cppunit.pc
 share/aclocal/cppunit.m4
--- cppunit-1.12.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list