Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2019 10:03:06 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504936 - in head/mail/postfix-current: . files
Message-ID:  <201906231003.x5NA36Tm066400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Jun 23 10:03:06 2019
New Revision: 504936
URL: https://svnweb.freebsd.org/changeset/ports/504936

Log:
  - update to 3.5-20190621
  - convert pkg-message to UCL

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo
  head/mail/postfix-current/files/pkg-message.in

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Sun Jun 23 10:00:02 2019	(r504935)
+++ head/mail/postfix-current/Makefile	Sun Jun 23 10:03:06 2019	(r504936)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.5-20190615
+DISTVERSION=	3.5-20190621
 PORTREVISION?=	0
 PORTEPOCH=	5
 CATEGORIES=	mail ipv6

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Sun Jun 23 10:00:02 2019	(r504935)
+++ head/mail/postfix-current/distinfo	Sun Jun 23 10:03:06 2019	(r504936)
@@ -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

Modified: head/mail/postfix-current/files/pkg-message.in
==============================================================================
--- head/mail/postfix-current/files/pkg-message.in	Sun Jun 23 10:00:02 2019	(r504935)
+++ head/mail/postfix-current/files/pkg-message.in	Sun Jun 23 10:03:06 2019	(r504936)
@@ -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 post
 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
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906231003.x5NA36Tm066400>