Date: Mon, 18 Jun 2018 19:50:42 +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: r472709 - head/security/py-certstream Message-ID: <201806181950.w5IJogAl038344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jun 18 19:50:41 2018 New Revision: 472709 URL: https://svnweb.freebsd.org/changeset/ports/472709 Log: Fix depends Modified: head/security/py-certstream/Makefile Modified: head/security/py-certstream/Makefile ============================================================================== --- head/security/py-certstream/Makefile Mon Jun 18 19:38:23 2018 (r472708) +++ head/security/py-certstream/Makefile Mon Jun 18 19:50:41 2018 (r472709) @@ -2,6 +2,7 @@ PORTNAME= certstream PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR} NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806181950.w5IJogAl038344>