Index: head/devel/catch/Makefile =================================================================== --- head/devel/catch/Makefile (revision 436146) +++ head/devel/catch/Makefile (revision 436147) @@ -1,35 +1,44 @@ # Created by: gahr # $FreeBSD$ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 1.7.2 +DISTVERSION= 1.8.2 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org COMMENT= Header-only test framework for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt TEST_DEPENDS= cmake:devel/cmake TEST_TARGET= do-test USE_GITHUB= yes GH_ACCOUNT= philsquared 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} && \ ${LOCALBASE}/bin/cmake . && ${MAKE_CMD} && ./SelfTest .include Index: head/devel/catch/distinfo =================================================================== --- head/devel/catch/distinfo (revision 436146) +++ head/devel/catch/distinfo (revision 436147) @@ -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