Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 May 2014 13:10:15 -0400 (EDT)
From:      Nikolai Lifanov <lifanov@mail.lifanov.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189396: [maintainer] [update] sysutils/ansible 1.6
Message-ID:  <20140506171015.AA7D51B0374@mail.lifanov.com>
Resent-Message-ID: <201405061720.s46HK0Oq045624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189396
>Category:       ports
>Synopsis:       [maintainer] [update] sysutils/ansible 1.6
>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:   Tue May 06 17:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 10.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
Please update sysutils/ansible to 1.6.
This is a major update.

Changelog: https://raw.githubusercontent.com/ansible/ansible/v1.6.0/CHANGELOG.md
>How-To-Repeat:
Apply this patch.

>Fix:

--- ansible.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 353107)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.5.5
+PORTVERSION=	1.6
 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=	ab55000
 
 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 353107)
+++ 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.tar.gz) = e8766fbda36b98b60522bfde3524964dd9f62832de4dfa0d937bfc62775c7ce7
+SIZE (ansible-1.6.tar.gz) = 1170973
 SHA256 (ansible.png) = 9bf68abd2c95db4dc8dfc091c0e0e0a9716891f28d157e3f04e541d96e1c6850
 SIZE (ansible.png) = 1160
--- ansible.diff ends here ---


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



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