diff options
author | briggs <briggs> | 2001-02-15 15:18:17 +0000 |
---|---|---|
committer | briggs <briggs> | 2001-02-15 15:18:17 +0000 |
commit | ff63bc2d59b83d73da552bb1f7e0eef669395de1 (patch) | |
tree | 025b70bd31164b31e810f633ebb63b9693830907 /security/openssh | |
parent | b395848dbf9469c007f436d4d8915be49b42ee24 (diff) | |
download | pkgsrc-ff63bc2d59b83d73da552bb1f7e0eef669395de1.tar.gz |
Prune old/nonexistant mirror sites from MASTER_SITES.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index fead5d88f4b..12b2c5e1f1a 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,12 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2001/02/06 03:17:00 fredb Exp $ +# $NetBSD: Makefile,v 1.38 2001/02/15 15:18:17 briggs Exp $ DISTNAME= openssh-2.3.0p1 CATEGORIES= security -MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/OpenSSH/files/ \ - http://www.firedrake.org/openssh/files/ \ - ftp://thermo.stat.ncsu.edu/pub/openssh/files/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenSSH/files/ \ - ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ +MASTER_SITES= ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/old/ # Don't delete the last entry -- it's there if the pkgsrc version is not |