update sysutils/ansible to 2.7.0

This is a major release. Please see changelog and migration guide:

https://github.com/ansible/ansible/blob/2.7/changelogs/CHANGELOG-v2.7.rst
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html

This also introduces sysutils/ansible26, which will track the 2.6 stable
branch.
This commit is contained in:
Nikolai Lifanov 2018-10-15 00:58:09 +00:00
parent 1ec5d74d21
commit 3c9a54e4cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482130
10 changed files with 64 additions and 9 deletions

View File

@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20181014:
AFFECTS: users of sysutils/ansible
AUTHOR: lifanov@FreeBSD.org
Ansible has been updated to 2.7.0. Please follow the porting guide
to update the rulesets:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.7.html
If you wish to stay with 2.6 version, you can switch
to new sysutils/ansible2.6 port, which tracks stable 2.6 branch:
# pkg set -n ansible:ansible26
20181010:
AFFECTS: users of mail/courier-imap and other courier ports
AUTHOR: madpilot@FreeBSD.org

View File

@ -42,6 +42,7 @@
SUBDIR += ansible23
SUBDIR += ansible24
SUBDIR += ansible25
SUBDIR += ansible26
SUBDIR += anvil
SUBDIR += apachetop
SUBDIR += apcpwr

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ansible
PORTVERSION?= 2.6.5
PORTVERSION?= 2.7.0
PORTREVISION?= 0
CATEGORIES= sysutils python
MASTER_SITES= http://releases.ansible.com/ansible/
@ -28,7 +28,11 @@ TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
CONFLICTS?= ansible1-* ansible23-* ansible24-* ansible25-*
CONFLICTS?= ansible1-* \
ansible23-* \
ansible24-* \
ansible25-* \
ansible26-*
EXTRA_PATCHES?= ${FILESDIR}/extra-patch-sesu

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1539563883
SHA256 (ansible-2.6.5.tar.gz) = b33beec86e74bb4b9161260b73ed83c31018eff10929bdcbf28028af70fe4143
SIZE (ansible-2.6.5.tar.gz) = 10757800
TIMESTAMP = 1539564179
SHA256 (ansible-2.7.0.tar.gz) = a1ab8e0f13e79a20661ad6546f45a142afeaeb664deb2c290e32362d8ae5b618
SIZE (ansible-2.7.0.tar.gz) = 11773769

View File

@ -4,7 +4,11 @@ PKGNAMESUFFIX= 1
PORTVERSION= 1.9.6
PORTREVISION= 4
CONFLICTS= ansible-* ansible23-* ansible24-* ansible25-*
CONFLICTS= ansible-* \
ansible23-* \
ansible24-* \
ansible25-* \
ansible26-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo

View File

@ -4,7 +4,11 @@ PORTVERSION= 2.3.3.0
PORTREVISION= 2
PKGNAMESUFFIX= 23
CONFLICTS= ansible-* ansible1-* ansible24-* ansible25-*
CONFLICTS= ansible-* \
ansible1-* \
ansible24-* \
ansible25-* \
ansible26-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo

View File

@ -3,7 +3,11 @@
PORTVERSION= 2.4.6.0
PKGNAMESUFFIX= 24
CONFLICTS= ansible-* ansible1-* ansible23-* ansible25-*
CONFLICTS= ansible-* \
ansible1-* \
ansible23-* \
ansible25-* \
ansible26-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo

View File

@ -3,7 +3,11 @@
PORTVERSION= 2.5.9
PKGNAMESUFFIX= 25
CONFLICTS= ansible-* ansible1-* ansible23-* ansible24-*
CONFLICTS= ansible-* \
ansible1-* \
ansible23-* \
ansible24-* \
ansible26-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTVERSION= 2.6.5
PKGNAMESUFFIX= 26
CONFLICTS= ansible-* \
ansible1-* \
ansible23-* \
ansible24-* \
ansible25-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo
EXTRA_PATCHES= ${FILESDIR}/extra-patch-sesu
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1539565048
SHA256 (ansible-2.6.5.tar.gz) = b33beec86e74bb4b9161260b73ed83c31018eff10929bdcbf28028af70fe4143
SIZE (ansible-2.6.5.tar.gz) = 10757800