diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-18 01:34:59 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-18 01:34:59 +0000 |
commit | 4eefa58ee798cdc243bf8fa08919c5b24218abd3 (patch) | |
tree | 0c5be0c7a23ad06ee9b06cfcc4c703b2d84523fb /security/ssh | |
parent | 30295c37ec10c662effd2692c76337462cdf79a0 (diff) | |
download | FreeBSD-ports-4eefa58ee798cdc243bf8fa08919c5b24218abd3.zip FreeBSD-ports-4eefa58ee798cdc243bf8fa08919c5b24218abd3.tar.gz |
Use a different PATCH_SITE so we don't keep getting people telling us
that the port is broken.
Thanks to Charles "spork" <spork@super-g.com>
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b637269..76fadb9 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -13,7 +13,8 @@ DISTNAME= ssh-1.2.27 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ -PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +# disappeared? PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCH_SITES= ftp://ftp2.inch.com/pub/FreeBSD/ PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_DIST_STRIP= -p1 |