Index: head/devel/cpputest/Makefile =================================================================== --- head/devel/cpputest/Makefile (revision 537520) +++ head/devel/cpputest/Makefile (revision 537521) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= cpputest -PORTVERSION= 3.8 +PORTVERSION= 4.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= akos.somfai@gmail.com COMMENT= Unit testing and mocking framework for C/C++ LICENSE= BSD3CLAUSE -USE_GITHUB= yes - USES= autoreconf libtool pathfix GNU_CONFIGURE= yes + +USE_GITHUB= yes .include Index: head/devel/cpputest/distinfo =================================================================== --- head/devel/cpputest/distinfo (revision 537520) +++ head/devel/cpputest/distinfo (revision 537521) @@ -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: head/devel/cpputest/pkg-plist =================================================================== --- head/devel/cpputest/pkg-plist (revision 537520) +++ head/devel/cpputest/pkg-plist (revision 537521) @@ -1,48 +1,57 @@ include/CppUTest/CommandLineArguments.h include/CppUTest/CommandLineTestRunner.h include/CppUTest/CppUTestConfig.h include/CppUTest/CppUTestGeneratedConfig.h include/CppUTest/JUnitTestOutput.h include/CppUTest/MemoryLeakDetector.h include/CppUTest/MemoryLeakDetectorMallocMacros.h include/CppUTest/MemoryLeakDetectorNewMacros.h include/CppUTest/MemoryLeakWarningPlugin.h include/CppUTest/PlatformSpecificFunctions.h 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 include/CppUTest/TestFilter.h include/CppUTest/TestHarness.h include/CppUTest/TestHarness_c.h include/CppUTest/TestMemoryAllocator.h include/CppUTest/TestOutput.h include/CppUTest/TestPlugin.h include/CppUTest/TestRegistry.h include/CppUTest/TestResult.h 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 include/CppUTestExt/MemoryReporterPlugin.h include/CppUTestExt/MockActualCall.h include/CppUTestExt/MockCheckedActualCall.h include/CppUTestExt/MockCheckedExpectedCall.h include/CppUTestExt/MockExpectedCall.h include/CppUTestExt/MockExpectedCallsList.h include/CppUTestExt/MockFailure.h include/CppUTestExt/MockNamedValue.h include/CppUTestExt/MockSupport.h 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