Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2021 20:49:08 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 087e5428d59c - main - devel/functionalplus: Update 0.2.14-p0 -> 0.2.15-p0
Message-ID:  <202108022049.172Kn881025426@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=087e5428d59c5063bca8eacad27b95cc03e9b4f9

commit 087e5428d59c5063bca8eacad27b95cc03e9b4f9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-02 19:07:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-02 20:48:58 +0000

    devel/functionalplus: Update 0.2.14-p0 -> 0.2.15-p0
    
    Reported by:    portscout
---
 devel/functionalplus/Makefile | 10 +++++++++-
 devel/functionalplus/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/devel/functionalplus/Makefile b/devel/functionalplus/Makefile
index cdc03faac22d..babbce174982 100644
--- a/devel/functionalplus/Makefile
+++ b/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
@@ -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
@@ -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>
diff --git a/devel/functionalplus/distinfo b/devel/functionalplus/distinfo
index d7c983cb2772..7a8f97d91bc4 100644
--- a/devel/functionalplus/distinfo
+++ b/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108022049.172Kn881025426>