devel/catch: update to 1.8.2

Release notes: https://github.com/philsquared/Catch/releases
This commit is contained in:
Pietro Cerutti 2017-03-14 10:54:58 +00:00
parent e7fe364e63
commit 977c1e2c9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436147
2 changed files with 14 additions and 5 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= catch
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.2
DISTVERSION= 1.8.2
CATEGORIES= devel
MAINTAINER= gahr@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} && \

View file

@ -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