diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-18 09:34:59 +0800 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-18 09:34:59 +0800 |
commit | 603bf4c4de587cfdb2defff08a35c683a2e3add0 (patch) | |
tree | 692cd30395ad92d24657d3ac488326d1dfef18a2 | |
parent | f6c5f4e9515763e5c4d7df4f27eaa573f5ef20af (diff) | |
download | freebsd-ports-gnome-603bf4c4de587cfdb2defff08a35c683a2e3add0.tar.gz freebsd-ports-gnome-603bf4c4de587cfdb2defff08a35c683a2e3add0.tar.zst freebsd-ports-gnome-603bf4c4de587cfdb2defff08a35c683a2e3add0.zip |
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>
-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 b637269eebea..76fadb943a4e 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 |