summaryrefslogtreecommitdiff
path: root/security/hpn-ssh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-11-21 22:00:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-11-21 22:00:45 +0000
commit88bedcfc2cb015f6bc8356c6f4eafd21b8c6f152 (patch)
tree33367bb61aed505556cb27d737b6c7c36377a4ed /security/hpn-ssh
parentUpdate to 1.3 (diff)
openssh-gssapi-3.5p1 is marked as broken
Notes
Notes: svn path=/head/; revision=70719
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r--security/hpn-ssh/Makefile3
1 files changed, 2 insertions, 1 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}