aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2019-06-23 10:03:06 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2019-06-23 10:03:06 +0000
commitacc3c8442f4be62f484762a76df9b7886560e239 (patch)
tree0e78a18aec17afd8b7b32df11b5b35f1bc2861b0 /mail/postfix-current
parent4d331ce21d6f388d6b131e831da85ef3d2dd3ce9 (diff)
downloadports-acc3c8442f4be62f484762a76df9b7886560e239.tar.gz
ports-acc3c8442f4be62f484762a76df9b7886560e239.zip
- update to 3.5-20190621
- convert pkg-message to UCL
Notes
Notes: svn path=/head/; revision=504936
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/files/pkg-message.in20
3 files changed, 23 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 6408a9dd84a2..93df9786410a 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-DISTVERSION= 3.5-20190615
+DISTVERSION= 3.5-20190621
PORTREVISION?= 0
PORTEPOCH= 5
CATEGORIES= mail ipv6
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 2f46ea6e4480..55c400cd1722 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560645746
-SHA256 (postfix/postfix-3.5-20190615.tar.gz) = 8a1f106eca6927d70983017df14007d2672edf93240bde67bf51c57794bb1ac7
-SIZE (postfix/postfix-3.5-20190615.tar.gz) = 4617409
+TIMESTAMP = 1561163820
+SHA256 (postfix/postfix-3.5-20190621.tar.gz) = b4ca55f1a37edb4c326d26deef48a3739df53ce49841b82f6855019a5f861fb1
+SIZE (postfix/postfix-3.5-20190621.tar.gz) = 4605569
diff --git a/mail/postfix-current/files/pkg-message.in b/mail/postfix-current/files/pkg-message.in
index 70c7569d08c1..23becb903391 100644
--- a/mail/postfix-current/files/pkg-message.in
+++ b/mail/postfix-current/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{
+ message: <<EOM
To use postfix instead of sendmail:
- clear sendmail queue and stop the sendmail daemons
@@ -20,7 +23,22 @@ If you are using SASL, you need to make sure that postfix has access to read
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
+}
+{
+ 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
+}
+{
+ message: <<EOM
+If you remove postfix permanent, adjust / remove the the following file:
+ - %%MC_PREFIX%%/etc/mail/mailer.conf
+EOM
+ type: remove
+}
+]