From leeym@db1.leeym.com  Sun Feb 10 03:57:42 2008
Return-Path: <leeym@db1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A8C4C16A417
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2008 03:57:40 +0000 (UTC)
	(envelope-from leeym@db1.leeym.com)
Received: from db1.leeym.com (db1.leeym.com [66.79.165.131])
	by mx1.freebsd.org (Postfix) with ESMTP id 7D0B313C45A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Feb 2008 03:57:40 +0000 (UTC)
	(envelope-from leeym@db1.leeym.com)
Received: from db1.leeym.com (localhost [127.0.0.1])
	by db1.leeym.com (8.14.1/8.14.1) with ESMTP id m1A3upQg029653;
	Sat, 9 Feb 2008 19:56:52 -0800 (PST)
	(envelope-from leeym@db1.leeym.com)
Received: (from leeym@localhost)
	by db1.leeym.com (8.14.2/8.14.2/Submit) id m1A3upoN029652;
	Sat, 9 Feb 2008 19:56:51 -0800 (PST)
	(envelope-from leeym)
Message-Id: <200802100356.m1A3upoN029652@db1.leeym.com>
Date: Sat, 9 Feb 2008 19:56:51 -0800 (PST)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gcross@fastmail.fm
Subject: [PATCH] devel/cppunit: update to 1.12.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gcross@fastmail.fm

>Number:         120489
>Category:       ports
>Synopsis:       [PATCH] devel/cppunit: update to 1.12.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 04:00:03 UTC 2008
>Closed-Date:    Sat May 03 16:18:59 UTC 2008
>Last-Modified:  Sat May  3 16:20:00 UTC 2008
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 10 04:00:14 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120489 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 10 04:00:18 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120489 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Sat May 3 16:18:52 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120489: commit references a PR
Date: Sat,  3 May 2008 16:18:09 +0000 (UTC)

 leeym       2008-05-03 16:18:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/tora       Makefile 
     devel/cppunit        Makefile distinfo pkg-plist 
     graphics/crystalentitylayer Makefile 
     graphics/crystalentitylayer-devel Makefile 
     graphics/crystalspace Makefile 
     graphics/crystalspace-devel Makefile 
     graphics/epdfview    Makefile 
     net/sipxtacklib      Makefile 
   Log:
   - Update cppunit to 1.12.0
   - Update all related ports
   
   PR:             120489
   Submitted by:   leeym
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.24      +2 -2      ports/databases/tora/Makefile
   1.8       +6 -2      ports/devel/cppunit/Makefile
   1.6       +3 -3      ports/devel/cppunit/distinfo
   1.6       +3 -3      ports/devel/cppunit/pkg-plist
   1.14      +1 -1      ports/graphics/crystalentitylayer-devel/Makefile
   1.14      +1 -1      ports/graphics/crystalentitylayer/Makefile
   1.27      +1 -1      ports/graphics/crystalspace-devel/Makefile
   1.31      +1 -1      ports/graphics/crystalspace/Makefile
   1.13      +1 -1      ports/graphics/epdfview/Makefile
   1.9       +0 -1      ports/net/sipxtacklib/Makefile
 _______________________________________________
 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:
