Date: Wed, 24 Jan 2018 18:29:18 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459852 - in head/devel/cppunit: . files Message-ID: <201801241829.w0OITIHi079100@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Jan 24 18:29:18 2018 New Revision: 459852 URL: https://svnweb.freebsd.org/changeset/ports/459852 Log: Update to 1.14.0 PR: 224286 Submitted by: Greg V <greg@unrelenting.technology> Modified: head/devel/cppunit/Makefile head/devel/cppunit/distinfo head/devel/cppunit/files/patch-doc_Makefile.in head/devel/cppunit/pkg-plist Modified: head/devel/cppunit/Makefile ============================================================================== --- head/devel/cppunit/Makefile Wed Jan 24 18:29:08 2018 (r459851) +++ head/devel/cppunit/Makefile Wed Jan 24 18:29:18 2018 (r459852) @@ -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/ Modified: head/devel/cppunit/distinfo ============================================================================== --- head/devel/cppunit/distinfo Wed Jan 24 18:29:08 2018 (r459851) +++ head/devel/cppunit/distinfo Wed Jan 24 18:29:18 2018 (r459852) @@ -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 Modified: head/devel/cppunit/files/patch-doc_Makefile.in ============================================================================== --- head/devel/cppunit/files/patch-doc_Makefile.in Wed Jan 24 18:29:08 2018 (r459851) +++ head/devel/cppunit/files/patch-doc_Makefile.in Wed Jan 24 18:29:18 2018 (r459852) @@ -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@ Modified: head/devel/cppunit/pkg-plist ============================================================================== --- head/devel/cppunit/pkg-plist Wed Jan 24 18:29:08 2018 (r459851) +++ head/devel/cppunit/pkg-plist Wed Jan 24 18:29:18 2018 (r459852) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801241829.w0OITIHi079100>