summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/hpn-ssh/Makefile3
-rw-r--r--security/openssh-portable/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile
index 601a5d837f62..096b45944305 100644
--- a/security/hpn-ssh/Makefile
+++ b/security/hpn-ssh/Makefile
@@ -76,8 +76,9 @@ post-extract:
.endfor
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
+BROKEN= patch conflicts with 3.5p1
PKGNAMESUFFIX= -gssapi
-GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020627.diff
+GSSAPI_PATCH= ${PORTNAME}-3.4p1-gssapi-20020627.diff
GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/
MASTER_SITES+= ${GSSAPI_SITE}
DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH}
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 601a5d837f62..096b45944305 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -76,8 +76,9 @@ post-extract:
.endfor
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
+BROKEN= patch conflicts with 3.5p1
PKGNAMESUFFIX= -gssapi
-GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020627.diff
+GSSAPI_PATCH= ${PORTNAME}-3.4p1-gssapi-20020627.diff
GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/
MASTER_SITES+= ${GSSAPI_SITE}
DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH}