git: 8838c981bdf1 - main - mail/dovecot: make the rc script service jails aware

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Tue, 11 Jun 2024 14:01:18 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8838c981bdf1258a54358d67d601a538f8007ace

commit 8838c981bdf1258a54358d67d601a538f8007ace
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-11 13:59:48 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-11 14:01:09 +0000

    mail/dovecot: make the rc script service jails aware
    
    PR:             279670
    Approved by:    maintainer
---
 mail/dovecot/Makefile         | 2 +-
 mail/dovecot/files/dovecot.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 7019558281e5..fd6c823fef69 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -10,7 +10,7 @@
 
 PORTNAME=	dovecot
 PORTVERSION=	2.3.21
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail
 MASTER_SITES=	https://dovecot.org/releases/2.3/
 
diff --git a/mail/dovecot/files/dovecot.in b/mail/dovecot/files/dovecot.in
index 36736d1b0082..8c717b0610c8 100644
--- a/mail/dovecot/files/dovecot.in
+++ b/mail/dovecot/files/dovecot.in
@@ -28,6 +28,7 @@ rcvar=dovecot_enable
 load_rc_config ${name}
 : ${dovecot_enable:="NO"}
 : ${dovecot_config:="%%ETCDIR%%/${name}.conf"}
+: ${dovecot_svcj_options:="net_basic"}
 
 command="%%PREFIX%%/sbin/${name}"
 start_precmd="start_precmd"