View | Details | Raw Unified | Return to bug 125506 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/devel/cppunit/Makefile,v 1.8 2008/05/03 16:18:02 leeym Exp $
5
# $FreeBSD: ports/devel/cppunit/Makefile,v 1.8 2008/05/03 16:18:02 leeym Exp $
6
6
7
PORTNAME=	cppunit
7
PORTNAME=	cppunit
8
PORTVERSION=	1.12.0
8
PORTVERSION=	1.12.1
9
CATEGORIES=	devel
9
CATEGORIES=	devel
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cppunit-1.12.0.tar.gz) = 7493718733ded49a96cf763c5d3eea7f
1
MD5 (cppunit-1.12.1.tar.gz) = bd30e9cf5523cdfc019b94f5e1d7fd19
2
SHA256 (cppunit-1.12.0.tar.gz) = 98a5c38cbcad916aea4dbd8fb42a41bc16174e42426d949127292adf4af7fe1f
2
SHA256 (cppunit-1.12.1.tar.gz) = ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
3
SIZE (cppunit-1.12.0.tar.gz) = 760409
3
SIZE (cppunit-1.12.1.tar.gz) = 762803
(-)pkg-plist (-1 / +1 lines)
Lines 1-7 Link Here
1
bin/DllPlugInTester
1
bin/DllPlugInTester
2
bin/cppunit-config
2
bin/cppunit-config
3
lib/libcppunit-1.12.so
3
lib/libcppunit-1.12.so
4
lib/libcppunit-1.12.so.0
4
lib/libcppunit-1.12.so.1
5
lib/libcppunit.a
5
lib/libcppunit.a
6
lib/libcppunit.la
6
lib/libcppunit.la
7
lib/libcppunit.so
7
lib/libcppunit.so
(-)files/patch-config::ltmain.sh (-3 / +3 lines)
Lines 1-6 Link Here
1
--- config/ltmain.sh.orig	Wed Jul  7 16:52:56 2004
1
--- config/ltmain.sh.orig	2008-07-11 18:31:19.000000000 +0800
2
+++ config/ltmain.sh	Wed Jul  7 16:53:13 2004
2
+++ config/ltmain.sh	2008-07-11 18:32:49.000000000 +0800
3
@@ -5425,10 +5425,12 @@
3
@@ -6092,10 +6092,12 @@
4
 	fi
4
 	fi
5
 
5
 
6
 	# Install the pseudo-library for information purposes.
6
 	# Install the pseudo-library for information purposes.
(-)files/patch-doc::Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- doc/Makefile.in.orig	Wed Jul  7 16:33:12 2004
1
--- doc/Makefile.in.orig	2008-07-11 18:35:18.000000000 +0800
2
+++ doc/Makefile.in	Wed Jul  7 16:34:27 2004
2
+++ doc/Makefile.in	2008-07-11 18:36:29.000000000 +0800
3
@@ -161,7 +161,7 @@
3
@@ -179,7 +179,7 @@
4
 # and an extra copy or two in the install-data-hook.  
4
 # and an extra copy or two in the install-data-hook.  
5
 # However, the manpages do not appear to be tremendously useful, so
5
 # However, the manpages do not appear to be tremendously useful, so
6
 # let's not bother.
6
 # let's not bother.
7
-@DOC_TRUE@htmldir = $(pkgdatadir)/html
7
-@DOC_TRUE@htmldir = $(pkgdatadir)/html
8
+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit
8
+@DOC_TRUE@htmldir = $(prefix)/share/doc/cppunit
9
 @DOC_TRUE@html_DATA = $(static_pages) html/index.html
9
 htmldir = @htmldir@
10
 subdir = doc
10
 includedir = @includedir@
11
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
11
 infodir = @infodir@

Return to bug 125506