Date: Thu, 11 Jan 2018 12:22:25 +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: r458723 - head/devel/catch Message-ID: <201801111222.w0BCMP59000737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Jan 11 12:22:25 2018 New Revision: 458723 URL: https://svnweb.freebsd.org/changeset/ports/458723 Log: devel/catch: update to 2.1.0 Release notes: https://github.com/catchorg/Catch2/releases/tag/v2.1.0 Modified: head/devel/catch/Makefile head/devel/catch/distinfo Modified: head/devel/catch/Makefile ============================================================================== --- head/devel/catch/Makefile Thu Jan 11 11:56:44 2018 (r458722) +++ head/devel/catch/Makefile Thu Jan 11 12:22:25 2018 (r458723) @@ -3,7 +3,7 @@ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 2.0.1 +DISTVERSION= 2.1.0 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org @@ -26,13 +26,17 @@ REPORTERS= catch_reporter_automake.hpp \ catch_reporter_bases.cpp \ catch_reporter_bases.hpp \ catch_reporter_compact.cpp \ + catch_reporter_compact.h \ catch_reporter_console.cpp \ - catch_reporter_junit.cpp \ + catch_reporter_console.h \ + catch_reporter_junit.cpp \ + catch_reporter_junit.h \ catch_reporter_multi.cpp \ catch_reporter_multi.h \ catch_reporter_tap.hpp \ catch_reporter_teamcity.hpp \ - catch_reporter_xml.cpp + catch_reporter_xml.cpp \ + catch_reporter_xml.h PLIST_FILES= include/catch.hpp \ ${REPORTERS:S/^/include\//g} Modified: head/devel/catch/distinfo ============================================================================== --- head/devel/catch/distinfo Thu Jan 11 11:56:44 2018 (r458722) +++ head/devel/catch/distinfo Thu Jan 11 12:22:25 2018 (r458723) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509966699 -SHA256 (catchorg-Catch2-v2.0.1_GH0.tar.gz) = 5f31b93712e65d363f257ad0f0c02cfbed7a3988979d5f320ad7771e513d4cc8 -SIZE (catchorg-Catch2-v2.0.1_GH0.tar.gz) = 397154 +TIMESTAMP = 1515672882 +SHA256 (catchorg-Catch2-v2.1.0_GH0.tar.gz) = a8f9805174916c23bf59ed45f72c21ce092e2848c139f4c6d396aeeb5ce2dfb3 +SIZE (catchorg-Catch2-v2.1.0_GH0.tar.gz) = 475638
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111222.w0BCMP59000737>