forked from Lainports/freebsd-ports
security/p5-Authen-SASL: remove KERBEROS from OPTIONS_DEFAULT
security/cyrus-sasl2 does not bundle the GSS-API mech plugin by default, for consistency reasons this port shouldn't do it too. This is in preparation of 'uses=gssapi' knob in the ports system. PR: 281120 Approved by: jrm (mentor), otis (mentor), perl (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D47929
This commit is contained in:
parent
119957ec73
commit
423876d30f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= Authen-SASL
|
PORTNAME= Authen-SASL
|
||||||
PORTVERSION= 2.17
|
PORTVERSION= 2.17
|
||||||
|
PORTREVISION= 1
|
||||||
DISTVERSIONSUFFIX= 00
|
DISTVERSIONSUFFIX= 00
|
||||||
CATEGORIES= security perl5
|
CATEGORIES= security perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
|
|
@ -25,7 +26,6 @@ CONFIGURE_ENV= AUTOMATED_TESTING=yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= KERBEROS
|
OPTIONS_DEFINE= KERBEROS
|
||||||
OPTIONS_DEFAULT=KERBEROS
|
|
||||||
|
|
||||||
KERBEROS_BUILD_DEPENDS= p5-GSSAPI>=0:security/p5-GSSAPI
|
KERBEROS_BUILD_DEPENDS= p5-GSSAPI>=0:security/p5-GSSAPI
|
||||||
KERBEROS_RUN_DEPENDS= p5-GSSAPI>=0:security/p5-GSSAPI
|
KERBEROS_RUN_DEPENDS= p5-GSSAPI>=0:security/p5-GSSAPI
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue