<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/e49f7838218442b172aed0f1e6ad72b0e84963b8">https://github.com/macports/macports-ports/commit/e49f7838218442b172aed0f1e6ad72b0e84963b8</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 e49f7838218 wireshark3: build with python311 (#18912)
</span>e49f7838218 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e49f7838218442b172aed0f1e6ad72b0e84963b8
</span>Author: jrabinow <5642686+jrabinow@users.noreply.github.com>
AuthorDate: Wed May 31 19:48:41 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    wireshark3: build with python311 (#18912)
</span>---
 net/wireshark3/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 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 a75287bfb77..ba73846855b 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;'>@@ -167,7 +167,7 @@ variant chmodbpf description {Enable Wireshark to access macOS capture devices}
</span>     depends_run             port:wireshark-chmodbpf
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {36 37 38 39 310}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {36 37 38 39 310 311}
</span> 
 set pythons_ports {}
 foreach py_ver_nodot ${pythons_suffixes} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -195,7 +195,7 @@ foreach py_ver_nodot ${pythons_suffixes} {
</span> ## if no python3* variant is specified, add +python310
 ## XYZZY: it would be better to detect which python3* is already installed and use that...
 if {!${python_isset}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants-append +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants-append +python311
</span> }
 
 
</pre><pre style='margin:0'>

</pre>