<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/d89527b683f06e9daf12a14b338cc5a96639b073">https://github.com/macports/macports-ports/commit/d89527b683f06e9daf12a14b338cc5a96639b073</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 d89527b683f wireshark3: support and default to python39, remove python35 (#9568)
</span>d89527b683f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d89527b683f06e9daf12a14b338cc5a96639b073
</span>Author: Zhenfu Shi <szf1234@me.com>
AuthorDate: Thu Dec 31 16:02:16 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wireshark3: support and default to python39, remove python35 (#9568)
</span>---
 net/wireshark3/Portfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

<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 989d4ade640..20b8e1ea94d 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;'>@@ -128,22 +128,22 @@ variant chmodbpf description {Enable Wireshark to acces macOS capture devices} {
</span>     depends_run             port:wireshark-chmodbpf
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 python37 python38 description {Use python35 during build} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python35
</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 python36 conflicts python35 python37 python38 description {Use python36 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python37 python38 python39 description {Use python36 during build} {
</span>     depends_build-append    port:python36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python35 python36 python38 description {Use python37 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python36 python38 python39 description {Use python37 during build} {
</span>     depends_build-append    port:python37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python35 python36 python37 description {Use python38 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python36 python37 python39 description {Use python38 during build} {
</span>     depends_build-append    port:python38
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python36 python37 python38 description {Use python39 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python39
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> default_variants +zlib +libsmi +gnutls +geoip +kerberos5 +chmodbpf
 
 if {![variant_isset qt5] && ![variant_isset no_gui]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -156,9 +156,9 @@ if {![variant_isset adns] && ![variant_isset cares]} {
</span> 
 ## if no python3* variant is specified, add +python38
 ## XYZZY: it would be better to detect which python3* is already installed and use that...
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python35] && ![variant_isset python36] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python37] && ![variant_isset python38] } {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ![variant_isset python38] && ![variant_isset python39] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python39
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>