ports/173216: [patch] editors/spe: fix fetch

Alberto Villa avilla at FreeBSD.org
Tue Oct 30 14:10:01 UTC 2012


>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:


More information about the freebsd-ports-bugs mailing list