From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 14 14:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 502B5189 for ; Fri, 14 Mar 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ABECFF4 for ; Fri, 14 Mar 2014 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EEK0t4015046 for ; Fri, 14 Mar 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2EEK01S015045; Fri, 14 Mar 2014 14:20:00 GMT (envelope-from gnats) Date: Fri, 14 Mar 2014 14:20:00 GMT Message-Id: <201403141420.s2EEK01S015045@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nikolai Lifanov Subject: Re: ports/187453: [maintainer] [update] [patch] sysutils/ansible 1.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Nikolai Lifanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 14:20:01 -0000 The following reply was made to PR ports/187453; it has been noted by GNATS. From: Nikolai Lifanov To: bug-followup@FreeBSD.org, lifanov@mail.lifanov.com Cc: Subject: Re: ports/187453: [maintainer] [update] [patch] sysutils/ansible 1.5.2 Date: Fri, 14 Mar 2014 10:15:57 -0400 This is a multi-part message in MIME format. --------------010804020505010804010207 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ansible 1.5.3 is available. Please use this patch instead. Changelog: https://raw.github.com/ansible/ansible/v1.5.3/CHANGELOG.md - Nikolai Lifanov --------------010804020505010804010207 Content-Type: text/plain; charset=us-ascii; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" Index: sysutils/ansible/Makefile =================================================================== --- sysutils/ansible/Makefile (revision 348122) +++ sysutils/ansible/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.5 +PORTVERSION= 1.5.3 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ Index: sysutils/ansible/distinfo =================================================================== --- sysutils/ansible/distinfo (revision 348122) +++ sysutils/ansible/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.5.tar.gz) = 37c46b84a5525ad027e3828cd862089a20783944603c504630d0c9c84e62df45 -SIZE (ansible-1.5.tar.gz) = 533821 +SHA256 (ansible-1.5.3.tar.gz) = edef163fed028491cafabd2f6bd3ee26c3d06819917e85207f4026c3839c9b45 +SIZE (ansible-1.5.3.tar.gz) = 542711 --------------010804020505010804010207--