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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9ca7108d34231f52f710b35c5204b928f88be4d7">https://github.com/macports/macports-ports/commit/9ca7108d34231f52f710b35c5204b928f88be4d7</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 9ca7108d342 ssh-audit: make python311 default variant
</span>9ca7108d342 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9ca7108d34231f52f710b35c5204b928f88be4d7
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Oct 22 16:48:15 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ssh-audit: make python311 default variant
</span>---
 security/ssh-audit/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/ssh-audit/Portfile b/security/ssh-audit/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 522938f3954..e03f2d8b2e3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/ssh-audit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/ssh-audit/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +24,8 @@ variant python39 conflicts python38 python310 python311 description {Use Python
</span> variant python310 conflicts python38 python39 python311 description {Use Python 3.10} {}
 variant python311 conflicts python38 python39 python310 description {Use Python 3.11} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
 foreach pv {311 310 39 38} {
</pre><pre style='margin:0'>

</pre>