diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2016-11-13 04:11:37 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2016-11-13 04:11:37 +0800 |
commit | 0c6c950a2995cd3411cb7f8c6422bc54efeaecdd (patch) | |
tree | 1ab0cd8389e90d5ebd920dd6bbfa8060d222b826 /sysutils/ansible1 | |
parent | f81782108ff1af7d8e39e554ace8b50c2ecc8ea5 (diff) | |
download | freebsd-ports-gnome-0c6c950a2995cd3411cb7f8c6422bc54efeaecdd.tar.gz freebsd-ports-gnome-0c6c950a2995cd3411cb7f8c6422bc54efeaecdd.tar.zst freebsd-ports-gnome-0c6c950a2995cd3411cb7f8c6422bc54efeaecdd.zip |
Change RUN_DEPENDS back to py-paramiko 1.x, for making ports depends on it
build without conflict
Diffstat (limited to 'sysutils/ansible1')
-rw-r--r-- | sysutils/ansible1/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/ansible1/Makefile b/sysutils/ansible1/Makefile index 167914d5c05f..b9d84753ef80 100644 --- a/sysutils/ansible1/Makefile +++ b/sysutils/ansible1/Makefile @@ -3,13 +3,18 @@ PKGNAMESUFFIX= 1 PORTVERSION= 1.9.6 -PORTREVISION= +PORTREVISION= 1 CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}paramiko1>0:security/py-paramiko1 \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 + USES= cpe python:2 shebangfix SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py |