aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-01-14 07:44:24 +0800
committerbdrewery <bdrewery@FreeBSD.org>2017-01-14 07:44:24 +0800
commitff14f64026300d22b4376ebfee1d5ff1baa81642 (patch)
tree94ed2772870c313ee2934e569074fd91d42ec1e9 /security/openssh-portable
parentf10e254cc5d45fa57181574a85019244f3cd9747 (diff)
downloadfreebsd-ports-gnome-ff14f64026300d22b4376ebfee1d5ff1baa81642.tar.gz
freebsd-ports-gnome-ff14f64026300d22b4376ebfee1d5ff1baa81642.tar.zst
freebsd-ports-gnome-ff14f64026300d22b4376ebfee1d5ff1baa81642.zip
Fix to only enable SCTP patch with option from r431441
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 07cb8057d061..a79e0decfbf2 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openssh
DISTVERSION= 7.3p1
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= OPENBSD/OpenSSH/portable
@@ -69,7 +69,7 @@ X509_PATCHFILES= ${PORTNAME}-7.3p1+x509-${X509_VERSION}.diff.gz:-p1:x509
#SCTP_PATCHFILES= ${PORTNAME}-7.2_p1-sctp.patch.gz:-p1
SCTP_CONFIGURE_WITH= sctp
#SCTP_BROKEN= does not apply to 7.3+
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sctp:-p1
+SCTP_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sctp:-p1
MIT_LIB_DEPENDS= libkrb5.so.3:security/krb5
HEIMDAL_LIB_DEPENDS= libkrb5.so.26:security/heimdal