diff options
author | sergei <sergei@FreeBSD.org> | 2004-08-25 12:43:55 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-08-25 12:43:55 +0800 |
commit | 3d1cfe795c0d9b7862eccb8c98912d6d940c17c9 (patch) | |
tree | bb25183988f802800deba777532006e2023cf137 /shells/zsh | |
parent | 840a815e0d78e62ab4d96422e34a98f58833a6ea (diff) | |
download | freebsd-ports-gnome-3d1cfe795c0d9b7862eccb8c98912d6d940c17c9.tar.gz freebsd-ports-gnome-3d1cfe795c0d9b7862eccb8c98912d6d940c17c9.tar.zst freebsd-ports-gnome-3d1cfe795c0d9b7862eccb8c98912d6d940c17c9.zip |
- 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
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index f8dbff8eaeb7..69fdf3ca4741 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/ \ |