From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 8 14:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 D2A2A302 for ; Wed, 8 Jan 2014 14:50:00 +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 962921100 for ; Wed, 8 Jan 2014 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s08Eo0aZ096162 for ; Wed, 8 Jan 2014 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s08Eo0IS096157; Wed, 8 Jan 2014 14:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jan 2014 14:50:00 GMT Resent-Message-Id: <201401081450.s08Eo0IS096157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikolai Lifanov 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 63A56E9C for ; Wed, 8 Jan 2014 14:42:16 +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 516FA109A for ; Wed, 8 Jan 2014 14:42:16 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id 8E1B41A7C3F; Wed, 8 Jan 2014 09:42:10 -0500 (EST) Message-Id: <20140108144210.8E1B41A7C3F@mail.lifanov.com> Date: Wed, 8 Jan 2014 09:42:10 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185583: [maintainer] [patch] sysutils/ansible : fix fetch 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: Wed, 08 Jan 2014 14:50:00 -0000 >Number: 185583 >Category: ports >Synopsis: [maintainer] [patch] sysutils/ansible : fix fetch >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 14:50:00 UTC 2014 >Closed-Date: >Last-Modified: >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: Upstream changed the MASTER site again. Please fix fetch by applying this patch. >How-To-Repeat: >Fix: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 339138) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ansible PORTVERSION= 1.4.4 CATEGORIES= sysutils python -MASTER_SITES= http://ansibleworks.com/releases/ +MASTER_SITES= http://releases.ansible.com/ansible/ MAINTAINER= lifanov@mail.lifanov.com COMMENT= Simple ssh-based configuration management and orchestration system --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: