Date: Fri, 18 May 2018 20:22:36 +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: r470326 - head/sysutils/py-ploy_ansible Message-ID: <201805182022.w4IKMapc085810@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805182022.w4IKMapc085810>