ports/125506: [PATCH] devel/cppunit: update to 1.12.1
Yi-Jheng Lin
yzlin at cs.nctu.edu.tw
Fri Jul 11 14:20:03 UTC 2008
>Number: 125506
>Category: ports
>Synopsis: [PATCH] devel/cppunit: update to 1.12.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: Fri Jul 11 14:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Yi-Jheng Lin
>Release: FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD stucgi 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu Apr 17 15:56:39 CST 2008
>Description:
- Update to 1.12.1
- Fix naming for the patching files
Added file(s):
- files/patch-config_ltmain.sh
- files/patch-doc_Makefile.in
Removed file(s):
- files/patch-config::ltmain.sh
- files/patch-doc::Makefile.in
Port maintainer (gcross at fastmail.fm) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- cppunit-1.12.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/Makefile /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/Makefile
--- /usr/ports/devel/cppunit/Makefile 2008-05-04 03:34:57.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/Makefile 2008-07-11 18:15:41.000000000 +0800
@@ -5,7 +5,7 @@
# $FreeBSD: ports/devel/cppunit/Makefile,v 1.8 2008/05/03 16:18:02 leeym Exp $
PORTNAME= cppunit
-PORTVERSION= 1.12.0
+PORTVERSION= 1.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/distinfo /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/distinfo
--- /usr/ports/devel/cppunit/distinfo 2008-05-04 03:34:57.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/distinfo 2008-07-11 18:16:25.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (cppunit-1.12.0.tar.gz) = 7493718733ded49a96cf763c5d3eea7f
-SHA256 (cppunit-1.12.0.tar.gz) = 98a5c38cbcad916aea4dbd8fb42a41bc16174e42426d949127292adf4af7fe1f
-SIZE (cppunit-1.12.0.tar.gz) = 760409
+MD5 (cppunit-1.12.1.tar.gz) = bd30e9cf5523cdfc019b94f5e1d7fd19
+SHA256 (cppunit-1.12.1.tar.gz) = ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
+SIZE (cppunit-1.12.1.tar.gz) = 762803
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/files/patch-config::ltmain.sh /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-config::ltmain.sh
--- /usr/ports/devel/cppunit/files/patch-config::ltmain.sh 2004-08-14 16:19:02.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-config::ltmain.sh 1970-01-01 08:00:00.000000000 +0800
@@ -1,15 +0,0 @@
---- config/ltmain.sh.orig Wed Jul 7 16:52:56 2004
-+++ config/ltmain.sh Wed Jul 7 16:53:13 2004
-@@ -5425,10 +5425,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/files/patch-config_ltmain.sh /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-config_ltmain.sh
--- /usr/ports/devel/cppunit/files/patch-config_ltmain.sh 1970-01-01 08:00:00.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-config_ltmain.sh 2008-07-11 18:40:00.000000000 +0800
@@ -0,0 +1,15 @@
+--- config/ltmain.sh.orig 2008-07-11 18:31:19.000000000 +0800
++++ config/ltmain.sh 2008-07-11 18:32:49.000000000 +0800
+@@ -6092,10 +6092,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/files/patch-doc::Makefile.in /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-doc::Makefile.in
--- /usr/ports/devel/cppunit/files/patch-doc::Makefile.in 2004-08-14 16:19:02.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-doc::Makefile.in 1970-01-01 08:00:00.000000000 +0800
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig Wed Jul 7 16:33:12 2004
-+++ doc/Makefile.in Wed Jul 7 16:34:27 2004
-@@ -161,7 +161,7 @@
- # and an extra copy or two in the install-data-hook.
- # However, the manpages do not appear to be tremendously useful, so
- # let's not bother.
-- at DOC_TRUE@htmldir = $(pkgdatadir)/html
-+ at DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit
- @DOC_TRUE at html_DATA = $(static_pages) html/index.html
- subdir = doc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/files/patch-doc_Makefile.in /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-doc_Makefile.in
--- /usr/ports/devel/cppunit/files/patch-doc_Makefile.in 1970-01-01 08:00:00.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/files/patch-doc_Makefile.in 2008-07-11 18:43:27.000000000 +0800
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig 2008-07-11 18:35:18.000000000 +0800
++++ doc/Makefile.in 2008-07-11 18:36:29.000000000 +0800
+@@ -179,7 +179,7 @@
+ # and an extra copy or two in the install-data-hook.
+ # However, the manpages do not appear to be tremendously useful, so
+ # let's not bother.
+- at DOC_TRUE@htmldir = $(pkgdatadir)/html
++ at DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit
+ htmldir = @htmldir@
+ includedir = @includedir@
+ infodir = @infodir@
diff -ruN --exclude=CVS /usr/ports/devel/cppunit/pkg-plist /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/pkg-plist
--- /usr/ports/devel/cppunit/pkg-plist 2008-05-04 03:34:57.000000000 +0800
+++ /amd/account/gcs/96/9655630/dev/ports/devel/cppunit/pkg-plist 2008-07-11 18:59:03.000000000 +0800
@@ -1,9 +1,8 @@
bin/DllPlugInTester
bin/cppunit-config
lib/libcppunit-1.12.so
-lib/libcppunit-1.12.so.0
+lib/libcppunit-1.12.so.1
lib/libcppunit.a
lib/libcppunit.la
lib/libcppunit.so
-libdata/pkgconfig/cppunit.pc
share/aclocal/cppunit.m4
--- cppunit-1.12.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list