<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/042abcbb07c1b2d0d671536c24442c1cc289d606">https://github.com/macports/macports-ports/commit/042abcbb07c1b2d0d671536c24442c1cc289d606</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 042abcbb07c mailutils: update to 3.12
</span>042abcbb07c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 042abcbb07c1b2d0d671536c24442c1cc289d606
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 29 07:38:42 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mailutils: update to 3.12
</span>---
 mail/mailutils/Portfile | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/mailutils/Portfile b/mail/mailutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de3e9e7cfa3..d1f661eeae9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/mailutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/mailutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,10 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.1
</span> 
 name                mailutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             3.12
</span> revision            0
 
 categories          mail
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,11 +21,13 @@ homepage            https://mailutils.org/
</span> master_sites        gnu:mailutils
 use_xz              yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160          6f222222b6337afe6014d6af16d6e4bcf6884009 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256          46e23b53caba26b55c1dfd4e012047742bf6d39434c72d4da7ac4d9bf9fdf01e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size            2813412
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  0d06563d2af2e1b1c47274cfa5b0127ded180769 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  6d43fa217c4ac63f057de87890c562d170bb92bc402368b5fbc579e4c2b3a158 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    3134484
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --without-readline \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --verbose \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-readline \
</span>                     --without-ldap \
                     --disable-build-servers \
                     --without-guile \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +45,6 @@ depends_build       port:coreutils \
</span> 
 variant readline description {Enable readline} {
     configure.args-replace  --without-readline --with-readline
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:readline
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,31 +58,26 @@ variant server description {Build servers} {
</span> 
 variant guile description {Enable support for Guile scripting} {
     configure.args-replace  --without-guile --with-guile
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:guile
 }
 
 variant gnutls description {Build with GNU TLS support} {
     configure.args-replace  --without-gnutls --with-gnutls
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:gnutls
 }
 
 variant fribidi description {Build with fribidi support} {
     configure.args-replace  --without-fribidi --with-fribidi
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:fribidi
 }
 
 variant tcp_wrappers description {Build with tcp_wrappers support} {
     configure.args-replace  --without-tcp-wrappers --with-tcp-wrappers
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_build-append    port:tcp_wrappers
 }
 
 variant python27 description {Enable support for Python 2.7 scripting} {
     configure.args-replace  --disable-python --enable-python
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     configure.python        ${prefix}/bin/python2.7
     depends_lib-append      port:python27
 }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,7 +88,6 @@ variant ndbm conflicts gdbm description {Build with NBDM support} {
</span> 
 variant gdbm conflicts ndbm description {Build with GNU DBM support} {
     configure.args-replace  --without-gdbm --with-gdbm
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     depends_lib-append      port:gdbm
 }
 
</pre><pre style='margin:0'>

</pre>