diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-01-14 07:44:24 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-01-14 07:44:24 +0800 |
commit | ff14f64026300d22b4376ebfee1d5ff1baa81642 (patch) | |
tree | 94ed2772870c313ee2934e569074fd91d42ec1e9 /security/openssh-portable | |
parent | f10e254cc5d45fa57181574a85019244f3cd9747 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |