aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-28 14:18:24 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-28 14:18:24 +0800
commit0cf59c6e763e10de251a7b1eb951ecc0d6bc96f8 (patch)
tree4405fb2fa76c56c4d74933427b5a6cdf985f6a0b /security/openssh-portable/Makefile
parent00d5110d25c1185a9b754300c9b8497cf97944a5 (diff)
downloadfreebsd-ports-gnome-0cf59c6e763e10de251a7b1eb951ecc0d6bc96f8.tar.gz
freebsd-ports-gnome-0cf59c6e763e10de251a7b1eb951ecc0d6bc96f8.tar.zst
freebsd-ports-gnome-0cf59c6e763e10de251a7b1eb951ecc0d6bc96f8.zip
Update gssapi patch
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index b98cb24a68d2..15189725fb38 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -72,7 +72,7 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
-GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020527.diff
+GSSAPI_PATCH= ${PORTNAME}-${PORTVERSION}-gssapi-20020627.diff
GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/
MASTER_SITES+= ${GSSAPI_SITE}
DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH}