From owner-svn-ports-all@freebsd.org Sun Nov 6 16:32:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10D4EC3215E; Sun, 6 Nov 2016 16:32:19 +0000 (UTC) (envelope-from matthew@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 mx1.freebsd.org (Postfix) with ESMTPS id E222915C; Sun, 6 Nov 2016 16:32:18 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6GWIMm042352; Sun, 6 Nov 2016 16:32:18 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6GWH5Y042348; Sun, 6 Nov 2016 16:32:17 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201611061632.uA6GWH5Y042348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 6 Nov 2016 16:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r425503 - in branches/2016Q4/sysutils: ansible ansible/files ansible1 X-SVN-Group: ports-branches 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.23 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: Sun, 06 Nov 2016 16:32:19 -0000 Author: matthew Date: Sun Nov 6 16:32:17 2016 New Revision: 425503 URL: https://svnweb.freebsd.org/changeset/ports/425503 Log: MFH: r425063 r425072 Declare this slave port only uses python:2 now that the master port can use python-3. No change to generated package, so no portrevision bump. Upgrade to 2.2.0.0 Changelog: https://raw.githubusercontent.com/ansible/ansible/v2.2.0.0-1/CHANGELOG.md PR: 213974 PR: 214176 Submitted by: lifanov@mail.lifanov.com (maintainer) Submitted by: joe@thrallingpenguin.com Approved by: ports-secteam (feld, eadler) Modified: branches/2016Q4/sysutils/ansible/Makefile branches/2016Q4/sysutils/ansible/distinfo branches/2016Q4/sysutils/ansible/files/pkg-message.in branches/2016Q4/sysutils/ansible1/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/sysutils/ansible/Makefile ============================================================================== --- branches/2016Q4/sysutils/ansible/Makefile Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/Makefile Sun Nov 6 16:32:17 2016 (r425503) @@ -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 ${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 \ Modified: branches/2016Q4/sysutils/ansible/distinfo ============================================================================== --- branches/2016Q4/sysutils/ansible/distinfo Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/distinfo Sun Nov 6 16:32:17 2016 (r425503) @@ -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 Modified: branches/2016Q4/sysutils/ansible/files/pkg-message.in ============================================================================== --- branches/2016Q4/sysutils/ansible/files/pkg-message.in Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible/files/pkg-message.in Sun Nov 6 16:32:17 2016 (r425503) @@ -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 =============================================================================== Modified: branches/2016Q4/sysutils/ansible1/Makefile ============================================================================== --- branches/2016Q4/sysutils/ansible1/Makefile Sun Nov 6 16:11:42 2016 (r425502) +++ branches/2016Q4/sysutils/ansible1/Makefile Sun Nov 6 16:32:17 2016 (r425503) @@ -10,6 +10,8 @@ CONFLICTS= ansible-* MASTERDIR= ${.CURDIR}/../ansible DISTINFO_FILE= ${.CURDIR}/distinfo +USES= cpe python:2 shebangfix + SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py EXTRA_PATCHES=