Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 17:40:01 GMT
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182152: [maintainer] [update] sysutils/ansible 1.3.0
Message-ID:  <201309161740.r8GHe1qL031594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182152; it has been noted by GNATS.

From: Nikolai Lifanov <lifanov@mail.lifanov.com>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309161740.r8GHe1qL031594>