diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-11 22:32:38 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-11 22:32:38 +0800 |
commit | 6f8cbf5a64c9a3791ea2e21a067ab8258d0f1107 (patch) | |
tree | 413a38e9e7280524ba287bee632fb8f08ee190d1 | |
parent | f91649b9c89d2f7049ba710654029ae71eb22863 (diff) | |
download | freebsd-ports-gnome-6f8cbf5a64c9a3791ea2e21a067ab8258d0f1107.tar.gz freebsd-ports-gnome-6f8cbf5a64c9a3791ea2e21a067ab8258d0f1107.tar.zst freebsd-ports-gnome-6f8cbf5a64c9a3791ea2e21a067ab8258d0f1107.zip |
Rearrange MASTER_SITES to have faster site used prior to
slower sites
PR: 17285
Submitted by: Maintainer
-rw-r--r-- | news/cnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 0ed093767d06..b19accfd80c1 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -10,12 +10,12 @@ DISTNAME= c-news PKGNAME= cnews-cr.g CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ - ftp://ftp.dinoex.org/pub/c-news/ \ + ftp://ftp.lan-ks.de/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ ftp://ftp.win.or.jp/pub/network/news/cnews/ \ ftp://ftp.redcom.ru/pub/unix/usenet/c-news/ \ ftp://ftp.mc.hik.se/pub/unix/news/c-news/ \ - ftp://ftp.lan-ks.de/pub/c-news/ + ftp://ftp.dinoex.org/pub/c-news/ EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pgpverify-1.12 |