diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-05-19 04:18:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-05-19 04:18:38 +0000 |
commit | 7dbaa0e4258ba09ab742d1ffc76f286c464b091e (patch) | |
tree | b67016c104591be7604194845e7bfd2706f232e3 | |
parent | misc/urh: Update 2.8.7 -> 2.8.8 (diff) |
- update to 3.5.2
Notes
Notes:
svn path=/head/; revision=535804
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix/files/pkg-message.in | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index b6cb2d1afd34..7c70d5292e92 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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/ \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 85f465585270..2eff7bd27312 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -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 diff --git a/mail/postfix/files/pkg-message.in b/mail/postfix/files/pkg-message.in index 23becb903391..44a62a9e6f4e 100644 --- a/mail/postfix/files/pkg-message.in +++ b/mail/postfix/files/pkg-message.in @@ -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 } ] |