From 94eda313a9d5acc5ff8d00fec7a51862f3e346da Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Tue, 30 Jan 2024 19:15:05 -0600 Subject: [PATCH] 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 3ed68ec5c7bf1..041381af84e7c 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