Please update sysutils/ansible to 1.4.2 This is a minor release. Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md How-To-Repeat: See the attached patch.
Responsible Changed From-To: freebsd-ports-bugs->danilo I'll take it.
Author: danilo Date: Thu Dec 19 14:32:47 2013 New Revision: 336916 URL: http://svnweb.freebsd.org/changeset/ports/336916 Log: - Update from 1.4.1 to 1.4.2 Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md PR: ports/184997 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 Thu Dec 19 14:14:28 2013 (r336915) +++ head/sysutils/ansible/Makefile Thu Dec 19 14:32:47 2013 (r336916) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ @@ -29,7 +28,8 @@ USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USES= shebangfix -SHEBANG_FILES= ${WRKSRC}/library/*/* +SHEBANG_FILES= ${WRKSRC}/library/*/* \ + lib/ansible/runner/action_plugins/synchronize.py SUB_FILES= pkg-message Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Thu Dec 19 14:14:28 2013 (r336915) +++ head/sysutils/ansible/distinfo Thu Dec 19 14:32:47 2013 (r336916) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.1.tar.gz) = bfd1bbf96b4802a4302262e10374c6c400a3394d4dfd6ef6a8f3f7cad77b7ac9 -SIZE (ansible-1.4.1.tar.gz) = 571296 +SHA256 (ansible-1.4.2.tar.gz) = d7b9e94e4d85ac6176ec34bca92f155906a7bafc4864fdc48d717cbaf09b28ac +SIZE (ansible-1.4.2.tar.gz) = 580624 _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!