diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-13 10:23:48 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-13 10:23:48 +0800 |
commit | cb6912f82f73f199beb97b21c51663cd85715518 (patch) | |
tree | 01a3ba2b3ba65ec39370307815a7ee28402b28c0 | |
parent | 967bc81750c6fca2b76c45e015dc91f613e3e4dc (diff) | |
download | freebsd-ports-gnome-cb6912f82f73f199beb97b21c51663cd85715518.tar.gz freebsd-ports-gnome-cb6912f82f73f199beb97b21c51663cd85715518.tar.zst freebsd-ports-gnome-cb6912f82f73f199beb97b21c51663cd85715518.zip |
Drop some URLs of unfetchable distfiles, and reorder 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.
PR: 48222
Submitted by: Matthias Andree <matthias.andree@web.de>
-rw-r--r-- | news/leafnode/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index a8711e74b837..04af85472f0a 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -9,17 +9,15 @@ 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 |