Date: Thu, 3 May 2018 14:16:40 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468930 - head/www/py-websocket-client Message-ID: <201805031416.w43EGe97002523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031416.w43EGe97002523>