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

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

>Number:         94222
>Category:       ports
>Synopsis:       [maintainer-update] graphics/giblib: 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:04 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/giblib-1.2.4.tar.gz after is has been moved to http://linuxbrit.co.uk/downloads/giblib-1.2.4.tar.gz

>How-To-Repeat:
	
>Fix:

	

--- giblib.patch begins here ---
diff -u -ruN giblib.orig/Makefile giblib/Makefile
--- giblib.orig/Makefile	Wed Mar  8 13:02:07 2006
+++ giblib/Makefile	Wed Mar  8 13:02:48 2006
@@ -9,7 +9,7 @@
 PORTVERSION=	1.2.4
 PORTREVISION=	2
 CATEGORIES=	graphics devel
-MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/
+MASTER_SITES=	http://linuxbrit.co.uk/downloads/
 
 MAINTAINER=	andrew.nau.ua@gmail.com
 COMMENT=	A utility library that includes a wrapper for imlib2
--- giblib.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?E1FGwhL-000515-Nl>