From lifanov@mail.lifanov.com  Thu Dec 19 13:56:28 2013
Return-Path: <lifanov@mail.lifanov.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 676D59A0
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Dec 2013 13:56:28 +0000 (UTC)
Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 54E9412DC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Dec 2013 13:56:28 +0000 (UTC)
Received: by mail.lifanov.com (Postfix, from userid 1001)
	id D85491A7571; Thu, 19 Dec 2013 08:56:21 -0500 (EST)
Message-Id: <20131219135621.D85491A7571@mail.lifanov.com>
Date: Thu, 19 Dec 2013 08:56:21 -0500 (EST)
From: Nikolai Lifanov <lifanov@mail.lifanov.com>
Reply-To: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] [update] [patch] sysutils/ansible 1.4.2
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         184997
>Category:       ports
>Synopsis:       [maintainer] [update] [patch] sysutils/ansible 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 19 14:00:00 UTC 2013
>Closed-Date:    Thu Dec 19 14:33:04 UTC 2013
>Last-Modified:  Thu Dec 19 14:40:01 UTC 2013
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	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.
>Fix:

--- patch.txt begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 336902)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.4.1
+PORTVERSION=	1.4.2
 PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://ansibleworks.com/releases/
Index: distinfo
===================================================================
--- distinfo	(revision 336902)
+++ distinfo	(working copy)
@@ -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
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Thu Dec 19 14:17:15 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184997 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Thu Dec 19 14:33:03 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184997 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184997: commit references a PR
Date: Thu, 19 Dec 2013 14:32:55 +0000 (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"
 
>Unformatted:
