summaryrefslogtreecommitdiff
path: root/devel/cppunit
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-05-03 16:18:03 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-05-03 16:18:03 +0000
commita80798d39f9cf0aa1fbdc5331d990e76e62052b4 (patch)
tree7bfcb4be4929ac079629fdc33a94d12693521ce1 /devel/cppunit
parent- Mark BROKEN: error: conflicting types for 'g_malloc0' (diff)
- Update cppunit to 1.12.0
- Update all related ports PR: 120489 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=212548
Diffstat (limited to 'devel/cppunit')
-rw-r--r--devel/cppunit/Makefile8
-rw-r--r--devel/cppunit/distinfo6
-rw-r--r--devel/cppunit/pkg-plist6
3 files changed, 12 insertions, 8 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index f944ecee0edf..f873bb6d8a5f 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= cppunit
-PORTVERSION= 1.10.2
+PORTVERSION= 1.12.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,6 +39,10 @@ pre-everything::
@${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 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/NEWS ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif
-
+
.include <bsd.port.mk>
diff --git a/devel/cppunit/distinfo b/devel/cppunit/distinfo
index 4ee3f08c33aa..1521aaba9b09 100644
--- a/devel/cppunit/distinfo
+++ b/devel/cppunit/distinfo
@@ -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
diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist
index 3ca642e5351c..52552c74dd0f 100644
--- a/devel/cppunit/pkg-plist
+++ b/devel/cppunit/pkg-plist
@@ -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