Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 01:17:15 GMT
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94eda313a9d5 - main - mail/dovecot: add LDAP as a default option
Message-ID:  <202401310117.40V1HFmD014823@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94eda313a9d5acc5ff8d00fec7a51862f3e346da

commit 94eda313a9d5acc5ff8d00fec7a51862f3e346da
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2024-01-31 01:15:05 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2024-01-31 01:17:13 +0000

    mail/dovecot: add LDAP as a default option
    
    PR:     276741
    Requested by: seichan-ml@wakhok.ne.jp
---
 mail/dovecot/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 3ed68ec5c7bf..041381af84e7 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -10,7 +10,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 
@@ -41,7 +41,7 @@ USERS=		dovecot dovenull
 GROUPS=		${USERS}
 
 OPTIONS_DEFINE=	LIBSODIUM LIBUNWIND LIBWRAP LUA LZ4 DOCS EXAMPLES
-OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
+OPTIONS_DEFAULT=GSSAPI_NONE LDAP LIBWRAP
 OPTIONS_SUB=	yes
 
 OPTIONS_GROUP=		DB FTS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401310117.40V1HFmD014823>