Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 07:18:55 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a3a071cb1ed - main - mail/postfix-current: Update to 20240603 and enable service jail
Message-ID:  <202406090718.4597ItsP078471@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a3a071cb1ed1927220a9fce80aa84fa2a72a036

commit 7a3a071cb1ed1927220a9fce80aa84fa2a72a036
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-06-09 07:03:59 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-06-09 07:18:17 +0000

    mail/postfix-current: Update to 20240603 and enable service jail
    
    - Update to 3.10-20240603
    - Make rc script ready for service jails (contributed by netchild@)
---
 mail/postfix-current/Makefile         | 2 +-
 mail/postfix-current/distinfo         | 6 +++---
 mail/postfix-current/files/postfix.in | 2 ++
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 352524b60392..a1a582022296 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	postfix
-DISTVERSION=	3.10-20240422
+DISTVERSION=	3.10-20240603
 PORTREVISION?=	0
 PORTEPOCH=	6
 CATEGORIES=	mail
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 3cca646b286f..e5578e2df795 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714405375
-SHA256 (postfix/postfix-3.10-20240422.tar.gz) = 5691ce0c774de55421585310e9673e560e02536ee0d63d003364a3d0801f3f74
-SIZE (postfix/postfix-3.10-20240422.tar.gz) = 4955909
+TIMESTAMP = 1717916615
+SHA256 (postfix/postfix-3.10-20240603.tar.gz) = 4bbf9fe0a1c28464327ee2de931ac731d6e396d12fc913c3a3512ba819c4ae73
+SIZE (postfix/postfix-3.10-20240603.tar.gz) = 4958205
diff --git a/mail/postfix-current/files/postfix.in b/mail/postfix-current/files/postfix.in
index 597da191fd16..e4be4fac7231 100644
--- a/mail/postfix-current/files/postfix.in
+++ b/mail/postfix-current/files/postfix.in
@@ -21,6 +21,8 @@
 name="postfix"
 rcvar=postfix_enable
 
+: ${postfix_svcj_options:="net_basic"}
+
 load_rc_config $name
 
 : ${postfix_enable:="NO"}



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