Date: Tue, 12 Jan 2021 06:40:23 +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: r561301 - head/mail/postfix-current Message-ID: <202101120640.10C6eNSg043698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Jan 12 06:40:23 2021 New Revision: 561301 URL: https://svnweb.freebsd.org/changeset/ports/561301 Log: - update to 3.6-20210110 Major changes with snapshot 20210109 ==================================== Starting with Postfix version 3.6, the "latest" compatibility level is the Postfix version that introduced the last incompatible change. The level is formatted as 'major.minor.patch', where 'patch' is usually omitted and defaults to zero. Earlier compatibility levels are 0, 1 and 2. This also introduces support for the <=level, <level, and other operators to compare compatibility levels. With the standard <=, <, etc. operators, compatibility level 3.10 would be less than 3.9 which is undesirable. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Jan 12 05:51:38 2021 (r561300) +++ head/mail/postfix-current/Makefile Tue Jan 12 06:40:23 2021 (r561301) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.6-20201212 +DISTVERSION= 3.6-20210110 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue Jan 12 05:51:38 2021 (r561300) +++ head/mail/postfix-current/distinfo Tue Jan 12 06:40:23 2021 (r561301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607819580 -SHA256 (postfix/postfix-3.6-20201212.tar.gz) = 5ecd8517a86684bacee1642841d797d152b5207b0aef8d43ec03b8e15327036c -SIZE (postfix/postfix-3.6-20201212.tar.gz) = 4683741 +TIMESTAMP = 1610300647 +SHA256 (postfix/postfix-3.6-20210110.tar.gz) = 24f36356340ae569d45623020315b91ad084caab17c056c6be8c4c33f7891796 +SIZE (postfix/postfix-3.6-20210110.tar.gz) = 4694759
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120640.10C6eNSg043698>