mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
www/restbed: Update 4.6 -> 4.7
Reported by: portscout
This commit is contained in:
parent
9ef93af43e
commit
4a2b38d48d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530721
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= restbed
|
||||
DISTVERSION= 4.6
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 4.7
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,18 +10,21 @@ COMMENT= Asynchronous RESTful functionality to C++11 applications
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lib ssl
|
||||
USES= cmake compiler:c++14-lang ssl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Corvusoft
|
||||
GH_TUPLE= Corvusoft:asio-dependency:f5c5708:a/dependency/asio \
|
||||
Corvusoft:catch-dependency:8ebe94c:c/dependency/catch \
|
||||
Corvusoft:kashmir-dependency:2f3913f:k/dependency/kashmir
|
||||
GH_TUPLE= Corvusoft:asio-dependency:22afb86:a/dependency/asio \
|
||||
Corvusoft:catch-dependency:d10b9bd:c/dependency/catch
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON= BUILD_SHARED
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib
|
||||
|
||||
do-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}"
|
||||
|
@ -1,9 +1,7 @@
|
||||
TIMESTAMP = 1520395456
|
||||
SHA256 (Corvusoft-restbed-4.6_GH0.tar.gz) = b2b75c39129bf667a3e1a9494b9cf0e3dcf6d2b081746918f0f6ba202f14a7e4
|
||||
SIZE (Corvusoft-restbed-4.6_GH0.tar.gz) = 193911
|
||||
SHA256 (Corvusoft-asio-dependency-f5c5708_GH0.tar.gz) = fd87d5f04b85dc061e94a2f293c88536ab1bcb99cbcb79cf297a524397d763dd
|
||||
SIZE (Corvusoft-asio-dependency-f5c5708_GH0.tar.gz) = 1171753
|
||||
SHA256 (Corvusoft-catch-dependency-8ebe94c_GH0.tar.gz) = 0b42e2a9a6558cceeb03155207a4ad5adfbc98a8ea8c6879509d5384b8aa0cc0
|
||||
SIZE (Corvusoft-catch-dependency-8ebe94c_GH0.tar.gz) = 368938
|
||||
SHA256 (Corvusoft-kashmir-dependency-2f3913f_GH0.tar.gz) = f5b48152f9e43dc92bf845c33799ff8c9821704a8bf275a7c6729543804d7233
|
||||
SIZE (Corvusoft-kashmir-dependency-2f3913f_GH0.tar.gz) = 671082
|
||||
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
|
||||
SHA256 (Corvusoft-catch-dependency-d10b9bd_GH0.tar.gz) = a84ddaf54a3e9a84fbcebd509d655da3beca822029675a788b31ae3b78656908
|
||||
SIZE (Corvusoft-catch-dependency-d10b9bd_GH0.tar.gz) = 631559
|
||||
|
@ -20,6 +20,7 @@ include/corvusoft/restbed/uri.hpp
|
||||
include/corvusoft/restbed/web_socket.hpp
|
||||
include/corvusoft/restbed/web_socket_message.hpp
|
||||
include/restbed
|
||||
lib/librestbed.a
|
||||
lib/librestbed.so
|
||||
lib/librestbed.so.4
|
||||
lib/librestbed.so.4.6.0
|
||||
lib/librestbed.so.4.7
|
||||
|
Loading…
Reference in New Issue
Block a user