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.
Responsible Changed From-To: freebsd-ports-bugs->bdrewery I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"