svn commit: r427288 - head/devel/cpputest
Wen Heping
wen at FreeBSD.org
Mon Nov 28 08:40:31 UTC 2016
Author: wen
Date: Mon Nov 28 08:40:29 2016
New Revision: 427288
URL: https://svnweb.freebsd.org/changeset/ports/427288
Log:
- Update to 3.8
PR: 214890
Submitted by: akos.somfai at gmail.com(maintainer)
Modified:
head/devel/cpputest/Makefile
head/devel/cpputest/distinfo
head/devel/cpputest/pkg-plist
Modified: head/devel/cpputest/Makefile
==============================================================================
--- head/devel/cpputest/Makefile Mon Nov 28 08:21:53 2016 (r427287)
+++ head/devel/cpputest/Makefile Mon Nov 28 08:40:29 2016 (r427288)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cpputest
-PORTVERSION= 3.7.1
+PORTVERSION= 3.8
DISTVERSIONPREFIX= v
CATEGORIES= devel
Modified: head/devel/cpputest/distinfo
==============================================================================
--- head/devel/cpputest/distinfo Mon Nov 28 08:21:53 2016 (r427287)
+++ head/devel/cpputest/distinfo Mon Nov 28 08:40:29 2016 (r427288)
@@ -1,2 +1,3 @@
-SHA256 (cpputest-cpputest-v3.7.1_GH0.tar.gz) = 4efefc00ae5af2a4b8733f2d965a5355596a884f01e487d9fbcad879b8e8d528
-SIZE (cpputest-cpputest-v3.7.1_GH0.tar.gz) = 2390286
+TIMESTAMP = 1480321953
+SHA256 (cpputest-cpputest-v3.8_GH0.tar.gz) = 2b95bb4a568f680cdcca678345a2c41c028275471c2ed7bf0b6f6f1f689c3b76
+SIZE (cpputest-cpputest-v3.8_GH0.tar.gz) = 2333302
Modified: head/devel/cpputest/pkg-plist
==============================================================================
--- head/devel/cpputest/pkg-plist Mon Nov 28 08:21:53 2016 (r427287)
+++ head/devel/cpputest/pkg-plist Mon Nov 28 08:40:29 2016 (r427288)
@@ -1,6 +1,7 @@
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
@@ -11,6 +12,7 @@ include/CppUTest/PlatformSpecificFunctio
include/CppUTest/SimpleMutex.h
include/CppUTest/SimpleString.h
include/CppUTest/StandardCLibrary.h
+include/CppUTest/TeamCityTestOutput.h
include/CppUTest/TestFailure.h
include/CppUTest/TestFilter.h
include/CppUTest/TestHarness.h
@@ -26,6 +28,7 @@ include/CppUTest/UtestMacros.h
include/CppUTestExt/GMock.h
include/CppUTestExt/GTest.h
include/CppUTestExt/GTestConvertor.h
+include/CppUTestExt/IEEE754ExceptionsPlugin.h
include/CppUTestExt/MemoryReportAllocator.h
include/CppUTestExt/MemoryReportFormatter.h
include/CppUTestExt/MemoryReporterPlugin.h
More information about the svn-ports-all
mailing list