Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Mar 2006 13:19:06 +0200
From:      Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94221: [maintainer-update] graphics/feh: fixed unfetchable distfile issue due to fetch(1) not following 302 redirects
Message-ID:  <E1FGwh8-0004zl-Ei@darkstar.voliacable.com>
Resent-Message-ID: <200603081120.k28BK3ki020620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@gmail.com
 COMMENT=	An image viewer that utilizes Imlib2
--- feh.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FGwh8-0004zl-Ei>