- update to 3.5.2

This commit is contained in:
Olli Hauer 2020-05-19 04:18:38 +00:00
parent 54891e855d
commit 7dbaa0e425
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535804
3 changed files with 8 additions and 8 deletions

View file

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= postfix
DISTVERSION= 3.5.1
PORTREVISION?= 1
DISTVERSION= 3.5.2
PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1587232008
SHA256 (postfix/postfix-3.5.1.tar.gz) = dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4
SIZE (postfix/postfix-3.5.1.tar.gz) = 4609587
TIMESTAMP = 1589665615
SHA256 (postfix/postfix-3.5.2.tar.gz) = e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3
SIZE (postfix/postfix-3.5.2.tar.gz) = 4611518

View file

@ -1,5 +1,6 @@
[
{
type: install
message: <<EOM
To use postfix instead of sendmail:
- clear sendmail queue and stop the sendmail daemons
@ -24,21 +25,20 @@ the sasldb file. This is accomplished by adding postfix to group mail and
making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should
be the default for new installs).
EOM
type: install
}
{
type: upgrade
message: <<EOM
If you are upgrading from prior postfix version, please see the README
files for recommended changes to your configuration and additional
http://www.postfix.org/COMPATIBILITY_README.html
EOM
type: upgrade
}
{
type: remove
message: <<EOM
If you remove postfix permanent, adjust / remove the the following file:
- %%MC_PREFIX%%/etc/mail/mailer.conf
EOM
type: remove
}
]