Date: Mon, 28 Nov 2016 08:40:29 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427288 - head/devel/cpputest Message-ID: <201611280840.uAS8eTEx066541@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611280840.uAS8eTEx066541>