Date: Thu, 18 Jul 2019 20:10:07 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506878 - head/security/openssh-portable Message-ID: <201907182010.x6IKA7Kp074071@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Jul 18 20:10:06 2019 New Revision: 506878 URL: https://svnweb.freebsd.org/changeset/ports/506878 Log: Fix BROKEN handling for x509/gssapi FLAVORS Modified: head/security/openssh-portable/Makefile Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Jul 18 20:07:59 2019 (r506877) +++ head/security/openssh-portable/Makefile Thu Jul 18 20:10:06 2019 (r506878) @@ -39,8 +39,8 @@ x509_CONFLICTS_INSTALL= openssh-portable openssh-port openssh-portable-gssapi x509_PKGNAMESUFFIX= -portable-x509 -GSSAPI_BROKEN= GSSAPI not yet updated for ${DISTVERSION} -X509_BROKEN= X509 not yet updated for ${DISTVERSION} - Does anyone use this? Contact maintainer bdrewery@FreeBSD.org +gssapi_BROKEN= GSSAPI not yet updated for ${DISTVERSION} +x509_BROKEN= X509 not yet updated for ${DISTVERSION} - Does anyone use this? Contact maintainer bdrewery@FreeBSD.org OPTIONS_DEFINE= DOCS PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ LDNS NONECIPHER XMSS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907182010.x6IKA7Kp074071>