Opened 10 years ago

Closed 10 years ago

#42044 closed update (fixed)

Ansible: update to 1.4.4

Reported by: a.vermeer@… Owned by: blair (Blair Zajac)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: ansible

Description (last modified by mf2k (Frank Schima))

--- /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/ansible/Portfile.bak	2014-01-07 15:38:39.000000000 +0100
+++ /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/sysutils/ansible/Portfile	2014-01-07 15:41:59.000000000 +0100
@@ -5,7 +5,7 @@
 PortGroup       python 1.0

 name            ansible
-version         1.4.1
+version         1.4.4
 categories      sysutils
 supported_archs noarch

@@ -26,8 +26,8 @@
 platforms       darwin

 master_sites    http://www.ansibleworks.com/releases/
-checksums       rmd160 c1d2248244d6799e8ea79e5bfb3e96579c066594 \
-                sha256 bfd1bbf96b4802a4302262e10374c6c400a3394d4dfd6ef6a8f3f7cad77b7ac9
+checksums       rmd160 2677f3e21db61c582f6cb901daa6ce8245d04250 \
+                sha256 1b351a421d76a90dbbe723dba2bdbcfc1efea42bfe322b4c4ed4e844b2117a20

 python.default_version  27
 depends_lib-append      port:py${python.version}-jinja2 \

Attachments (1)

ansible.patch (953 bytes) - added by a.vermeer@… 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by a.vermeer@…

Attachment: ansible.patch added

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to blair@…
Port: ansible added
Version: 2.2.1

Please attach the Portfile patch instead of pasting it inline unformatted. In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers ansible).

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added

comment:3 Changed 10 years ago by blair (Blair Zajac)

Resolution: fixed
Status: newclosed

Fixed in r115660.

Please do a diff between successive releases in the future to see if the portfile needs anything else. In this case, there's this:

diff -ru ansible-1.4.1/setup.py ansible-1.4.4/setup.py
--- ansible-1.4.1/setup.py      2013-11-19 11:12:23.000000000 -0800
+++ ansible-1.4.4/setup.py      2014-01-07 12:52:31.000000000 -0800
@@ -22,7 +22,7 @@
       author_email='michael@ansibleworks.com',
       url='http://ansibleworks.com/',
       license='GPLv3',
-      install_requires=['paramiko', 'jinja2', "PyYAML"],
+      install_requires=['paramiko', 'jinja2', "PyYAML", "httplib2"],
       package_dir={ 'ansible': 'lib/ansible' },
       packages=[
          'ansible',

So I added an additional dependency on py2?-httplib2.

Note: See TracTickets for help on using tickets.