aboutsummaryrefslogtreecommitdiff
path: root/devel/functionalplus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/functionalplus/Makefile')
-rw-r--r--devel/functionalplus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/functionalplus/Makefile b/devel/functionalplus/Makefile
index babbce174982..4d486fbe31cb 100644
--- a/devel/functionalplus/Makefile
+++ b/devel/functionalplus/Makefile
@@ -1,10 +1,11 @@
PORTNAME= functionalplus
DISTVERSIONPREFIX= v
-DISTVERSION= 0.2.15-p0
+DISTVERSION= 0.2.24
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
@@ -20,7 +21,7 @@ GH_PROJECT= FunctionalPlus
NO_BUILD= yes
NO_ARCH= yes
-do-test: # according to INSTALL.md tests are in a separate sub-project
+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} && \