From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 30 14:10:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EECFCA69 for ; Tue, 30 Oct 2012 14:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AAB868FC16 for ; Tue, 30 Oct 2012 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9UEA0HG090347 for ; Tue, 30 Oct 2012 14:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9UEA0h2090346; Tue, 30 Oct 2012 14:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 30 Oct 2012 14:10:00 GMT Resent-Message-Id: <201210301410.q9UEA0h2090346@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, Alberto Villa Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97310844 for ; Tue, 30 Oct 2012 14:02:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 674708FC12 for ; Tue, 30 Oct 2012 14:02:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9UE2CXv017540 for ; Tue, 30 Oct 2012 14:02:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9UE2CCE017539; Tue, 30 Oct 2012 14:02:12 GMT (envelope-from nobody) Message-Id: <201210301402.q9UE2CCE017539@red.freebsd.org> Date: Tue, 30 Oct 2012 14:02:12 GMT From: Alberto Villa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173216: [patch] editors/spe: fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 14:10:01 -0000 >Number: 173216 >Category: ports >Synopsis: [patch] editors/spe: fix fetch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 30 14:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alberto Villa >Release: >Organization: >Environment: >Description: editors/spe fails to fetch returning HTTP 302. >How-To-Repeat: # make fetch -C /usr/ports/editors/spe >Fix: Strip -A from FETCH_ARGS. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 306588) +++ Makefile (working copy) @@ -18,6 +18,7 @@ NO_BUILD= yes +FETCH_ARGS= -Fpr USE_PYTHON= yes USE_WX= 2.6 WANT_UNICODE= yes >Release-Note: >Audit-Trail: >Unformatted: