Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2003 02:17:14 +0100 (CET)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48222: fix unfetchable distfiles: news/leafnode
Message-ID:  <200302130117.h1D1HEfZ006211@libertas.emma.line.org>

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

>Number:         48222
>Category:       ports
>Synopsis:       fix unfetchable distfiles: news/leafnode
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 12 17:20:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.7-STABLE FreeBSD 4.7-STABLE #8: Fri Jan 31 03:10:11 CET 2003 toor@libertas.emma.line.org:/usr/obj/usr/src/sys/LIBERTAS i386


	
>Description:
This patch below drops some URLs of unfetchable distfiles, and reorders
SourceForge to the top because they are a) first to carry the distfiles,
b) the most reliable site.

Thanks to Bill Fenner for his portsurvey and unfetchable distfile
reminders.
	
>How-To-Repeat:
	
>Fix:
diff -Nur /usr/ports/news/leafnode/Makefile /root/leafnode/Makefile
--- /usr/ports/news/leafnode/Makefile	Thu Feb 13 01:59:58 2003
+++ /root/leafnode/Makefile	Thu Feb 13 01:55:38 2003
@@ -2,24 +2,22 @@
 # Whom:			Brian Somers <brian@FreeBSD.org>
 # Date created:		1997-06-27
 #
 # $FreeBSD: ports/news/leafnode/Makefile,v 1.29 2003/02/12 23:08:49 naddy Exp $
 #
 
 PORTNAME=	leafnode
 PORTVERSION=	1.9.33
 PORTREVISION=	1
 CATEGORIES=	news ipv6
-MASTER_SITES=	http://dl.sourceforge.net/sourceforge/leafnode/ \
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} \
 		http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \
 		ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
-		http://www.Awfulhak.org/leafnode/ \
-		${MASTER_SITE_SUNSITE:S/$/:sunsite/} \
-		ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
-		ftp://ftp.stikman.com/pub/leafnode/ \
-		ftp://ftp.gigabell.net/pub/leafnode/
-MASTER_SITE_SUBDIR=	./:DEFAULT system/news/transport/:sunsite
+		${MASTER_SITE_SUNSITE:S/$/:sunsite/}
+MASTER_SITE_SUBDIR=	${PORTNAME}/:sourceforge \
+			./:DEFAULT \
+			system/news/transport/:sunsite
 DISTNAME=	${PORTNAME}-${PORTVERSION}.rel
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,sunsite
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:sourceforge,sunsite,DEFAULT
 
 MAINTAINER=	matthias.andree@web.de
 
	

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302130117.h1D1HEfZ006211>