<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/cba472c31a9f932f53e96a1958d1c2e7b8d2f487">https://github.com/macports/macports-ports/commit/cba472c31a9f932f53e96a1958d1c2e7b8d2f487</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 cba472c31a9 dnsdiag: drop python38, add python313 variants
</span>cba472c31a9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cba472c31a9f932f53e96a1958d1c2e7b8d2f487
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Thu Nov 14 18:28:03 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> dnsdiag: drop python38, add python313 variants
</span>---
net/dnsdiag/Portfile | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/dnsdiag/Portfile b/net/dnsdiag/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f42574d7478..590f8698d0a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/dnsdiag/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/dnsdiag/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,18 +20,18 @@ checksums rmd160 5344b3654fe3bb8d7e284ca0585da1bff50472ef \
</span> sha256 8e30d08758dc9043b023afed88f54679c93995955c6cb75f3e857ed8935c96a8 \
size 19216
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python39 python39 python310 python311 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ && ![variant_isset python311] && ![variant_isset python313]} {
</span> default_variants +python312
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {312 311 310 39 38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {313 312 311 310 39} {
</span> if {[variant_isset python${pv}]} {
python.default_version ${pv}
break
</pre><pre style='margin:0'>
</pre>