svn commit: r436147 - head/devel/catch
Pietro Cerutti
gahr at FreeBSD.org
Tue Mar 14 10:54:59 UTC 2017
Author: gahr
Date: Tue Mar 14 10:54:58 2017
New Revision: 436147
URL: https://svnweb.freebsd.org/changeset/ports/436147
Log:
devel/catch: update to 1.8.2
Release notes: https://github.com/philsquared/Catch/releases
Modified:
head/devel/catch/Makefile
head/devel/catch/distinfo
Modified: head/devel/catch/Makefile
==============================================================================
--- head/devel/catch/Makefile Tue Mar 14 10:46:04 2017 (r436146)
+++ head/devel/catch/Makefile Tue Mar 14 10:54:58 2017 (r436147)
@@ -3,7 +3,7 @@
PORTNAME= catch
DISTVERSIONPREFIX= v
-DISTVERSION= 1.7.2
+DISTVERSION= 1.8.2
CATEGORIES= devel
MAINTAINER= gahr at FreeBSD.org
@@ -22,11 +22,20 @@ GH_PROJECT= Catch
NO_BUILD= yes
NO_ARCH= yes
-PLIST_FILES= include/catch.hpp
+REPORTERS= catch_reporter_automake.hpp \
+ catch_reporter_tap.hpp \
+ catch_reporter_teamcity.hpp
+
+PLIST_FILES= include/catch.hpp \
+ ${REPORTERS:S/^/include\//g}
do-install:
${INSTALL_DATA} ${WRKSRC}/single_include/catch.hpp \
${STAGEDIR}${PREFIX}/include
+.for r in ${REPORTERS}
+ ${INSTALL_DATA} ${WRKSRC}/include/reporters/${r} \
+ ${STAGEDIR}${PREFIX}/include
+.endfor
do-test:
cd ${WRKSRC} && \
Modified: head/devel/catch/distinfo
==============================================================================
--- head/devel/catch/distinfo Tue Mar 14 10:46:04 2017 (r436146)
+++ head/devel/catch/distinfo Tue Mar 14 10:54:58 2017 (r436147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487328778
-SHA256 (philsquared-Catch-v1.7.2_GH0.tar.gz) = 895c94fed14d7547a937581419c92f337f1261d1b04cba1d0f823f2d28c8755b
-SIZE (philsquared-Catch-v1.7.2_GH0.tar.gz) = 320785
+TIMESTAMP = 1489488650
+SHA256 (philsquared-Catch-v1.8.2_GH0.tar.gz) = 02f0e85c9e3a91efaa59df904625b3a2943b82e7134ce4b4dd44bef959d4c8db
+SIZE (philsquared-Catch-v1.8.2_GH0.tar.gz) = 353012
More information about the svn-ports-head
mailing list