diff options
author | grant <grant> | 2003-09-16 23:06:22 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-16 23:06:22 +0000 |
commit | 7beec3ece9eda82da9138e7d730471c3e505894f (patch) | |
tree | 5e957991f93b7a72ad846d0e561cd5e0e82d9240 /security | |
parent | 53deb4c75441122a12e1bb59272c8108d20c7cc5 (diff) | |
download | pkgsrc-7beec3ece9eda82da9138e7d730471c3e505894f.tar.gz |
move ftp.openssh.com to the top, as it's the only site which has the
new distfile so far.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 006f6778aef..75dd9bc55a4 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.110 2003/09/16 23:05:33 grant Exp $ +# $NetBSD: Makefile,v 1.111 2003/09/16 23:06:22 grant Exp $ DISTNAME= openssh-3.7.1p1 PKGNAME= openssh-3.7.1.1 SVR4_PKGNAME= ossh CATEGORIES= security -MASTER_SITES= ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \ +MASTER_SITES= ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ + ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ http://public.planetmirror.com.au/pub/OpenBSD/OpenSSH/portable/ \ - ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \ ftp://gd.tuwien.ac.at/opsys/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 |