ports/185048: [maintainer] [update] [patch] sysutils/ansible 1.4.3
Nikolai Lifanov
lifanov at mail.lifanov.com
Fri Dec 20 21:20:00 UTC 2013
>Number: 185048
>Category: ports
>Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.3
>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: Fri Dec 20 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Nikolai Lifanov
>Release: FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Please update sysutils/ansible to 1.4.3.
This is a bug fix release.
Changelog: https://raw.github.com/ansible/ansible/v1.4.3/CHANGELOG.md
Note: this includes fixes from PR ports/185009
If this is committed, ports/185009 can be closed.
>How-To-Repeat:
Apply this patch.
>Fix:
--- patch.txt begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 337023)
+++ Makefile (working copy)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ansible
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= sysutils python
MASTER_SITES= http://ansibleworks.com/releases/
@@ -29,7 +29,7 @@
USES= shebangfix
SHEBANG_FILES= ${WRKSRC}/library/*/* \
- lib/ansible/runner/action_plugins/synchronize.py
+ ${WRKSRC}/lib/ansible/runner/action_plugins/synchronize.py
SUB_FILES= pkg-message
@@ -37,6 +37,7 @@
post-patch-script:
@${REINPLACE_CMD} -i -e "s|/etc/ansible|${ETCDIR}|" \
+ ${WRKSRC}/bin/ansible-galaxy \
${WRKSRC}/docs/man/man1/ansible-playbook.1 \
${WRKSRC}/docs/man/man1/ansible.1 \
${WRKSRC}/examples/ansible.cfg \
@@ -52,6 +53,7 @@
${WRKSRC}/lib/ansible/constants.py \
${WRKSRC}/lib/ansible/playbook/__init__.py \
${WRKSRC}/lib/ansible/runner/__init__.py
+ @${RM} ${WRKSRC}/library/system/setup-e
post-install:
@${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1
Index: distinfo
===================================================================
--- distinfo (revision 337023)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (ansible-1.4.2.tar.gz) = d7b9e94e4d85ac6176ec34bca92f155906a7bafc4864fdc48d717cbaf09b28ac
-SIZE (ansible-1.4.2.tar.gz) = 580624
+SHA256 (ansible-1.4.3.tar.gz) = 0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3
+SIZE (ansible-1.4.3.tar.gz) = 578755
--- patch.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list