<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/806b18c48c0cd49cfc5224ce373caef62251072d">https://github.com/macports/macports-ports/commit/806b18c48c0cd49cfc5224ce373caef62251072d</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 806b18c  net/wireshark22: change default variant to qt4 to make it easier for those who can't use qt5.
</span>806b18c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 806b18c48c0cd49cfc5224ce373caef62251072d
</span>Author: Eric Hall <ricci@macports.org>
AuthorDate: Thu Apr 25 11:17:35 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    net/wireshark22: change default variant to qt4 to make it easier for those who can't use qt5.
</span>---
 net/wireshark22/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark22/Portfile b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f01853..874d7d3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark22/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -183,7 +183,7 @@ variant geoip description {Build with GeoIP support} {
</span> default_variants +portaudio +zlib +libsmi +gnutls +libgcrypt +cares +geoip +kerberos5
 
 if {![variant_isset qt4] && ![variant_isset qt5] && ![variant_isset gtk2] && ![variant_isset gtk3] && ![variant_isset no_gui]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +qt4
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>