diff options
author | matthew <matthew@FreeBSD.org> | 2016-11-02 01:53:41 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-11-02 01:53:41 +0800 |
commit | c88d56c9ce8e00479606756805fe3a5ddb6b05d2 (patch) | |
tree | 2697f28463eac8ce310493872c0327b23ae42c34 /sysutils/ansible | |
parent | 229e8d26f26c2d83e33a596bdb52f3c28d239d96 (diff) | |
download | freebsd-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')
-rw-r--r-- | sysutils/ansible/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ansible/distinfo | 6 | ||||
-rw-r--r-- | sysutils/ansible/files/pkg-message.in | 6 |
3 files changed, 9 insertions, 7 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 \ diff --git a/sysutils/ansible/distinfo b/sysutils/ansible/distinfo index f22f07cee313..3234bd9a1869 100644 --- a/sysutils/ansible/distinfo +++ b/sysutils/ansible/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475167399 -SHA256 (ansible-2.1.2.0.tar.gz) = 9c37a7bd397c05ab8ca3fcc49417649ea49b9133d4cd9500408235617d1621eb -SIZE (ansible-2.1.2.0.tar.gz) = 1881113 +TIMESTAMP = 1478009653 +SHA256 (ansible-2.2.0.0.tar.gz) = d9f198d293394ce0f8ba802561b21368888e3301036a706b5584641b49408586 +SIZE (ansible-2.2.0.0.tar.gz) = 2441851 diff --git a/sysutils/ansible/files/pkg-message.in b/sysutils/ansible/files/pkg-message.in index 695651f3bbef..ef541fdaa198 100644 --- a/sysutils/ansible/files/pkg-message.in +++ b/sysutils/ansible/files/pkg-message.in @@ -27,10 +27,12 @@ that system. Example: Python notes: -If you have Python 3.x as the default, please set +Python 3.x support is BETA. Most modules should work +and important ones have been audited and tested. +If you have issues with Python 3, please set ansible_python_interpreter=%%LOCALBASE%%/bin/python2 -Ansible 2 requires that lang/python27 port is built +Ansible 2 requires that lang/python port is built with SEM option enabled, which is the default =============================================================================== |