svn commit: r526140 - head/www/you-get

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:48:35 UTC 2020


Author: sunpoet
Date: Fri Feb 14 19:48:34 2020
New Revision: 526140
URL: https://svnweb.freebsd.org/changeset/ports/526140

Log:
  Add SOCKS option

Modified:
  head/www/you-get/Makefile

Modified: head/www/you-get/Makefile
==============================================================================
--- head/www/you-get/Makefile	Fri Feb 14 19:48:29 2020	(r526139)
+++ head/www/you-get/Makefile	Fri Feb 14 19:48:34 2020	(r526140)
@@ -19,8 +19,10 @@ USE_PYTHON=	autoplist distutils noflavors
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	RTMPDUMP
+OPTIONS_DEFINE=	RTMPDUMP SOCKS
+SOCKS_DESC=	SOCKS support
 
 RTMPDUMP_RUN_DEPENDS=	rtmpdump:multimedia/rtmpdump
+SOCKS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list