diff --git a/devel/trompeloeil/Makefile b/devel/trompeloeil/Makefile index 51a05354b39e..1c2f6a99f5cd 100644 --- a/devel/trompeloeil/Makefile +++ b/devel/trompeloeil/Makefile @@ -1,43 +1,43 @@ PORTNAME= trompeloeil DISTVERSIONPREFIX= v -DISTVERSION= 48 +DISTVERSION= 49 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 e4e73c76d241..bc8d731d6bd7 100644 --- a/devel/trompeloeil/distinfo +++ b/devel/trompeloeil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721103276 -SHA256 (rollbear-trompeloeil-v48_GH0.tar.gz) = eebd18456975251ea3450b815e241cccfefba5b883e4a36bd309f9cf629bdec6 -SIZE (rollbear-trompeloeil-v48_GH0.tar.gz) = 322868 +TIMESTAMP = 1728360876 +SHA256 (rollbear-trompeloeil-v49_GH0.tar.gz) = 2523571fb7920b2813cbc23b46e60294aba8ead7eba434bfec69c24408615593 +SIZE (rollbear-trompeloeil-v49_GH0.tar.gz) = 336774 diff --git a/devel/trompeloeil/pkg-plist b/devel/trompeloeil/pkg-plist index 8d0cdb1b9e81..ee1c322d86e7 100644 --- a/devel/trompeloeil/pkg-plist +++ b/devel/trompeloeil/pkg-plist @@ -1,24 +1,27 @@ 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/member_is.hpp include/trompeloeil/matcher/not.hpp +include/trompeloeil/matcher/range.hpp include/trompeloeil/matcher/re.hpp +include/trompeloeil/matcher/set_predicate.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