Bug 184997 - [maintainer] [update] [patch] sysutils/ansible 1.4.2
Summary: [maintainer] [update] [patch] sysutils/ansible 1.4.2
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 14:00 UTC by Nikolai Lifanov
Modified: 2013-12-19 14:40 UTC (History)
0 users

See Also:


Attachments
patch.txt (758 bytes, text/plain)
2013-12-19 14:00 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolai Lifanov 2013-12-19 14:00:00 UTC
	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.
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-19 14:17:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-19 14:32:55 UTC
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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-12-19 14:33:03 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!