diff --git a/devel/fire-hpp/Makefile b/devel/fire-hpp/Makefile index 11b49ef2ebd9..4b9214f888ea 100644 --- a/devel/fire-hpp/Makefile +++ b/devel/fire-hpp/Makefile @@ -1,34 +1,35 @@ PORTNAME= fire-hpp DISTVERSIONPREFIX= v -DISTVERSION= 0.2 +DISTVERSION= 1.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ single header library to create a CLI from a function signature WWW= https://github.com/kongaskristjan/fire-hpp LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENCE TEST_DEPENDS= googletest>0:devel/googletest USES= cmake localbase:ldflags # localbase only for tests but localbase doesn't have the 'test' argument USE_GITHUB= yes GH_ACCOUNT= kongaskristjan +CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 CMAKE_OFF= FIRE_EXAMPLES FIRE_UNIT_TESTS NO_BUILD= yes NO_ARCH= yes PLIST_FILES= include/fire-hpp/fire.hpp \ lib/cmake/fire-hpp/fire-hpp-config.cmake do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFIRE_UNIT_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${BUILD_WRKSRC}/tests/run_tests .include diff --git a/devel/fire-hpp/distinfo b/devel/fire-hpp/distinfo index 2419270d01bb..1ae61ac74f4b 100644 --- a/devel/fire-hpp/distinfo +++ b/devel/fire-hpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610314276 -SHA256 (kongaskristjan-fire-hpp-v0.2_GH0.tar.gz) = 50ac76005e5d45590355a51e5e1b62aba65c56f2003335acce0370da13d77b28 -SIZE (kongaskristjan-fire-hpp-v0.2_GH0.tar.gz) = 24841 +TIMESTAMP = 1726459180 +SHA256 (kongaskristjan-fire-hpp-v1.0_GH0.tar.gz) = 73086d72a785a57bac8833d4f92799e8e769fef1d2ca46399cfbdb82a5c22f84 +SIZE (kongaskristjan-fire-hpp-v1.0_GH0.tar.gz) = 33892