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

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 5 19:57:07 UTC 2018


Author: bdrewery
Date: Thu Apr  5 19:57:06 2018
New Revision: 466595
URL: https://svnweb.freebsd.org/changeset/ports/466595

Log:
  Make BROKEN lines more clear

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Thu Apr  5 19:35:13 2018	(r466594)
+++ head/security/openssh-portable/Makefile	Thu Apr  5 19:57:06 2018	(r466595)
@@ -89,7 +89,7 @@ EXTRA_PATCHES:=		${EXTRA_PATCHES:N${TCP_WRAPPERS_EXTRA
 
 # Must add this patch before HPN due to conflicts
 .if ${PORT_OPTIONS:MKERB_GSSAPI}
-BROKEN=	No patch for 7.6 yet.
+BROKEN=	KERB_GSSAPI No patch for ${DISTVERSION} yet.
 # Patch from:
 # http://sources.debian.net/data/main/o/openssh/1:7.4p1-5/debian/patches/gssapi.patch
 # which was originally based on 5.7 patch from
@@ -104,7 +104,7 @@ PATCHFILES+=	openssh-7.4p1-gsskex-all-20141021-debian-
 
 # http://www.psc.edu/index.php/hpn-ssh https://github.com/rapier1/hpn-ssh https://github.com/rapier1/openssh-portable
 .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MNONECIPHER}
-BROKEN=			Not yet updated for 7.6+ and disabled in base
+BROKEN=			HPN: Not yet updated for ${DISTVERSION} and disabled in base
 PORTDOCS+=		HPN-README
 HPN_VERSION=		14v5
 HPN_DISTVERSION=	6.7p1


More information about the svn-ports-head mailing list