svn commit: r431448 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Fri Jan 13 23:44:26 UTC 2017


Author: bdrewery
Date: Fri Jan 13 23:44:24 2017
New Revision: 431448
URL: https://svnweb.freebsd.org/changeset/ports/431448

Log:
  Fix to only enable SCTP patch with option from r431441

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Fri Jan 13 23:42:43 2017	(r431447)
+++ head/security/openssh-portable/Makefile	Fri Jan 13 23:44:24 2017	(r431448)
@@ -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-
 #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


More information about the svn-ports-all mailing list