From lifanov@mail.lifanov.com  Thu Feb 13 14:24:05 2014
Return-Path: <lifanov@mail.lifanov.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 4379F1C5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Feb 2014 14:24:05 +0000 (UTC)
Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 30C2E18ED
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Feb 2014 14:24:05 +0000 (UTC)
Received: by mail.lifanov.com (Postfix, from userid 1001)
	id C217A1A816C; Thu, 13 Feb 2014 09:23:59 -0500 (EST)
Message-Id: <20140213142359.C217A1A816C@mail.lifanov.com>
Date: Thu, 13 Feb 2014 09:23:59 -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] sysutils/ansible 1.4.5
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         186724
>Category:       ports
>Synopsis:       [maintainer] [update] sysutils/ansible 1.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 13 14:30:01 UTC 2014
>Closed-Date:    Fri Feb 14 10:02:28 UTC 2014
>Last-Modified:  Fri Feb 14 10:02:28 UTC 2014
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mail.lifanov.com 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Please update sysutils/ansible to 1.4.5.
	This is a minor release.

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

	Port change: kill trailing newline in pkg-descr.

>How-To-Repeat:
	See patch attached.

>Fix:

--- patch.txt begins here ---
Index: sysutils/ansible/Makefile
===================================================================
--- sysutils/ansible/Makefile	(revision 344114)
+++ sysutils/ansible/Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ansible
-PORTVERSION=	1.4.4
+PORTVERSION=	1.4.5
 CATEGORIES=	sysutils python
 MASTER_SITES=	http://releases.ansible.com/ansible/
 
Index: sysutils/ansible/distinfo
===================================================================
--- sysutils/ansible/distinfo	(revision 344114)
+++ sysutils/ansible/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ansible-1.4.4.tar.gz) = 1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b
-SIZE (ansible-1.4.4.tar.gz) = 578707
+SHA256 (ansible-1.4.5.tar.gz) = faa6c1f1b801de3639c8375a4f5ab36c75d8cdb5c69bde2a21532430d6c8b4a9
+SIZE (ansible-1.4.5.tar.gz) = 579173
Index: sysutils/ansible/pkg-descr
===================================================================
--- sysutils/ansible/pkg-descr	(revision 344114)
+++ sysutils/ansible/pkg-descr	(working copy)
@@ -2,4 +2,3 @@
 task-execution, and multinode orchestration framework.
 
 WWW: http://www.ansible.com/
-
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Feb 14 09:07:16 UTC 2014 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186724: commit references a PR
Date: Fri, 14 Feb 2014 09:59:16 +0000 (UTC)

 Author: rm
 Date: Fri Feb 14 09:59:03 2014
 New Revision: 344176
 URL: http://svnweb.freebsd.org/changeset/ports/344176
 QAT: https://qat.redports.org/buildarchive/r344176/
 
 Log:
   - update to 1.4.5
   - kill trailing newline in pkg-descr
   
   Changelog: https://raw.github.com/ansible/ansible/v1.4.5/CHANGELOG.md
   
   PR:		186724
   Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
 
 Modified:
   head/sysutils/ansible/Makefile
   head/sysutils/ansible/distinfo
   head/sysutils/ansible/files/pkg-message.in
   head/sysutils/ansible/pkg-descr
 
 Modified: head/sysutils/ansible/Makefile
 ==============================================================================
 --- head/sysutils/ansible/Makefile	Fri Feb 14 09:56:24 2014	(r344175)
 +++ head/sysutils/ansible/Makefile	Fri Feb 14 09:59:03 2014	(r344176)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	ansible
 -PORTVERSION=	1.4.4
 +PORTVERSION=	1.4.5
  CATEGORIES=	sysutils python
  MASTER_SITES=	http://releases.ansible.com/ansible/
  
 
 Modified: head/sysutils/ansible/distinfo
 ==============================================================================
 --- head/sysutils/ansible/distinfo	Fri Feb 14 09:56:24 2014	(r344175)
 +++ head/sysutils/ansible/distinfo	Fri Feb 14 09:59:03 2014	(r344176)
 @@ -1,2 +1,2 @@
 -SHA256 (ansible-1.4.4.tar.gz) = 1b62fd1c4b26c0c7b7215b11308c5b981e7af0e3d78119680d9248f5c229180b
 -SIZE (ansible-1.4.4.tar.gz) = 578707
 +SHA256 (ansible-1.4.5.tar.gz) = faa6c1f1b801de3639c8375a4f5ab36c75d8cdb5c69bde2a21532430d6c8b4a9
 +SIZE (ansible-1.4.5.tar.gz) = 579173
 
 Modified: head/sysutils/ansible/files/pkg-message.in
 ==============================================================================
 --- head/sysutils/ansible/files/pkg-message.in	Fri Feb 14 09:56:24 2014	(r344175)
 +++ head/sysutils/ansible/files/pkg-message.in	Fri Feb 14 09:59:03 2014	(r344176)
 @@ -1,7 +1,7 @@
  
  To use Ansible, you need at least a host database.
  If you installed examples, you will have a sample
 -host database and a sample configuration file: 
 +host database and a sample configuration file:
  
    %%EXAMPLESDIR%%/hosts
    %%EXAMPLESDIR%%/ansible.cfg
 
 Modified: head/sysutils/ansible/pkg-descr
 ==============================================================================
 --- head/sysutils/ansible/pkg-descr	Fri Feb 14 09:56:24 2014	(r344175)
 +++ head/sysutils/ansible/pkg-descr	Fri Feb 14 09:59:03 2014	(r344176)
 @@ -2,4 +2,3 @@ Ansible is a radically simple configurat
  task-execution, and multinode orchestration framework.
  
  WWW: http://www.ansible.com/
 -
 _______________________________________________
 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 
State-Changed-By: rm 
State-Changed-When: Fri Feb 14 10:02:27 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186724 
>Unformatted:
