Skip to content

Commit

Permalink
devel/functionalplus: Update 0.2.14-p0 -> 0.2.15-p0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 2, 2021
1 parent 68022df commit 087e542
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion devel/functionalplus/Makefile
@@ -1,6 +1,6 @@
PORTNAME= functionalplus
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.14-p0
DISTVERSION= 0.2.15-p0
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -9,6 +9,8 @@ COMMENT= C++ header-only library that helps write concise and readable C++ code
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE

TEST_DEPENDS= doctest>0:devel/doctest

USES= cmake compiler:c++14-lang

USE_GITHUB= yes
Expand All @@ -18,4 +20,10 @@ GH_PROJECT= FunctionalPlus
NO_BUILD= yes
NO_ARCH= yes

do-test: # according to INSTALL.md tests are in a separate sub-project
@${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

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/functionalplus/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1619063790
SHA256 (Dobiasd-FunctionalPlus-v0.2.14-p0_GH0.tar.gz) = 68a0e715aa18d2fe558fede06d65ec125959895efe4d0ef21b102037c9864ba1
SIZE (Dobiasd-FunctionalPlus-v0.2.14-p0_GH0.tar.gz) = 278214
TIMESTAMP = 1627930638
SHA256 (Dobiasd-FunctionalPlus-v0.2.15-p0_GH0.tar.gz) = 4c76104ec8f6da5e66ed768380bdf128e0ba01725056c40a3c1b850cf4b441ad
SIZE (Dobiasd-FunctionalPlus-v0.2.15-p0_GH0.tar.gz) = 278380

0 comments on commit 087e542

Please sign in to comment.