svn commit: r568128 - head/www/uwebsockets
Yuri Victorovich
yuri at FreeBSD.org
Thu Mar 11 19:47:36 UTC 2021
Author: yuri
Date: Thu Mar 11 19:47:35 2021
New Revision: 568128
URL: https://svnweb.freebsd.org/changeset/ports/568128
Log:
www/uwebsockets: Update 18.23.0 -> 19.0.0a5
Modified:
head/www/uwebsockets/Makefile
head/www/uwebsockets/distinfo
head/www/uwebsockets/pkg-plist
Modified: head/www/uwebsockets/Makefile
==============================================================================
--- head/www/uwebsockets/Makefile Thu Mar 11 19:12:23 2021 (r568127)
+++ head/www/uwebsockets/Makefile Thu Mar 11 19:47:35 2021 (r568128)
@@ -2,7 +2,7 @@
PORTNAME= uwebsockets
DISTVERSIONPREFIX= v
-DISTVERSION= 18.23.0
+DISTVERSION= 19.0.0a5
CATEGORIES= www devel
MAINTAINER= yuri at FreeBSD.org
@@ -11,14 +11,20 @@ COMMENT= C++ Web I/O library for the most demanding of
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= usockets>0:net/usockets
+# libdeflate is optionally needed
+RUN_DEPENDS= libdeflate>0:archivers/libdeflate \
+ usockets>0:net/usockets
USES= gmake
+
USE_GITHUB= yes
GH_ACCOUNT= uNetworking
GH_PROJECT= uWebSockets
NO_BUILD= yes
NO_ARCH= yes
+
+post-install: # https://github.com/uNetworking/uWebSockets/issues/1221
+ ${RMDIR} ${STAGEDIR}${PREFIX}/include/uWebSockets/f2
.include <bsd.port.mk>
Modified: head/www/uwebsockets/distinfo
==============================================================================
--- head/www/uwebsockets/distinfo Thu Mar 11 19:12:23 2021 (r568127)
+++ head/www/uwebsockets/distinfo Thu Mar 11 19:47:35 2021 (r568128)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611827692
-SHA256 (uNetworking-uWebSockets-v18.23.0_GH0.tar.gz) = 2005ce1a4fd4ab5d151da91ba1a462f91313abfcc20810f7b1be8d7367b031b2
-SIZE (uNetworking-uWebSockets-v18.23.0_GH0.tar.gz) = 280174
+TIMESTAMP = 1615491019
+SHA256 (uNetworking-uWebSockets-v19.0.0a5_GH0.tar.gz) = 6f2c7cb32e774123cb70f2842d9f77e4cbc41e6648d2f0c177d7cca09bc98966
+SIZE (uNetworking-uWebSockets-v19.0.0a5_GH0.tar.gz) = 294963
Modified: head/www/uwebsockets/pkg-plist
==============================================================================
--- head/www/uwebsockets/pkg-plist Thu Mar 11 19:12:23 2021 (r568127)
+++ head/www/uwebsockets/pkg-plist Thu Mar 11 19:47:35 2021 (r568128)
@@ -11,6 +11,7 @@ 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
@@ -24,5 +25,3 @@ include/uWebSockets/WebSocketData.h
include/uWebSockets/WebSocketExtensions.h
include/uWebSockets/WebSocketHandshake.h
include/uWebSockets/WebSocketProtocol.h
-include/uWebSockets/f2/LICENSE.txt
-include/uWebSockets/f2/function2.hpp
More information about the svn-ports-all
mailing list