diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-21 22:19:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-11-21 22:19:45 +0000 |
commit | b87453fc01a6a913d91c447e555d31355f52ea4f (patch) | |
tree | d0c43a55d40fa365ff5aca6e9cdb7481769c9bb6 /shells | |
parent | 6a4fce8a6d614067ca7b06e17710043504111ab8 (diff) | |
download | ports-b87453fc01a6a913d91c447e555d31355f52ea4f.tar.gz ports-b87453fc01a6a913d91c447e555d31355f52ea4f.zip |
- Remove dead and duplicite download locations, move a fast one to the top
PR: ports/104948
Submitted by: Geoff C. Wing <gcw@zsh.org>
Approved by: maintainer timeout (sergei; 3 weeks)
Notes
Notes:
svn path=/head/; revision=177765
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index d3de774c3680..3aa53fd771fb 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -30,12 +30,9 @@ PORTNAME= zsh PORTVERSION= 4.3.2 PORTREVISION= 1 CATEGORIES= shells -MASTER_SITES= \ - http://archive.progeny.com/zsh/ \ - ftp://archive.progeny.com/zsh/ \ +MASTER_SITES= http://zsh.open-mirror.com/ \ http://www.zsh.org/pub/ \ ftp://ftp.zsh.org/pub/ \ - ftp://sunsite.dk/pub/unix/shells/zsh/ \ http://mirrors.dotsrc.org/zsh/ \ ftp://mirrors.dotsrc.org/zsh/ \ ftp://ftp.funet.fi/pub/unix/shells/zsh/ \ @@ -48,8 +45,7 @@ MASTER_SITES= \ ftp://ftp.demon.nl/pub/mirrors/zsh/ \ ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/ \ ftp://ftp.lysator.liu.se/pub/unix/zsh/ \ - ftp://sunsite.org.uk/package/zsh/ \ - http://zsh.open-mirror.com/ + ftp://sunsite.org.uk/package/zsh/ DISTNAME= ${PORTNAME}-${ZSH_VER} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc${EXTRACT_SUFX} |