ports/182152: [maintainer] [update] sysutils/ansible 1.3.0

Nikolai Lifanov lifanov at mail.lifanov.com
Mon Sep 16 14:10:01 UTC 2013


>Number:         182152
>Category:       ports
>Synopsis:       [maintainer] [update] sysutils/ansible 1.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 16 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.1-RELEASE-p7 amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Update sysutils/ansible to Ansible 1.3.0.

	This is a major release with many new features and improvements.
	Changes: https://raw.github.com/ansible/ansible/v1.3.0/CHANGELOG.md

	This version includes "accelerate" mode, which is faster and has
	fewer dependencies than "fireball". Install security/py-keyczar to
	use it (it is already installed if FIREBALL option is selected).

	At committer's discretion, you may remove FIREBALL OPTION.

>How-To-Repeat:
	# make -C /usr/ports/sysutils/ansible
>Fix:
	Apply this patch.

--- patch.txt begins here ---
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.0
 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.0.tar.gz) = 876d9eb8a8ae6e4ff943eb956c46e83d53e56ac6fb7890f83a23c3cc10508864
+SIZE (ansible-1.3.0.tar.gz) = 448223
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
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list