<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7080196d38b87331c2a2a7f4773719dcace91aa0">https://github.com/macports/macports-ports/commit/7080196d38b87331c2a2a7f4773719dcace91aa0</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 7080196d38b wireshark4: add python311 variant
</span>7080196d38b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7080196d38b87331c2a2a7f4773719dcace91aa0
</span>Author: Mark Mentovai <mark@mentovai.com>
AuthorDate: Tue Nov 22 12:39:31 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wireshark4: add python311 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The python310 variant is still the default, as it’s early days for
</span><span style='display:block; white-space:pre;color:#404040;'>    Python 3.11 and, in particular, Python 3.11 in MacPorts.
</span>---
 net/wireshark4/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/wireshark4/Portfile b/net/wireshark4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4161cc7abd2..c8d236eb0a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/wireshark4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/wireshark4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -155,7 +155,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} {
</pre><pre style='margin:0'>

</pre>