diff --git a/devel/trompeloeil/Makefile b/devel/trompeloeil/Makefile index a73bedf53391..650234d50438 100644 --- a/devel/trompeloeil/Makefile +++ b/devel/trompeloeil/Makefile @@ -1,43 +1,43 @@ PORTNAME= trompeloeil DISTVERSIONPREFIX= v -DISTVERSION= 46 +DISTVERSION= 47 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Header only C++14 mocking framework WWW= https://github.com/rollbear/trompeloeil LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt TEST_DEPENDS= ${LOCALBASE}/include/catch2/catch.hpp:devel/catch \ criterion>0:devel/criterion USES= cmake:testing compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= rollbear CMAKE_TESTING_ON= TROMPELOEIL_BUILD_TESTS CMAKE_TESTING_TARGET= self_test thread_terror custom_recursive_mutex # see the README NO_BUILD= yes NO_ARCH= yes OPTIONS_DEFINE= DOCS PORTDOCS= * post-install: @cd ${STAGEDIR}${DOCSDIR} && \ ${RM} LICENSE_1_0.txt && \ ${MV} docs/* . && \ ${RMDIR} docs post-test: # run tests (tests fail to compile, see https://github.com/rollbear/trompeloeil/issues/322) .for exe in ${CMAKE_TESTING_TARGET} ${ECHO} "==> Running tests executable ${exe}" @cd ${TEST_WRKSRC} && test/${exe} .endfor .include diff --git a/devel/trompeloeil/distinfo b/devel/trompeloeil/distinfo index 74b57c03d240..b5486d3961d9 100644 --- a/devel/trompeloeil/distinfo +++ b/devel/trompeloeil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699375057 -SHA256 (rollbear-trompeloeil-v46_GH0.tar.gz) = dc2c856ab7716ef659f8df7fc5f6740a40e736089f05e0a8251d4ad3ad17ad83 -SIZE (rollbear-trompeloeil-v46_GH0.tar.gz) = 316447 +TIMESTAMP = 1704174307 +SHA256 (rollbear-trompeloeil-v47_GH0.tar.gz) = 4a1d79260c1e49e065efe0817c8b9646098ba27eed1802b0c3ba7d959e4e5e84 +SIZE (rollbear-trompeloeil-v47_GH0.tar.gz) = 319940 diff --git a/devel/trompeloeil/pkg-plist b/devel/trompeloeil/pkg-plist index 53f124d4a9d1..8d0cdb1b9e81 100644 --- a/devel/trompeloeil/pkg-plist +++ b/devel/trompeloeil/pkg-plist @@ -1,12 +1,24 @@ include/boost/trompeloeil.hpp include/cantata/trompeloeil.hpp include/catch2/trompeloeil.hpp include/criterion/trompeloeil.hpp include/crpcut/trompeloeil.hpp include/cxxtest/trompeloeil.hpp include/doctest/trompeloeil.hpp include/gtest/trompeloeil.hpp include/trompeloeil.hpp +include/trompeloeil/coro.hpp +include/trompeloeil/cpp11_shenanigans.hpp +include/trompeloeil/lifetime.hpp +include/trompeloeil/matcher.hpp +include/trompeloeil/matcher/any.hpp +include/trompeloeil/matcher/compare.hpp +include/trompeloeil/matcher/deref.hpp +include/trompeloeil/matcher/not.hpp +include/trompeloeil/matcher/re.hpp +include/trompeloeil/mock.hpp +include/trompeloeil/sequence.hpp +include/trompeloeil/stream_tracer.hpp lib/cmake/trompeloeil/trompeloeil-config-version.cmake lib/cmake/trompeloeil/trompeloeil-config.cmake lib/cmake/trompeloeil/trompeloeil-targets.cmake