Date: Mon, 15 Oct 2018 00:58:10 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482130 - in head: . sysutils sysutils/ansible sysutils/ansible1 sysutils/ansible23 sysutils/ansible24 sysutils/ansible25 sysutils/ansible26 Message-ID: <201810150058.w9F0wA8K076385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Mon Oct 15 00:58:09 2018 New Revision: 482130 URL: https://svnweb.freebsd.org/changeset/ports/482130 Log: 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. Added: head/sysutils/ansible26/ - copied from r482125, head/sysutils/ansible25/ Modified: head/UPDATING head/sysutils/Makefile head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo head/sysutils/ansible1/Makefile head/sysutils/ansible23/Makefile head/sysutils/ansible24/Makefile head/sysutils/ansible25/Makefile head/sysutils/ansible26/Makefile head/sysutils/ansible26/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 15 00:39:35 2018 (r482129) +++ head/UPDATING Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -42,6 +42,7 @@ SUBDIR += ansible23 SUBDIR += ansible24 SUBDIR += ansible25 + SUBDIR += ansible26 SUBDIR += anvil SUBDIR += apachetop SUBDIR += apcpwr Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -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/p ${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 Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible/distinfo Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/ansible1/Makefile ============================================================================== --- head/sysutils/ansible1/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible1/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/ansible23/Makefile ============================================================================== --- head/sysutils/ansible23/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible23/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/ansible24/Makefile ============================================================================== --- head/sysutils/ansible24/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible24/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/ansible25/Makefile ============================================================================== --- head/sysutils/ansible25/Makefile Mon Oct 15 00:39:35 2018 (r482129) +++ head/sysutils/ansible25/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -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 Modified: head/sysutils/ansible26/Makefile ============================================================================== --- head/sysutils/ansible25/Makefile Sun Oct 14 23:17:19 2018 (r482125) +++ head/sysutils/ansible26/Makefile Mon Oct 15 00:58:09 2018 (r482130) @@ -1,13 +1,17 @@ # $FreeBSD$ -PORTVERSION= 2.5.9 -PKGNAMESUFFIX= 25 +PORTVERSION= 2.6.5 +PKGNAMESUFFIX= 26 -CONFLICTS= ansible-* ansible1-* ansible23-* ansible24-* +CONFLICTS= ansible-* \ + ansible1-* \ + ansible23-* \ + ansible24-* \ + ansible25-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo -EXTRA_PATCHES= +EXTRA_PATCHES= ${FILESDIR}/extra-patch-sesu .include "${MASTERDIR}/Makefile" Modified: head/sysutils/ansible26/distinfo ============================================================================== --- head/sysutils/ansible25/distinfo Sun Oct 14 23:17:19 2018 (r482125) +++ head/sysutils/ansible26/distinfo Mon Oct 15 00:58:09 2018 (r482130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537757360 -SHA256 (ansible-2.5.9.tar.gz) = df986910196093fd0688815e988e205606f7cdec3d1da26d42a5caea8170f2e9 -SIZE (ansible-2.5.9.tar.gz) = 10165368 +TIMESTAMP = 1539565048 +SHA256 (ansible-2.6.5.tar.gz) = b33beec86e74bb4b9161260b73ed83c31018eff10929bdcbf28028af70fe4143 +SIZE (ansible-2.6.5.tar.gz) = 10757800
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810150058.w9F0wA8K076385>