<pre style='margin:0'>
ghosthound pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/769272c28b51c2d1aeb7936db858891b9854e182">https://github.com/macports/macports-ports/commit/769272c28b51c2d1aeb7936db858891b9854e182</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 769272c  net/wireshark3:  fix +adns by moving +cares out of default_variants line and setting +cares if neither +adns nor +cares is specified.
</span><span style='display:block; white-space:pre;color:#404040;'>     new d90a73d  Merge branch 'master' of github.com:macports/macports-ports
</span>769272c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 769272c28b51c2d1aeb7936db858891b9854e182
</span>Author: Eric Hall <ricci@macports.org>
AuthorDate: Sat Sep 7 14:51:42 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    net/wireshark3:  fix +adns by moving +cares out of default_variants line and setting +cares if neither +adns nor +cares is specified.
</span>---
 net/wireshark3/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark3/Portfile b/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c945ded..be11097 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -143,12 +143,16 @@ variant python37 description {Use python37 during build} {
</span>     depends_build-append    port:python37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +zlib +libsmi +gnutls +cares +geoip +kerberos5 +chmodbpf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +zlib +libsmi +gnutls +geoip +kerberos5 +chmodbpf
</span> 
 if {![variant_isset qt5] && ![variant_isset no_gui]} {
     default_variants-append +qt5
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset adns] && ![variant_isset cares]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +cares
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> ## if no python3* variant is specified, add +python37 
 ## XYZZY: it would be better to detect which python3* is already installed and use that...
 if {![variant_isset python34] && ![variant_isset python35] && \
</pre><pre style='margin:0'>

</pre>