diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-01-25 02:29:18 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-01-25 02:29:18 +0800 |
commit | 06071b14e2f1ff4d11dd0fe35559db6c4fb82685 (patch) | |
tree | 7a4f4e86eb8c69336aae5e16b80eb8e4b0f4af02 | |
parent | 6697430ca950cf5e395f0293553c90a9cd23f397 (diff) | |
download | freebsd-ports-gnome-06071b14e2f1ff4d11dd0fe35559db6c4fb82685.tar.gz freebsd-ports-gnome-06071b14e2f1ff4d11dd0fe35559db6c4fb82685.tar.zst freebsd-ports-gnome-06071b14e2f1ff4d11dd0fe35559db6c4fb82685.zip |
Update to 1.14.0
PR: 224286
Submitted by: Greg V <greg@unrelenting.technology>
-rw-r--r-- | devel/cppunit/Makefile | 2 | ||||
-rw-r--r-- | devel/cppunit/distinfo | 5 | ||||
-rw-r--r-- | devel/cppunit/files/patch-doc_Makefile.in | 8 | ||||
-rw-r--r-- | devel/cppunit/pkg-plist | 24 |
4 files changed, 17 insertions, 22 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile index 5a0f92a27bd7..dbfee29f0e9a 100644 --- a/devel/cppunit/Makefile +++ b/devel/cppunit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cppunit -PORTVERSION= 1.13.2 +PORTVERSION= 1.14.0 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/devel/cppunit/distinfo b/devel/cppunit/distinfo index 46ab1ad12197..e27c7b33f8f6 100644 --- a/devel/cppunit/distinfo +++ b/devel/cppunit/distinfo @@ -1,2 +1,3 @@ -SHA256 (cppunit-1.13.2.tar.gz) = 3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f -SIZE (cppunit-1.13.2.tar.gz) = 953596 +TIMESTAMP = 1513088882 +SHA256 (cppunit-1.14.0.tar.gz) = 3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780 +SIZE (cppunit-1.14.0.tar.gz) = 959716 diff --git a/devel/cppunit/files/patch-doc_Makefile.in b/devel/cppunit/files/patch-doc_Makefile.in index 8a24f2040018..38c10fd092dc 100644 --- a/devel/cppunit/files/patch-doc_Makefile.in +++ b/devel/cppunit/files/patch-doc_Makefile.in @@ -1,9 +1,9 @@ --- doc/Makefile.in.orig 2013-11-11 04:41:52 UTC +++ doc/Makefile.in -@@ -243,7 +243,7 @@ host_vendor = @host_vendor@ - # 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. +@@ -278,7 +278,7 @@ host_vendor = @host_vendor@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ -htmldir = $(am__append_1) +htmldir = @htmldir@ includedir = @includedir@ diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist index 43545dd49ab1..2a7e03201963 100644 --- a/devel/cppunit/pkg-plist +++ b/devel/cppunit/pkg-plist @@ -1,5 +1,4 @@ bin/DllPlugInTester -bin/cppunit-config include/cppunit/AdditionalMessage.h include/cppunit/Asserter.h include/cppunit/BriefTestProgressListener.h @@ -61,34 +60,29 @@ include/cppunit/plugin/PlugInManager.h include/cppunit/plugin/PlugInParameters.h include/cppunit/plugin/TestPlugIn.h include/cppunit/plugin/TestPlugInDefaultImpl.h -include/cppunit/portability/CppUnitDeque.h -include/cppunit/portability/CppUnitMap.h -include/cppunit/portability/CppUnitSet.h -include/cppunit/portability/CppUnitStack.h -include/cppunit/portability/CppUnitVector.h include/cppunit/portability/FloatingPoint.h include/cppunit/portability/Stream.h include/cppunit/tools/Algorithm.h +include/cppunit/tools/StringHelper.h include/cppunit/tools/StringTools.h include/cppunit/tools/XmlDocument.h include/cppunit/tools/XmlElement.h -include/cppunit/ui/mfc/MfcTestRunner.h -include/cppunit/ui/mfc/TestRunner.h -include/cppunit/ui/qt/Config.h -include/cppunit/ui/qt/QtTestRunner.h -include/cppunit/ui/qt/TestRunner.h include/cppunit/ui/text/TestRunner.h include/cppunit/ui/text/TextTestRunner.h -lib/libcppunit-1.13.so.0 -lib/libcppunit-1.13.so.0.0.2 +lib/libcppunit-1.14.so.0 +lib/libcppunit-1.14.so.0.0.0 lib/libcppunit.a lib/libcppunit.so libdata/pkgconfig/cppunit.pc -man/man1/cppunit-config.1.gz -share/aclocal/cppunit.m4 +%%DOCS%%%%DOCSDIR%%/AUTHORS +%%DOCS%%%%DOCSDIR%%/BUGS %%DOCS%%%%DOCSDIR%%/FAQ %%DOCS%%%%DOCSDIR%%/NEWS %%DOCS%%%%DOCSDIR%%/README +%%DOCS%%%%DOCSDIR%%/CodingGuideLines.txt +%%DOCS%%%%DOCSDIR%%/INSTALL +%%DOCS%%%%DOCSDIR%%/INSTALL-WIN32.txt +%%DOCS%%%%DOCSDIR%%/INSTALL-unix %%DOXYGEN%%%%DOCSDIR%%/html/FAQ %%DOXYGEN%%%%DOCSDIR%%/html/_additional_message_8cpp.html %%DOXYGEN%%%%DOCSDIR%%/html/_additional_message_8cpp__incl.map |