diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2024-06-09 07:03:59 +0000 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2024-06-09 07:18:17 +0000 |
commit | 7a3a071cb1ed1927220a9fce80aa84fa2a72a036 (patch) | |
tree | 63ba479350c0a92077cdc84f38b660a4d22645f0 | |
parent | 2504840691b8c3875a39789379b27f12cdd1774a (diff) | |
download | ports-7a3a071cb1ed1927220a9fce80aa84fa2a72a036.tar.gz ports-7a3a071cb1ed1927220a9fce80aa84fa2a72a036.zip |
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@)
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | 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"} |