svn commit: r470326 - head/sysutils/py-ploy_ansible

Antoine Brodin antoine at FreeBSD.org
Fri May 18 20:22:37 UTC 2018


Author: antoine
Date: Fri May 18 20:22:36 2018
New Revision: 470326
URL: https://svnweb.freebsd.org/changeset/ports/470326

Log:
  Fix DEPENDS after ansible flavorization

Modified:
  head/sysutils/py-ploy_ansible/Makefile

Modified: head/sysutils/py-ploy_ansible/Makefile
==============================================================================
--- head/sysutils/py-ploy_ansible/Makefile	Fri May 18 20:09:20 2018	(r470325)
+++ head/sysutils/py-ploy_ansible/Makefile	Fri May 18 20:22:36 2018	(r470326)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ploy_ansible
 PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ploy>=1.0.0:sysutils/py-ploy@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}execnet>0:sysutils/py-execnet@${FLAVOR} \
-		ansible1<2.0:sysutils/ansible1
+		${PYTHON_PKGNAMEPREFIX}ansible1<2.0:sysutils/ansible1@${FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-capturelog>0:devel/py-pytest-capturelog@${FLAVOR}


More information about the svn-ports-all mailing list