diff --git a/devel/functionalplus/Makefile b/devel/functionalplus/Makefile index 980a8d35cc43..eb367f03c55d 100644 --- a/devel/functionalplus/Makefile +++ b/devel/functionalplus/Makefile @@ -1,30 +1,32 @@ PORTNAME= functionalplus DISTVERSIONPREFIX= v -DISTVERSION= 0.2.25 +DISTVERSION= 0.2.26 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library that helps write concise and readable C++ code WWW= https://github.com/Dobiasd/FunctionalPlus LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= doctest>0:devel/doctest USES= cmake compiler:c++14-lang USE_GITHUB= yes GH_ACCOUNT= Dobiasd GH_PROJECT= FunctionalPlus NO_BUILD= yes NO_ARCH= yes do-test: # according to INSTALL.md tests are in a separate sub-project, build of tests fails: https://github.com/Dobiasd/FunctionalPlus/issues/250 @${MKDIR} ${BUILD_WRKSRC}/test && cd ${BUILD_WRKSRC}/test && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_SOURCE_PATH}/test && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test +# tests as of 0.2.26: 100% tests passed, 0 tests failed out of 423 + .include diff --git a/devel/functionalplus/distinfo b/devel/functionalplus/distinfo index 2555a2f36aab..5f20fc1eab00 100644 --- a/devel/functionalplus/distinfo +++ b/devel/functionalplus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723346730 -SHA256 (Dobiasd-FunctionalPlus-v0.2.25_GH0.tar.gz) = 9b5e24bbc92f43b977dc83efbc173bcf07dbe07f8718fc2670093655b56fcee3 -SIZE (Dobiasd-FunctionalPlus-v0.2.25_GH0.tar.gz) = 285013 +TIMESTAMP = 1763958824 +SHA256 (Dobiasd-FunctionalPlus-v0.2.26_GH0.tar.gz) = 119894b4ab521d22e7dbd4692c364dc911cf206fca011071575658d4053e61f2 +SIZE (Dobiasd-FunctionalPlus-v0.2.26_GH0.tar.gz) = 284958