<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/45651a21e8e5bcf0bb20c07e4aae56124f91d5a0">https://github.com/macports/macports-ports/commit/45651a21e8e5bcf0bb20c07e4aae56124f91d5a0</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 45651a21e8e claws-mail: disable unwanted dbus functionality, rebuild
</span>45651a21e8e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 45651a21e8e5bcf0bb20c07e4aae56124f91d5a0
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Sun Sep 13 12:08:51 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    claws-mail: disable unwanted dbus functionality, rebuild
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Prevents opportunistic configuration and linking.
</span>---
 mail/claws-mail/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/claws-mail/Portfile b/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8dcd4c39cc9..d83cb82801a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup       active_variants 1.1
</span> 
 name            claws-mail
 version         3.17.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        2
</span> categories      mail news
 platforms       darwin
 license         GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,6 +73,7 @@ configure.args  --disable-jpilot \
</span>                 --disable-acpi_notifier-plugin \
                 --disable-bsfilter-plugin \
                 --disable-clamd-plugin \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                --disable-dbus \
</span>                 --disable-fancy-plugin \
                 --disable-notification-plugin \
                 --disable-perl-plugin \
</pre><pre style='margin:0'>

</pre>