From owner-svn-ports-all@freebsd.org Mon Oct 15 00:58:12 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB1E110CA7FB; Mon, 15 Oct 2018 00:58:12 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C0C77D655; Mon, 15 Oct 2018 00:58:12 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 380BD25E51; Mon, 15 Oct 2018 00:58:12 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9F0wCOB076398; Mon, 15 Oct 2018 00:58:12 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9F0wA8K076385; Mon, 15 Oct 2018 00:58:10 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201810150058.w9F0wA8K076385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 15 Oct 2018 00:58:10 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: in head: . sysutils sysutils/ansible sysutils/ansible1 sysutils/ansible23 sysutils/ansible24 sysutils/ansible25 sysutils/ansible26 X-SVN-Commit-Revision: 482130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2018 00:58:12 -0000 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