From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 16 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5A59966 for ; Mon, 16 Sep 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5BD42F21 for ; Mon, 16 Sep 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8GHe1bD031595 for ; Mon, 16 Sep 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8GHe1qL031594; Mon, 16 Sep 2013 17:40:01 GMT (envelope-from gnats) Date: Mon, 16 Sep 2013 17:40:01 GMT Message-Id: <201309161740.r8GHe1qL031594@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nikolai Lifanov Subject: Re: ports/182152: [maintainer] [update] sysutils/ansible 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 17:40:01 -0000 The following reply was made to PR ports/182152; it has been noted by GNATS. From: Nikolai Lifanov To: bug-followup@FreeBSD.org, lifanov@mail.lifanov.com Cc: Subject: Re: ports/182152: [maintainer] [update] sysutils/ansible 1.3.0 Date: Mon, 16 Sep 2013 13:29:52 -0400 This is a multi-part message in MIME format. --------------060409030306020802030605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Apparently 3 days cooldown wasn't enough... Like after the 1.2.2 -> 1.2.3 release nonsense, please update this to 1.3.1 instead using the (new) attached patch instead. New changelog: https://raw.github.com/ansible/ansible/v1.3.1/CHANGELOG.md Notable fix: * Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings. - Nikolai Lifanov --------------060409030306020802030605 Content-Type: text/plain; charset=us-ascii; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 327387) +++ sysutils/ansible/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Index: sysutils/ansible/distinfo =================================================================== --- sysutils/ansible/distinfo (revision 327387) +++ sysutils/ansible/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.2.3.tar.gz) = e8b95b5f1efcfa5d45d4b727abda12f1acdcda37fe09d981217d94082e7a0c8c -SIZE (ansible-1.2.3.tar.gz) = 358428 +SHA256 (ansible-1.3.1.tar.gz) = 232d52e42988e9604d968ac625634d5dcd6dcb09344011a568725bb7a9617542 +SIZE (ansible-1.3.1.tar.gz) = 448487 Index: sysutils/ansible/files/pkg-message.in =================================================================== --- sysutils/ansible/files/pkg-message.in (revision 327387) +++ sysutils/ansible/files/pkg-message.in (working copy) @@ -8,3 +8,6 @@ %%EXAMPLESDIR%%/ansible.cfg +Ansible 1.3.0, includes "accelerate" mode, which is +faster and has fewer dependencies than "fireball" mode. +To use it, install security/py-keyczar. Index: sysutils/ansible/pkg-plist =================================================================== --- sysutils/ansible/pkg-plist (revision 327387) +++ sysutils/ansible/pkg-plist (working copy) @@ -113,6 +113,9 @@ %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.py %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.py +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/accelerate.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.py %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/connection_plugins/chroot.pyo @@ -152,6 +155,15 @@ %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/first_found.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/flattened.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/indexed_items.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/inventory_hostnames.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/items.pyo @@ -179,6 +191,9 @@ %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.py %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/template.pyo +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.py +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyc +%%PYTHON_SITELIBDIR%%/ansible/runner/lookup_plugins/together.pyo %%PYTHON_SITELIBDIR%%/ansible/runner/poller.py %%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyc %%PYTHON_SITELIBDIR%%/ansible/runner/poller.pyo @@ -198,12 +213,17 @@ %%PYTHON_SITELIBDIR%%/ansible/utils/template.pyc %%PYTHON_SITELIBDIR%%/ansible/utils/template.pyo %%DATADIR%%/cloud/cloudformation +%%DATADIR%%/cloud/digital_ocean %%DATADIR%%/cloud/ec2 +%%DATADIR%%/cloud/ec2_ami %%DATADIR%%/cloud/ec2_elb %%DATADIR%%/cloud/ec2_facts +%%DATADIR%%/cloud/ec2_group +%%DATADIR%%/cloud/ec2_tag %%DATADIR%%/cloud/ec2_vol %%DATADIR%%/cloud/glance_image %%DATADIR%%/cloud/keystone_user +%%DATADIR%%/cloud/linode %%DATADIR%%/cloud/nova_compute %%DATADIR%%/cloud/nova_keypair %%DATADIR%%/cloud/quantum_floating_ip @@ -214,6 +234,8 @@ %%DATADIR%%/cloud/quantum_router_interface %%DATADIR%%/cloud/quantum_subnet %%DATADIR%%/cloud/rax +%%DATADIR%%/cloud/rds +%%DATADIR%%/cloud/route53 %%DATADIR%%/cloud/s3 %%DATADIR%%/cloud/virt %%DATADIR%%/commands/command @@ -222,10 +244,13 @@ %%DATADIR%%/commands/shell %%DATADIR%%/database/mongodb_user %%DATADIR%%/database/mysql_db +%%DATADIR%%/database/mysql_replication %%DATADIR%%/database/mysql_user +%%DATADIR%%/database/mysql_variables %%DATADIR%%/database/postgresql_db %%DATADIR%%/database/postgresql_privs %%DATADIR%%/database/postgresql_user +%%DATADIR%%/database/redis %%DATADIR%%/database/riak %%DATADIR%%/files/assemble %%DATADIR%%/files/copy @@ -233,7 +258,9 @@ %%DATADIR%%/files/file %%DATADIR%%/files/ini_file %%DATADIR%%/files/lineinfile +%%DATADIR%%/files/stat %%DATADIR%%/files/template +%%DATADIR%%/files/xattr %%DATADIR%%/internal/async_status %%DATADIR%%/internal/async_wrapper %%DATADIR%%/inventory/add_host @@ -243,12 +270,19 @@ %%DATADIR%%/messaging/rabbitmq_user %%DATADIR%%/messaging/rabbitmq_vhost %%DATADIR%%/monitoring/airbrake_deployment +%%DATADIR%%/monitoring/boundary_meter +%%DATADIR%%/monitoring/datadog_event %%DATADIR%%/monitoring/monit %%DATADIR%%/monitoring/nagios %%DATADIR%%/monitoring/newrelic_deployment %%DATADIR%%/monitoring/pagerduty %%DATADIR%%/monitoring/pingdom +%%DATADIR%%/net_infrastructure/arista_interface +%%DATADIR%%/net_infrastructure/arista_l2interface +%%DATADIR%%/net_infrastructure/arista_lag +%%DATADIR%%/net_infrastructure/arista_vlan %%DATADIR%%/net_infrastructure/bigip_pool +%%DATADIR%%/net_infrastructure/dnsmadeeasy %%DATADIR%%/net_infrastructure/netscaler %%DATADIR%%/network/get_url %%DATADIR%%/network/slurp @@ -275,9 +309,11 @@ %%DATADIR%%/packaging/pip %%DATADIR%%/packaging/pkgin %%DATADIR%%/packaging/pkgng +%%DATADIR%%/packaging/pkgutil %%DATADIR%%/packaging/redhat_subscription %%DATADIR%%/packaging/rhn_channel %%DATADIR%%/packaging/rhn_register +%%DATADIR%%/packaging/rpm_key %%DATADIR%%/packaging/svr4pkg %%DATADIR%%/packaging/yum %%DATADIR%%/packaging/zypper @@ -302,6 +338,7 @@ %%DATADIR%%/system/sysctl %%DATADIR%%/system/user %%DATADIR%%/system/zfs +%%DATADIR%%/utilities/accelerate %%DATADIR%%/utilities/debug %%DATADIR%%/utilities/fail %%DATADIR%%/utilities/fireball @@ -309,6 +346,7 @@ %%DATADIR%%/utilities/set_fact %%DATADIR%%/utilities/wait_for %%DATADIR%%/web_infrastructure/django_manage +%%DATADIR%%/web_infrastructure/htpasswd %%DATADIR%%/web_infrastructure/supervisorctl @dirrm %%DATADIR%%/cloud @dirrm %%DATADIR%%/commands --------------060409030306020802030605--