Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2021 19:47:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568128 - head/www/uwebsockets
Message-ID:  <202103111947.12BJlZOm087800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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