ports/94222: [maintainer-update] graphics/giblib: 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:         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 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/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 at gmail.com
 COMMENT=	A utility library that includes a wrapper for imlib2
--- giblib.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list