ports/189396: [maintainer] [update] sysutils/ansible 1.6
Nikolai Lifanov
lifanov at mail.lifanov.com
Wed May 7 19:30:02 UTC 2014
The following reply was made to PR ports/189396; it has been noted by GNATS.
From: Nikolai Lifanov <lifanov at mail.lifanov.com>
To: bug-followup at FreeBSD.org, lifanov at mail.lifanov.com
Cc:
Subject: Re: ports/189396: [maintainer] [update] sysutils/ansible 1.6
Date: Wed, 07 May 2014 15:22:37 -0400
This is a multi-part message in MIME format.
--------------060305060701060101040608
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
And... bugfix realease!
Please update this to 1.6.1 instead with the patch attached.
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.6.1/CHANGELOG.md
- Nikolai Lifanov
--------------060305060701060101040608
Content-Type: text/x-patch;
name="ansible.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="ansible.diff"
Index: Makefile
===================================================================
--- Makefile (revision 353155)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION= 1.5.5
+PORTVERSION= 1.6.1
CATEGORIES= sysutils python
MASTER_SITES= SF/lifanov-ports-distfiles/sysutils/${PORTNAME}/:icons
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
@@ -29,7 +29,7 @@
GH_ACCOUNT= ${PORTNAME}
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 7b319d8
+GH_COMMIT= d4e11c5
USE_PYTHON= 2
USE_PYDISTUTILS= yes
@@ -42,8 +42,10 @@
SUB_FILES= pkg-message
PLIST_FILES+= man/man1/ansible-doc.1.gz \
+ man/man1/ansible-galaxy.1.gz \
man/man1/ansible-playbook.1.gz \
man/man1/ansible-pull.1.gz \
+ man/man1/ansible-vault.1.gz \
man/man1/ansible.1.gz \
${DESKTOPDIR}/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
Index: distinfo
===================================================================
--- distinfo (revision 353155)
+++ distinfo (working copy)
@@ -1,4 +1,4 @@
-SHA256 (ansible-1.5.5.tar.gz) = a952eb4f35c68fb7338e6b406255009e0324231073d37db79213f22cfc50f0b2
-SIZE (ansible-1.5.5.tar.gz) = 1036216
+SHA256 (ansible-1.6.1.tar.gz) = 02cc980c397d6edabd1353d03a943f4a5931018b6d9caa69a513c68743a3a8b2
+SIZE (ansible-1.6.1.tar.gz) = 1171854
SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
SIZE (ansible.png) = 1160
--------------060305060701060101040608--
More information about the freebsd-ports-bugs
mailing list