diff options
author | Luigi Rizzo <luigi@FreeBSD.org> | 2001-08-27 16:49:56 +0000 |
---|---|---|
committer | Luigi Rizzo <luigi@FreeBSD.org> | 2001-08-27 16:49:56 +0000 |
commit | 269559edbe9b3dfb31eda472ed3d498498dbc77c (patch) | |
tree | d8243e900df5c11cab51bee1cc2e240cee48f8c5 /picobsd | |
parent | a338b02b1a6501de1e450bc0bfc129550793c89b (diff) | |
download | ports-269559edbe9b3dfb31eda472ed3d498498dbc77c.tar.gz ports-269559edbe9b3dfb31eda472ed3d498498dbc77c.zip |
update list of MASTER_SITES.
It is a bad idea to put identifiers such as /.w2/ below into
URLs.
ftp://ftp.cronyx.ru/.w2/mirror/ssh/old/
This problem appears to exist on other ports such as
devel/codecrusader
editors/staroffice52
graphics/fli2gif
security/rsaref
security/ssh
www/linux-netscape6
Notes
Notes:
svn path=/head/; revision=46984
Diffstat (limited to 'picobsd')
-rw-r--r-- | picobsd/ssh-picobsd/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/picobsd/ssh-picobsd/Makefile b/picobsd/ssh-picobsd/Makefile index 233ec40ab99f..7602a6cf6373 100644 --- a/picobsd/ssh-picobsd/Makefile +++ b/picobsd/ssh-picobsd/Makefile @@ -11,14 +11,11 @@ PORTNAME= ssh PORTVERSION= 1.2.27 # Note, 1.2.30 is under a more restrictive license PORTREVISION= 1 CATEGORIES= picobsd security -MASTER_SITES= ftp://ftp.cs.engr.uky.edu/cs/software/ \ - ftp://ftp.cs.umn.edu/dept/users/rybski/ \ - ftp://ftp.net.ohio-state.edu/disk/d/security/ssh/ \ - ftp://ftp.cronyx.ru/.w2/mirror/ssh/old/ \ - ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/old/ \ - ftp://ftp.tokyonet.ad.jp/.da0/security/ssh/old/ \ - ftp://ftp.comp.hkbu.edu.hk/.6/unix/ \ - ftp://ftp.dei.uc.pt/.disk2/Crypto/SSH/old/ +MASTER_SITES= \ + ftp://ftp.ssh.com/pub/ssh/old/ \ + ftp://ftp.cronyx.ru/mirror/ssh/old/ \ + ftp://ftp.dei.uc.pt/pub/Crypto/SSH/old/ \ + ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/old/ MAINTAINER= luigi@FreeBSD.org |