ports/94221: [maintainer-update] graphics/feh: fixed unfetchable distfile issue due to fetch(1) not following 302 redirects
Andrew Pogrebennyk
andrew.nau.ua at gmail.com
Wed Mar 8 11:20:21 UTC 2006
>Number: 94221
>Category: ports
>Synopsis: [maintainer-update] graphics/feh: fixed unfetchable distfile issue due to fetch(1) not following 302 redirects
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 08 11:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Andrew Pogrebennyk
>Release: FreeBSD 6.0-RELEASE i386
>Organization:
University
>Environment:
System: FreeBSD darkstar.voliacable.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Dec 1 23:34:03 EET 2005 root at darkstar.voliacable.com:/usr/obj/usr/src/sys/NEUTRINO i386
>Description:
Fixed unfetchable distfile issue when fetch(1) became unable to fetch http://www.linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz after it has been moved to http://linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz
>How-To-Repeat:
>Fix:
--- feh.patch begins here ---
diff -u -ruN feh.orig/Makefile feh/Makefile
--- feh.orig/Makefile Wed Mar 8 13:01:56 2006
+++ feh/Makefile Wed Mar 8 13:02:27 2006
@@ -8,7 +8,7 @@
PORTNAME= feh
PORTVERSION= 1.3.4
CATEGORIES= graphics
-MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
+MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= andrew.nau.ua at gmail.com
COMMENT= An image viewer that utilizes Imlib2
--- feh.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list