<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5a2322da21828dc8d283641f0978ae7307921654">https://github.com/macports/macports-ports/commit/5a2322da21828dc8d283641f0978ae7307921654</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 5a2322da218 postfix: update to 3.8.5
</span>5a2322da218 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a2322da21828dc8d283641f0978ae7307921654
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Jan 22 21:43:01 2024 +1100

<span style='display:block; white-space:pre;color:#404040;'>    postfix: update to 3.8.5
</span>---
 mail/postfix/Portfile | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/postfix/Portfile b/mail/postfix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba93aa6af86..a56d7a4f3c7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/postfix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/postfix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</span> PortSystem  1.0
 
 name            postfix
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version         3.8.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version         3.8.5
</span> categories      mail
 license         {IBMPL-1 EPL-2}
 maintainers     {jmr @jmroot} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,8 +12,8 @@ long_description    Postfix attempts to be fast, easy to administer, and \
</span>             users. It also offers QMQP and VERP support to let \
             Postfix act as delivery daemon for ezmlm-idx.
 homepage        http://www.postfix.org/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums       rmd160 c9ab856669ba189e713871b4f98793eef7ab81a5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256 6f5848c5d8b6a7d2c5af0a9f75b0bd3f103451e912591464ab867fde085e6236
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums       rmd160 fb2bdcac17605e839bc1502ebba3ed000f8ff110 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256 f3e827a2b2e410359ad25d31341970434ab07e36139f9a2ef93981b0ec564c85
</span> 
 master_sites    https://archive.mgm51.com/mirrors/postfix-source/official/ \
                 http://de.postfix.org/ftpmirror/official/ \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -152,11 +152,13 @@ variant ldap description "add ldap support via openldap" {
</span>     set ::named_auxlibs(AUXLIBS_LDAP) "-L${prefix}/lib -lldap -llber"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant pcre conflicts pcre2 description "add pcre support" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant pcre conflicts pcre2 description "add pcre support (deprecated)" {
</span>     set CCARGS      [ldelete ${CCARGS} -DNO_PCRE]
     lappend CCARGS  -DHAS_PCRE=1 -I${prefix}/include
     set ::named_auxlibs(AUXLIBS_PCRE) "-L${prefix}/lib -lpcre"
     depends_lib-append  port:pcre
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    notes-append    "The pcre variant is deprecated and will be removed in a\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                     future update. Consider using pcre2 instead."
</span> }
 
 variant pcre2 conflicts pcre description "add pcre2 support" {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -238,43 +240,37 @@ variant percona conflicts mysql57 mysql8 mariadb10.3 mariadb10.4 mariadb10.5 mar
</span>     set ::named_auxlibs(AUXLIBS_MYSQL) "-L${prefix}/lib/percona/mysql -lmysqlclient -lz -lm"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql10 conflicts postgresql11 postgresql12 postgresql13 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql10" {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:postgresql10
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql10
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql10 -lpq"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql11 conflicts postgresql10 postgresql12 postgresql13 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql11" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql11 conflicts postgresql12 postgresql13 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql11" {
</span>     depends_lib-append port:postgresql11
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql11
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql11 -lpq"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql12 conflicts postgresql10 postgresql11 postgresql13 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql12" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql12 conflicts postgresql11 postgresql13 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql12" {
</span>     depends_lib-append port:postgresql12
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql12
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql12 -lpq"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql13 conflicts postgresql10 postgresql11 postgresql12 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql13" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql13 conflicts postgresql11 postgresql12 postgresql14 postgresql15 postgresql16 description "add postgresql support via postgresql13" {
</span>     depends_lib-append port:postgresql13
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql13
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql13 -lpq"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql14 conflicts postgresql10 postgresql11 postgresql12 postgresql13 postgresql15 postgresql16 description "add postgresql support via postgresql14" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql14 conflicts postgresql11 postgresql12 postgresql13 postgresql15 postgresql16 description "add postgresql support via postgresql14" {
</span>     depends_lib-append port:postgresql14
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql14
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql14 -lpq"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql15 conflicts postgresql10 postgresql11 postgresql12 postgresql13 postgresql14 postgresql16 description "add postgresql support via postgresql15" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql15 conflicts postgresql11 postgresql12 postgresql13 postgresql14 postgresql16 description "add postgresql support via postgresql15" {
</span>     depends_lib-append port:postgresql15
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql15
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql15 -lpq"
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant postgresql16 conflicts postgresql10 postgresql11 postgresql12 postgresql13 postgresql14 postgresql15 description "add postgresql support via postgresql16" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql16 conflicts postgresql11 postgresql12 postgresql13 postgresql14 postgresql15 description "add postgresql support via postgresql16" {
</span>     depends_lib-append port:postgresql16
     lappend CCARGS  -DHAS_PGSQL -I${prefix}/include/postgresql16
     set ::named_auxlibs(AUXLIBS_PGSQL) "-L${prefix}/lib/postgresql16 -lpq"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -286,6 +282,9 @@ variant postgresql96 requires postgresql14 description "Legacy compatibility var
</span> # remove after 2024-06-10
 variant mariadb10.2 requires mariadb10.11 description "Legacy compatibility variant" {}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# remove after 2025-01-22
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant postgresql10 requires postgresql15 description "Legacy compatibility variant" {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type  regex
 livecheck.url   ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
</pre><pre style='margin:0'>

</pre>