Index: head/devel/catch/Makefile =================================================================== --- head/devel/catch/Makefile (revision 463881) +++ head/devel/catch/Makefile (revision 463882) @@ -1,56 +1,26 @@ # Created by: gahr # $FreeBSD$ PORTNAME= catch DISTVERSIONPREFIX= v -DISTVERSION= 2.1.1 +DISTVERSION= 2.2.0 CATEGORIES= devel MAINTAINER= gahr@FreeBSD.org COMMENT= Header-only test framework for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -TEST_DEPENDS= cmake:devel/cmake - -USES= compiler:c++11-lang +USES= compiler:c++11-lang cmake pathfix USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 -NO_BUILD= yes -NO_ARCH= yes +CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} +PORTDOCS= * -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_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.h - -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 + ${WRKSRC}/SelfTest .include Index: head/devel/catch/distinfo =================================================================== --- head/devel/catch/distinfo (revision 463881) +++ head/devel/catch/distinfo (revision 463882) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517227790 -SHA256 (catchorg-Catch2-v2.1.1_GH0.tar.gz) = c40d3c8133c9274946067007e911a55b0d0ad3ed7c59a1f258dfcdb6836d8eff -SIZE (catchorg-Catch2-v2.1.1_GH0.tar.gz) = 481236 +TIMESTAMP = 1520498633 +SHA256 (catchorg-Catch2-v2.2.0_GH0.tar.gz) = dee151b8fb403b277e1c806be6c6978c3f92f12a7f457761fa08c0404c1aaedb +SIZE (catchorg-Catch2-v2.2.0_GH0.tar.gz) = 487585 Index: head/devel/catch/pkg-plist =================================================================== --- head/devel/catch/pkg-plist (nonexistent) +++ head/devel/catch/pkg-plist (revision 463882) @@ -0,0 +1,7 @@ +include/catch/catch.hpp +include/catch/catch_reporter_automake.hpp +include/catch/catch_reporter_tap.hpp +include/catch/catch_reporter_teamcity.hpp +lib/cmake/Catch2/Catch2Config.cmake +lib/cmake/Catch2/Catch2ConfigVersion.cmake +libdata/pkgconfig/catch.pc Property changes on: head/devel/catch/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property