Date: Tue, 10 Apr 2018 09:37:00 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466952 - head/devel/catch Message-ID: <201804100937.w3A9b0Jj042699@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Apr 10 09:37:00 2018 New Revision: 466952 URL: https://svnweb.freebsd.org/changeset/ports/466952 Log: devel/catch: update to 2.2.2, use official release tarball Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.2.2 Modified: head/devel/catch/Makefile head/devel/catch/distinfo head/devel/catch/pkg-descr Modified: head/devel/catch/Makefile ============================================================================== --- head/devel/catch/Makefile Tue Apr 10 09:35:13 2018 (r466951) +++ head/devel/catch/Makefile Tue Apr 10 09:37:00 2018 (r466952) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= catch -DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 +DISTVERSION= 2.2.2 CATEGORIES= devel +MASTER_SITES= https://github.com/catchorg/Catch2/archive/ +DISTNAME= v${DISTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Header-only test framework for C++ @@ -13,9 +14,7 @@ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= compiler:c++14-lang cmake pathfix -USE_GITHUB= yes -GH_ACCOUNT= catchorg -GH_PROJECT= Catch2 +WRKSRC= ${WRKDIR}/Catch2-${DISTVERSION} CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} PORTDOCS= * Modified: head/devel/catch/distinfo ============================================================================== --- head/devel/catch/distinfo Tue Apr 10 09:35:13 2018 (r466951) +++ head/devel/catch/distinfo Tue Apr 10 09:37:00 2018 (r466952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520842997 -SHA256 (catchorg-Catch2-v2.2.1_GH0.tar.gz) = 3938bc896f8de570bc56d25606fc128437ee53590a95cf3e005710176a1a1ce4 -SIZE (catchorg-Catch2-v2.2.1_GH0.tar.gz) = 487804 +TIMESTAMP = 1523346341 +SHA256 (v2.2.2.tar.gz) = e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd +SIZE (v2.2.2.tar.gz) = 497244 Modified: head/devel/catch/pkg-descr ============================================================================== --- head/devel/catch/pkg-descr Tue Apr 10 09:35:13 2018 (r466951) +++ head/devel/catch/pkg-descr Tue Apr 10 09:37:00 2018 (r466952) @@ -3,4 +3,4 @@ automated test framework for C++ and Objective-C (and, implemented entirely in a set of header files, but is packaged up as a single header for extra convenience. -WWW: https://github.com/philsquared/Catch +WWW: https://github.com/catchorg/Catch2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804100937.w3A9b0Jj042699>