svn commit: r455344 - head/benchmarks/py-zopkio

Antoine Brodin antoine at FreeBSD.org
Sat Dec 2 11:04:08 UTC 2017


Author: antoine
Date: Sat Dec  2 11:04:07 2017
New Revision: 455344
URL: https://svnweb.freebsd.org/changeset/ports/455344

Log:
  Use the correct FLAVOR of py-naarad in py-zopkio

Modified:
  head/benchmarks/py-zopkio/Makefile

Modified: head/benchmarks/py-zopkio/Makefile
==============================================================================
--- head/benchmarks/py-zopkio/Makefile	Sat Dec  2 10:43:31 2017	(r455343)
+++ head/benchmarks/py-zopkio/Makefile	Sat Dec  2 11:04:07 2017	(r455344)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Zopkio
 PORTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	benchmarks python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +12,7 @@ COMMENT=	Functional and Performance Test Framework
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	naarad:benchmarks/py-naarad \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}naarad>=1.0.15:benchmarks/py-naarad@${FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}kazoo>=1.1:devel/py-kazoo@${FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}paramiko>=1.10.1:security/py-paramiko@${FLAVOR} \


More information about the svn-ports-head mailing list