aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ansible/Makefile
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-11-02 01:53:41 +0800
committermatthew <matthew@FreeBSD.org>2016-11-02 01:53:41 +0800
commitc88d56c9ce8e00479606756805fe3a5ddb6b05d2 (patch)
tree2697f28463eac8ce310493872c0327b23ae42c34 /sysutils/ansible/Makefile
parent229e8d26f26c2d83e33a596bdb52f3c28d239d96 (diff)
downloadfreebsd-ports-gnome-c88d56c9ce8e00479606756805fe3a5ddb6b05d2.tar.gz
freebsd-ports-gnome-c88d56c9ce8e00479606756805fe3a5ddb6b05d2.tar.zst
freebsd-ports-gnome-c88d56c9ce8e00479606756805fe3a5ddb6b05d2.zip
Upgrade to 2.2.0.0
Changelog: https://raw.githubusercontent.com/ansible/ansible/v2.2.0.0-1/CHANGELOG.md PR: 213974 Submitted by: lifanov@mail.lifanov.com (maintainer)
Diffstat (limited to 'sysutils/ansible/Makefile')
-rw-r--r--sysutils/ansible/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 404a162e7af9..95398361d607 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION?= 2.1.2.0
+PORTVERSION?= 2.2.0.0
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2
NO_ARCH= yes
-USES= cpe python:2 shebangfix
+USES?= cpe python shebangfix
USE_PYTHON= autoplist distutils
python_CMD= ${LOCALBASE}/bin/python
SHEBANG_FILES+= lib/ansible/modules/core/*/*.py \