Bug 182231

Summary: [maintainer] [update] sysutils/ansible 1.3.2
Product: Ports & Packages Reporter: Nikolai Lifanov <lifanov>
Component: Individual Port(s)Assignee: Bryan Drewery <bdrewery>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.txt none

Description Nikolai Lifanov 2013-09-19 17:30:00 UTC
	Please update sysutils/ansible to 1.3.2.
	This is a bugfix release.

	Notably, this allows an additional -v when debuggin ssh connection
	method (same as using ssh -vvv), and it allows the user to override
	the ssh control socket path.

	Changelog: https://raw.github.com/ansible/ansible/v1.3.2/CHANGELOG.md

How-To-Repeat: 	Apply this patch.
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2013-09-19 17:52:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-20 10:23:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-20 10:23:17 UTC
Author: bdrewery
Date: Fri Sep 20 09:23:09 2013
New Revision: 327673
URL: http://svnweb.freebsd.org/changeset/ports/327673

Log:
  - Update to 1.3.2
  
  PR:		ports/182231
  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	Fri Sep 20 09:23:01 2013	(r327672)
+++ head/sysutils/ansible/Makefile	Fri Sep 20 09:23:09 2013	(r327673)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://ansibleworks.com/releases/
 

Modified: head/sysutils/ansible/distinfo
==============================================================================
--- head/sysutils/ansible/distinfo	Fri Sep 20 09:23:01 2013	(r327672)
+++ head/sysutils/ansible/distinfo	Fri Sep 20 09:23:09 2013	(r327673)
@@ -1,2 +1,2 @@
-SHA256 (ansible-1.3.1.tar.gz) = 232d52e42988e9604d968ac625634d5dcd6dcb09344011a568725bb7a9617542
-SIZE (ansible-1.3.1.tar.gz) = 448487
+SHA256 (ansible-1.3.2.tar.gz) = b9bc30d21b9cfadae9922895b41b157a2015053315f855af96b153a36321e359
+SIZE (ansible-1.3.2.tar.gz) = 449190
_______________________________________________
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"