diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index 1f22424ec8f0..b753a2ae7ca7 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -1,33 +1,33 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 20.14.0 +DISTVERSION= 20.15.0 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Web I/O library for the most demanding of applications LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE # libdeflate is optionally needed RUN_DEPENDS= libdeflate>0:archivers/libdeflate \ usockets>0:net/usockets USES= compiler:c++17-lang cpe gmake CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= uNetworking GH_PROJECT= uWebSockets NO_BUILD= yes NO_ARCH= yes pre-install: # workaround for https://github.com/uNetworking/uWebSockets/issues/1236 @${MKDIR} ${STAGEDIR}${PREFIX}/include/uWebSockets do-test: @cd ${WRKSRC}/tests && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} .include diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo index 740f7647c1ca..c4b63c66c4c6 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651531799 -SHA256 (uNetworking-uWebSockets-v20.14.0_GH0.tar.gz) = 15cf995844a930c9a36747e8d714b94ff886b6814b5d4e3b3ee176f05681cccc -SIZE (uNetworking-uWebSockets-v20.14.0_GH0.tar.gz) = 751354 +TIMESTAMP = 1662100717 +SHA256 (uNetworking-uWebSockets-v20.15.0_GH0.tar.gz) = 78c6f5a571b49b156eceb6de86a27d9009e2e585596aa91400035012a1982b89 +SIZE (uNetworking-uWebSockets-v20.15.0_GH0.tar.gz) = 152033 diff --git a/www/uwebsockets/pkg-plist b/www/uwebsockets/pkg-plist index 8267d256816e..b6319a05e659 100644 --- a/www/uwebsockets/pkg-plist +++ b/www/uwebsockets/pkg-plist @@ -1,27 +1,33 @@ include/uWebSockets/App.h include/uWebSockets/AsyncSocket.h include/uWebSockets/AsyncSocketData.h include/uWebSockets/BloomFilter.h +include/uWebSockets/Http3App.h +include/uWebSockets/Http3Context.h +include/uWebSockets/Http3ContextData.h +include/uWebSockets/Http3Request.h +include/uWebSockets/Http3Response.h +include/uWebSockets/Http3ResponseData.h include/uWebSockets/HttpContext.h include/uWebSockets/HttpContextData.h include/uWebSockets/HttpParser.h include/uWebSockets/HttpResponse.h include/uWebSockets/HttpResponseData.h include/uWebSockets/HttpRouter.h include/uWebSockets/Loop.h include/uWebSockets/LoopData.h include/uWebSockets/MessageParser.h include/uWebSockets/MoveOnlyFunction.h include/uWebSockets/Multipart.h include/uWebSockets/PerMessageDeflate.h include/uWebSockets/ProxyParser.h include/uWebSockets/QueryParser.h include/uWebSockets/TopicTree.h include/uWebSockets/Utilities.h include/uWebSockets/WebSocket.h include/uWebSockets/WebSocketContext.h include/uWebSockets/WebSocketContextData.h include/uWebSockets/WebSocketData.h include/uWebSockets/WebSocketExtensions.h include/uWebSockets/WebSocketHandshake.h include/uWebSockets/WebSocketProtocol.h