diff options
author | knu <knu@FreeBSD.org> | 2002-09-06 12:06:00 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-06 12:06:00 +0000 |
commit | 4a850c3b2a2991193714321b10dc76f0f9e4ed2a (patch) | |
tree | 41d0a0ee415344db55803f23c41690a83be2cdcf /shells/zsh | |
parent | dba76f0b2dd3db0816b00ca435262aa1b56710a1 (diff) | |
download | FreeBSD-ports-4a850c3b2a2991193714321b10dc76f0f9e4ed2a.zip FreeBSD-ports-4a850c3b2a2991193714321b10dc76f0f9e4ed2a.tar.gz |
MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index ab34cd5..32bc85d 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -8,13 +8,16 @@ PORTNAME= zsh PORTVERSION= 4.0.6 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.zsh.org/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.zsh.org/%SUBDIR%/ \ ftp://ftp.sterling.com/%SUBDIR%/ \ ftp://ftp.rge.com/pub/shells/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/%SUBDIR%/ \ ftp://ftp.ips.oz.au/pub/packages/%SUBDIR%/ \ - ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ + ftp://ftp.uit.no/pub/unix/shells/%SUBDIR%/ \ + ftp://ftp.iij.ad.jp/pub/misc/%SUBDIR%/ \ + ftp://ftp.st.ryukoku.ac.jp/pub/utils/shell/%SUBDIR%/ \ + ftp://ftp.icm.edu.pl/vol/wojsyl/%SUBDIR%/ \ + ftp://ftp.sunsite.auc.dk/disk1/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} zsh-${PORTVERSION}-doc${EXTRACT_SUFX} |