<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/5dcafd295d9d516d37217cc395ddbdc1c15075dc">https://github.com/macports/macports-ports/commit/5dcafd295d9d516d37217cc395ddbdc1c15075dc</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 5dcafd295d9 iproute2mac: 1.4.2, add python312 variant
</span>5dcafd295d9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5dcafd295d9d516d37217cc395ddbdc1c15075dc
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Dec 6 19:58:01 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> iproute2mac: 1.4.2, add python312 variant
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Remove python38
</span>---
net/iproute2mac/Portfile | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 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 2bfd2a60faa..d7606d98769 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;'>@@ -3,7 +3,7 @@
</span> PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup brona iproute2mac 1.4.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup brona iproute2mac 1.4.2 v.
</span> revision 0
platforms any
supported_archs noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,12 +17,12 @@ long_description {*}${description} \
</span> Goal of this project is to make basic network configuration/debug tasks on Mac OS X easy \
for admins who already use Linux systems.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 42a231dd3aebdd284619c44b8e56cdbb6a4aec47 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 f1ff91490f6e2fedd612dcbd803ca1c2ecfdaecc23c71995f05f47fb35c48b28 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 9182
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 1227520d73c06e7c236302f05cfcf3cb1cda1cae \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 9cb88800c83018c6831eb794f00183d103a303d98331390744ae43a5078bbff1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 9417
</span>
pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span> ui_error "${name} requires Python, please use a Python variant."
return -code error
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,27 +47,27 @@ proc python-depends {python_branch} {
</span> }
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use Python 3.11 as interpreter} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set ::python_branch 3.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 description {Use Python 3.11 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set ::python_branch 3.12
</span> python-depends ${::python_branch}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use Python 3.10 as interpreter} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set ::python_branch 3.10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 description {Use Python 3.11 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set ::python_branch 3.11
</span> python-depends ${::python_branch}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use Python 3.9 as interpreter} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set ::python_branch 3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 description {Use Python 3.10 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set ::python_branch 3.10
</span> python-depends ${::python_branch}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use Python 3.8 as interpreter} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set ::python_branch 3.8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 description {Use Python 3.9 as interpreter} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set ::python_branch 3.9
</span> python-depends ${::python_branch}
}
<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 python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span> default_variants +python311
}
</pre><pre style='margin:0'>
</pre>