svn commit: r531148 - head/www/uwebsockets

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 8 21:05:37 UTC 2020


Author: yuri
Date: Wed Apr  8 21:05:36 2020
New Revision: 531148
URL: https://svnweb.freebsd.org/changeset/ports/531148

Log:
  www/uwebsockets: Add usockets as a run-time dependency

Modified:
  head/www/uwebsockets/Makefile

Modified: head/www/uwebsockets/Makefile
==============================================================================
--- head/www/uwebsockets/Makefile	Wed Apr  8 21:01:39 2020	(r531147)
+++ head/www/uwebsockets/Makefile	Wed Apr  8 21:05:36 2020	(r531148)
@@ -3,6 +3,7 @@
 PORTNAME=	uwebsockets
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.3
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -11,7 +12,8 @@ COMMENT=	C++ Web I/O library for the most demanding of
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake
+RUN_DEPENDS=	usockets>0:net/usockets
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	uNetworking
 GH_PROJECT=	uWebSockets


More information about the svn-ports-all mailing list