<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ce3785ec4146851c1e312f23e938f4630849bcac">https://github.com/macports/macports-ports/commit/ce3785ec4146851c1e312f23e938f4630849bcac</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 ce3785ec414 iproute2mac: default to python313
</span>ce3785ec414 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit ce3785ec4146851c1e312f23e938f4630849bcac
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sun Jan 5 18:23:19 2025 +0800
<span style='display:block; white-space:pre;color:#404040;'> iproute2mac: default to python313
</span>---
net/iproute2mac/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/iproute2mac/Portfile b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c3ebf50122..4316c738f21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/iproute2mac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,8 +77,8 @@ variant python39 conflicts python310 python311 python312 python313 description {
</span> python-depends ${::python_branch}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python313]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python313
</span> }
variant mpsudo description {Use sudo command provided by MacPorts instead of the system} {
</pre><pre style='margin:0'>
</pre>