<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/ed4e1a8147ef1670f00568383f1cff1418e97281">https://github.com/macports/macports-ports/commit/ed4e1a8147ef1670f00568383f1cff1418e97281</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 ed4e1a8147e ssh-audit: update to 3.1.0, and python312 variant
</span>ed4e1a8147e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ed4e1a8147ef1670f00568383f1cff1418e97281
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Dec 20 18:39:47 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ssh-audit: update to 3.1.0, and python312 variant
</span>---
 security/ssh-audit/Portfile | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 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 e03f2d8b2e3..3e26fac99b4 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 PortGroup           python 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        jtesta ssh-audit 3.0.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        jtesta ssh-audit 3.1.0 v
</span> revision            0
 categories          security python
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,20 +15,21 @@ supported_archs     noarch
</span> platforms           {darwin any}
 homepage            https://github.com/jtesta/ssh-audit
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  f45433cf148f2f20d14a58393760adc6411c20f9 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  084b2ac34292db0ebd8b792954445e8726599e68b7704a6fec39e6a0f1cab219 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    151686
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  2446747b4766f7d8f429048bfa89349cd247133f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7f497b181387b90a4cf83914c50257b1795f0748358ccb986cb9bb3de8337482 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    154322
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 python312 description {Build using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 python312 description {Build using Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 python312 description {Build using Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 python312 description {Build using Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Build using Python 3.12} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span>     default_variants +python311
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {311 310 39 38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {312 311 310 39 38} {
</span>     if {[variant_isset python${pv}]} {
         python.default_version ${pv}
         break
</pre><pre style='margin:0'>

</pre>