svn commit: r472709 - head/security/py-certstream

Antoine Brodin antoine at FreeBSD.org
Mon Jun 18 19:50:42 UTC 2018


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


More information about the svn-ports-all mailing list