Bug 189396 - [maintainer] [update] sysutils/ansible 1.6
Summary: [maintainer] [update] sysutils/ansible 1.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 18:20 UTC by Nikolai Lifanov
Modified: 2014-05-10 21:50 UTC (History)
0 users

See Also:


Attachments
ansible.diff (1.39 KB, patch)
2014-05-06 18:20 UTC, Nikolai Lifanov
no flags Details | Diff
ansible.diff (1.40 KB, patch)
2014-05-07 20:22 UTC, Nikolai Lifanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2014-05-06 18:20:00 UTC
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.
Comment 1 Nikolai Lifanov 2014-05-07 20:22:37 UTC
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
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-10 21:44:59 UTC
Author: rakuco
Date: Sat May 10 20:44:55 2014
New Revision: 353602
URL: http://svnweb.freebsd.org/changeset/ports/353602
QAT: https://qat.redports.org/buildarchive/r353602/

Log:
  Update to 1.6.1.
  
  PR:		ports/189396
  Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)

Modified:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/distinfo

Modified: head/sysutils/ansible/Makefile
==============================================================================
--- head/sysutils/ansible/Makefile	Sat May 10 19:48:18 2014	(r353601)
+++ head/sysutils/ansible/Makefile	Sat May 10 20:44:55 2014	(r353602)
@@ -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 @@ USE_GITHUB=	yes
 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 @@ SHEBANG_FILES=	library/*/* \
 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

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Sat May 10 19:48:18 2014	(r353601)
+++ head/sysutils/ansible/distinfo	Sat May 10 20:44:55 2014	(r353602)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-05-10 21:45:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!