From owner-svn-ports-all@freebsd.org Sun Nov 5 13:48:48 2017 Return-Path: Delivered-To: svn-ports-all@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 CD0D8E6C893; Sun, 5 Nov 2017 13:48:48 +0000 (UTC) (envelope-from gahr@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 9A44D806E6; Sun, 5 Nov 2017 13:48:48 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA5DmlDC086433; Sun, 5 Nov 2017 13:48:47 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA5DmlnX086431; Sun, 5 Nov 2017 13:48:47 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201711051348.vA5DmlnX086431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 5 Nov 2017 13:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453545 - head/devel/catch X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/catch X-SVN-Commit-Revision: 453545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 13:48:48 -0000 Author: gahr Date: Sun Nov 5 13:48:47 2017 New Revision: 453545 URL: https://svnweb.freebsd.org/changeset/ports/453545 Log: devel/catch: update to 2.0.1 This is the first full release of Catch2. There may be some minor breaking changes for some people. Please see the details below before moving to this release. Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.0.1 Modified: head/devel/catch/Makefile head/devel/catch/distinfo Modified: head/devel/catch/Makefile ============================================================================== --- head/devel/catch/Makefile Sun Nov 5 12:55:03 2017 (r453544) +++ head/devel/catch/Makefile Sun Nov 5 13:48:47 2017 (r453545) @@ -3,7 +3,7 @@ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 1.11.0 +DISTVERSION= 2.0.1 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org @@ -12,10 +12,9 @@ COMMENT= Header-only test framework for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= checksum and size mismatch - TEST_DEPENDS= cmake:devel/cmake +USES= compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= philsquared GH_PROJECT= Catch @@ -23,9 +22,19 @@ GH_PROJECT= Catch NO_BUILD= yes NO_ARCH= yes +WRKSRC= ${WRKDIR}/${GH_PROJECT}2-${PORTVERSION} + REPORTERS= catch_reporter_automake.hpp \ + catch_reporter_bases.cpp \ + catch_reporter_bases.hpp \ + catch_reporter_compact.cpp \ + catch_reporter_console.cpp \ + catch_reporter_junit.cpp \ + catch_reporter_multi.cpp \ + catch_reporter_multi.h \ catch_reporter_tap.hpp \ - catch_reporter_teamcity.hpp + catch_reporter_teamcity.hpp \ + catch_reporter_xml.cpp PLIST_FILES= include/catch.hpp \ ${REPORTERS:S/^/include\//g} Modified: head/devel/catch/distinfo ============================================================================== --- head/devel/catch/distinfo Sun Nov 5 12:55:03 2017 (r453544) +++ head/devel/catch/distinfo Sun Nov 5 13:48:47 2017 (r453545) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509710078 -SHA256 (philsquared-Catch-v1.11.0_GH0.tar.gz) = 9e6111577e6dad2513a4229355f162023568af6a352d303367930758bed60f30 -SIZE (philsquared-Catch-v1.11.0_GH0.tar.gz) = 376132 +TIMESTAMP = 1509889172 +SHA256 (philsquared-Catch-v2.0.1_GH0.tar.gz) = 5f31b93712e65d363f257ad0f0c02cfbed7a3988979d5f320ad7771e513d4cc8 +SIZE (philsquared-Catch-v2.0.1_GH0.tar.gz) = 397154