From 3d1cfe795c0d9b7862eccb8c98912d6d940c17c9 Mon Sep 17 00:00:00 2001 From: sergei Date: Wed, 25 Aug 2004 04:43:55 +0000 Subject: - Move a faster site (archive.progeny.com) to the beginning of MASTER_SITES list because the primary distribution site zsh.org is "always damn slow" Prompted by: krion --- shells/zsh/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shells/zsh') diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index f8dbff8eaeb..69fdf3ca474 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -27,11 +27,12 @@ PORTNAME= zsh PORTVERSION= 4.2.1 CATEGORIES= shells -MASTER_SITES= http://www.zsh.org/pub/ \ - ftp://ftp.zsh.org/pub/ \ - ftp://sunsite.dk/pub/unix/shells/zsh/ \ +MASTER_SITES= \ http://archive.progeny.com/zsh/ \ ftp://archive.progeny.com/zsh/ \ + http://www.zsh.org/pub/ \ + ftp://ftp.zsh.org/pub/ \ + ftp://sunsite.dk/pub/unix/shells/zsh/ \ ftp://ftp.rge.com/pub/shells/zsh/ \ ftp://sunsite.org.uk/package/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ -- cgit