diff options
author | leeym <leeym@FreeBSD.org> | 2008-05-04 00:18:03 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-05-04 00:18:03 +0800 |
commit | 09796831ae2c023916fbe56a4d357f3a8b991893 (patch) | |
tree | 210e3c21ec74d313231b82e72d214ef04d847c58 /devel/cppunit | |
parent | e28e397b5e9a70157c35f95bd811ac97e9358916 (diff) | |
download | freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.tar.gz freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.tar.zst freebsd-ports-gnome-09796831ae2c023916fbe56a4d357f3a8b991893.zip |
- Update cppunit to 1.12.0
- Update all related ports
PR: 120489
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 8 | ||||
-rw-r--r-- | devel/cppunit/distinfo | 6 | ||||
-rw-r--r-- | devel/cppunit/pkg-plist | 6 |
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 |