svn commit: r535804 - in head/mail/postfix: . files
Olli Hauer
ohauer at FreeBSD.org
Tue May 19 04:18:39 UTC 2020
Author: ohauer
Date: Tue May 19 04:18:38 2020
New Revision: 535804
URL: https://svnweb.freebsd.org/changeset/ports/535804
Log:
- update to 3.5.2
Modified:
head/mail/postfix/Makefile
head/mail/postfix/distinfo
head/mail/postfix/files/pkg-message.in
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Tue May 19 00:57:42 2020 (r535803)
+++ head/mail/postfix/Makefile Tue May 19 04:18:38 2020 (r535804)
@@ -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/ \
Modified: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo Tue May 19 00:57:42 2020 (r535803)
+++ head/mail/postfix/distinfo Tue May 19 04:18:38 2020 (r535804)
@@ -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
Modified: head/mail/postfix/files/pkg-message.in
==============================================================================
--- head/mail/postfix/files/pkg-message.in Tue May 19 00:57:42 2020 (r535803)
+++ head/mail/postfix/files/pkg-message.in Tue May 19 04:18:38 2020 (r535804)
@@ -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 postf
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
}
]
More information about the svn-ports-all
mailing list