git: 423876d30ff7 - main - security/p5-Authen-SASL: remove KERBEROS from OPTIONS_DEFAULT

From: Michael Osipov <michaelo_at_FreeBSD.org>
Date: Mon, 09 Dec 2024 10:36:33 UTC
The branch main has been updated by michaelo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=423876d30ff75d1f35ee47571d6f3c2784fb0a92

commit 423876d30ff75d1f35ee47571d6f3c2784fb0a92
Author:     Siva Mahadevan <me@svmhdvn.name>
AuthorDate: 2024-06-28 20:02:20 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2024-12-09 10:36:15 +0000

    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
---
 security/p5-Authen-SASL/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 2e8e03f99388..433ee1b6107c 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Authen-SASL
 PORTVERSION=	2.17
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	00
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
@@ -25,7 +26,6 @@ CONFIGURE_ENV=	AUTOMATED_TESTING=yes
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	KERBEROS
-OPTIONS_DEFAULT=KERBEROS
 
 KERBEROS_BUILD_DEPENDS=	p5-GSSAPI>=0:security/p5-GSSAPI
 KERBEROS_RUN_DEPENDS=	p5-GSSAPI>=0:security/p5-GSSAPI