diff options
author | luigi <luigi@FreeBSD.org> | 2001-08-28 00:49:56 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2001-08-28 00:49:56 +0800 |
commit | aa11a5122fd68c06389cb58f2c109dbd80c3d542 (patch) | |
tree | 823895960ba3da2de75434359667f6d2a2760b5a /picobsd | |
parent | 4ec6f022643143df2665953c8aa8baaaf6533ca5 (diff) | |
download | freebsd-ports-gnome-aa11a5122fd68c06389cb58f2c109dbd80c3d542.tar.gz freebsd-ports-gnome-aa11a5122fd68c06389cb58f2c109dbd80c3d542.tar.zst freebsd-ports-gnome-aa11a5122fd68c06389cb58f2c109dbd80c3d542.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
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 |