<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/00dfdb9643d5ba2d4b948efd789d8bfd0251ffeb">https://github.com/macports/macports-ports/commit/00dfdb9643d5ba2d4b948efd789d8bfd0251ffeb</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 00dfdb9643d iproute2mac: use python 3.12 by default
</span>00dfdb9643d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 00dfdb9643d5ba2d4b948efd789d8bfd0251ffeb
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Jan 7 22:25:21 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> iproute2mac: use python 3.12 by default
</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 d7606d98769..43ee17fc0f4 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;'>@@ -67,8 +67,8 @@ variant python39 conflicts python310 python311 python312 description {Use Python
</span> python-depends ${::python_branch}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python312
</span> }
variant mpsudo description {Use sudo command provided by MacPorts instead of the system} {
</pre><pre style='margin:0'>
</pre>