Index: Makefile =================================================================== --- Makefile (revision 537458) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cpputest -PORTVERSION= 3.8 +PORTVERSION= 4.0 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -10,9 +10,9 @@ LICENSE= BSD3CLAUSE -USE_GITHUB= yes - USES= autoreconf libtool pathfix GNU_CONFIGURE= yes +USE_GITHUB= yes + .include Index: distinfo =================================================================== --- distinfo (revision 537458) +++ distinfo (working copy) @@ -1,3 +1,3 @@ TIMESTAMP = 1480321953 -SHA256 (cpputest-cpputest-v3.8_GH0.tar.gz) = 2b95bb4a568f680cdcca678345a2c41c028275471c2ed7bf0b6f6f1f689c3b76 -SIZE (cpputest-cpputest-v3.8_GH0.tar.gz) = 2333302 +SHA256 (cpputest-cpputest-v4.0_GH0.tar.gz) = 0b66d20661f232d2a6af124c4455c8ccc9a4ce72d29f6ad4877eb385faaf5108 +SIZE (cpputest-cpputest-v4.0_GH0.tar.gz) = 762773 Index: pkg-plist =================================================================== --- pkg-plist (revision 537458) +++ pkg-plist (working copy) @@ -11,6 +11,7 @@ include/CppUTest/PlatformSpecificFunctions_c.h include/CppUTest/SimpleMutex.h include/CppUTest/SimpleString.h +include/CppUTest/SimpleStringInternalCache.h include/CppUTest/StandardCLibrary.h include/CppUTest/TeamCityTestOutput.h include/CppUTest/TestFailure.h @@ -25,9 +26,11 @@ include/CppUTest/TestTestingFixture.h include/CppUTest/Utest.h include/CppUTest/UtestMacros.h +include/CppUTestExt/CodeMemoryReportFormatter.h include/CppUTestExt/GMock.h include/CppUTestExt/GTest.h include/CppUTestExt/GTestConvertor.h +include/CppUTestExt/GTestSupport.h include/CppUTestExt/IEEE754ExceptionsPlugin.h include/CppUTestExt/MemoryReportAllocator.h include/CppUTestExt/MemoryReportFormatter.h @@ -43,6 +46,12 @@ include/CppUTestExt/MockSupportPlugin.h include/CppUTestExt/MockSupport_c.h include/CppUTestExt/OrderedTest.h +lib/CppUTest/cmake/CppUTestConfig.cmake +lib/CppUTest/cmake/CppUTestConfigVersion.cmake +lib/CppUTest/cmake/CppUTestTargets-relwithdebinfo.cmake +lib/CppUTest/cmake/CppUTestTargets.cmake +lib/CppUTest/cmake/Modules/CppUTestBuildTimeDiscoverTests.cmake +lib/CppUTest/cmake/Scripts/CppUTestBuildTimeDiscoverTests.cmake lib/libCppUTest.a lib/libCppUTestExt.a libdata/pkgconfig/cpputest.pc