Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2021 08:37:03 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: b0df743037dc - main - www/restbed: Update 4.7 -> 4.8
Message-ID:  <202108260837.17Q8b3Kb095522@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=b0df743037dcb05a3c09ec50a119b7e5988464bb

commit b0df743037dcb05a3c09ec50a119b7e5988464bb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-26 07:54:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-26 08:36:56 +0000

    www/restbed: Update 4.7 -> 4.8
    
    Reported by:    portscout
---
 www/restbed/Makefile | 19 ++++++++-----------
 www/restbed/distinfo | 10 +++++-----
 2 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/www/restbed/Makefile b/www/restbed/Makefile
index 47cf987b701e..60c8d19c9051 100644
--- a/www/restbed/Makefile
+++ b/www/restbed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	restbed
-DISTVERSION=	4.7
+DISTVERSION=	4.8
 CATEGORIES=	www
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -8,26 +8,23 @@ COMMENT=	Asynchronous RESTful functionality to C++11 applications
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++14-lang ssl
+USES=		cmake:testing compiler:c++14-lang ssl
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	Corvusoft
-GH_TUPLE=	Corvusoft:asio-dependency:22afb86:a/dependency/asio \
+GH_TUPLE=	Corvusoft:asio-dependency:a4d820d:a/dependency/asio \
 		Corvusoft:catch-dependency:d10b9bd:c/dependency/catch
-USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED
+CMAKE_OFF=	BUILD_TESTS
 CMAKE_ARGS=	-DCMAKE_INSTALL_LIBDIR:STRING=lib
+CMAKE_TESTING_ON=	BUILD_TESTS
 
-do-test: # tests only pass when net.inet6.ip6.v6only=0, see pkg-message
+pre-test: # tests only pass when net.inet6.ip6.v6only=0, see pkg-message
 	@if [ $$(sysctl -n net.inet6.ip6.v6only) == 1 ]; then \
 		${ECHO} "tests only pass when net.inet6.ip6.v6only=0"; \
 		return 1; \
 	fi
-	@${ECHO_MSG} "===>    Configuring tests in ${PKGNAME}"
-	@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH}
-	@${ECHO_MSG} "===>    Building tests in ${PKGNAME}"
-	@cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}
-	@${ECHO_MSG} "===>    Running tests in ${PKGNAME}"
-	@cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
 
 .include <bsd.port.mk>
diff --git a/www/restbed/distinfo b/www/restbed/distinfo
index 93e0965368aa..e99a3a00ecc7 100644
--- a/www/restbed/distinfo
+++ b/www/restbed/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1586032566
-SHA256 (Corvusoft-restbed-4.7_GH0.tar.gz) = 8c7f9e490036e0ceb9fc61272cecec1a3ae41dc7feae3289c671df745a3f3e2e
-SIZE (Corvusoft-restbed-4.7_GH0.tar.gz) = 141280
-SHA256 (Corvusoft-asio-dependency-22afb86_GH0.tar.gz) = 430162488f0fc917b60c237aadb270c4bc551e18b233e6a4e524440c05b0f878
-SIZE (Corvusoft-asio-dependency-22afb86_GH0.tar.gz) = 1234772
+TIMESTAMP = 1629962270
+SHA256 (Corvusoft-restbed-4.8_GH0.tar.gz) = 4801833f86a67b8a123c2c01203e259eb81157e1e9ef144a3b6395cb2d838a42
+SIZE (Corvusoft-restbed-4.8_GH0.tar.gz) = 145738
+SHA256 (Corvusoft-asio-dependency-a4d820d_GH0.tar.gz) = 044621ac9d15f65fb9ba4d0e5b61dd30d3dff2176df228ab49fbf0c6daa9ef3f
+SIZE (Corvusoft-asio-dependency-a4d820d_GH0.tar.gz) = 1536854
 SHA256 (Corvusoft-catch-dependency-d10b9bd_GH0.tar.gz) = a84ddaf54a3e9a84fbcebd509d655da3beca822029675a788b31ae3b78656908
 SIZE (Corvusoft-catch-dependency-d10b9bd_GH0.tar.gz) = 631559



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