diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index edabe0ea560e..a4b4b30f4264 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -1,34 +1,34 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 20.22.0 +DISTVERSION= 20.29.0 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Web I/O library for the most demanding of applications WWW= https://github.com/uNetworking/uWebSockets 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 8e3aa8e5f664..e446bb43383f 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665167657 -SHA256 (uNetworking-uWebSockets-v20.22.0_GH0.tar.gz) = 62348340626bc15ef2bd4b9db114b3eab5e83d4c29cade355254c135f03509b8 -SIZE (uNetworking-uWebSockets-v20.22.0_GH0.tar.gz) = 155366 +TIMESTAMP = 1667545856 +SHA256 (uNetworking-uWebSockets-v20.29.0_GH0.tar.gz) = 965f7969be61b80fb004c85c2a205b1277e8bfd09c3b640bd40f3ff04bc33c66 +SIZE (uNetworking-uWebSockets-v20.29.0_GH0.tar.gz) = 176884 diff --git a/www/uwebsockets/pkg-plist b/www/uwebsockets/pkg-plist index b6319a05e659..b5b2db414bb4 100644 --- a/www/uwebsockets/pkg-plist +++ b/www/uwebsockets/pkg-plist @@ -1,33 +1,34 @@ include/uWebSockets/App.h include/uWebSockets/AsyncSocket.h include/uWebSockets/AsyncSocketData.h include/uWebSockets/BloomFilter.h +include/uWebSockets/ChunkedEncoding.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