svn commit: r468930 - head/www/py-websocket-client

Antoine Brodin antoine at FreeBSD.org
Thu May 3 14:16:41 UTC 2018


Author: antoine
Date: Thu May  3 14:16:40 2018
New Revision: 468930
URL: https://svnweb.freebsd.org/changeset/ports/468930

Log:
  Add missing RUN_DEPENDS

Modified:
  head/www/py-websocket-client/Makefile

Modified: head/www/py-websocket-client/Makefile
==============================================================================
--- head/www/py-websocket-client/Makefile	Thu May  3 14:05:55 2018	(r468929)
+++ head/www/py-websocket-client/Makefile	Thu May  3 14:16:40 2018	(r468930)
@@ -3,6 +3,7 @@
 
 PORTNAME=	websocket-client
 PORTVERSION=	0.45.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,15 @@ COMMENT=	Websocket client for python
 
 LICENSE=	ISCL
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3500
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:security/py-backports.ssl_match_hostname@${FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list