From owner-svn-ports-head@freebsd.org Mon Nov 28 08:40:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 505F7C57BF1; Mon, 28 Nov 2016 08:40:31 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 061B516A6; Mon, 28 Nov 2016 08:40:30 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAS8eUoE066544; Mon, 28 Nov 2016 08:40:30 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAS8eTEx066541; Mon, 28 Nov 2016 08:40:29 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201611280840.uAS8eTEx066541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 28 Nov 2016 08:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427288 - head/devel/cpputest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 08:40:31 -0000 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