From 88e764f30386842f0d29e4110daa93d98d8b5a48 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 13 Jun 2012 03:02:04 +0000 Subject: Change HPN patch mirror location to one that works PR: ports/168306 Submitted by: "Bryan Drewery" --- security/openssh-portable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 4c78de77f320..7f25cf49f238 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -118,7 +118,7 @@ CFLAGS+= -DCHROOT .endif .if defined(WITH_HPN) -PATCH_SITES+= http://www.psc.edu/networking/projects/hpn-ssh/ +PATCH_SITES+= http://www.shatow.net/freebsd/ PATCHFILES+= ${PORTNAME}-5.8p1-hpn13v11.diff.gz PATCH_DIST_STRIP= .endif -- cgit