<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/d0caee171f476805ab268a70bf84b101d0175a2e">https://github.com/macports/macports-ports/commit/d0caee171f476805ab268a70bf84b101d0175a2e</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 d0caee171f4 iproute2mac: change description of python variants
</span>d0caee171f4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0caee171f476805ab268a70bf84b101d0175a2e
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Jan 23 22:33:28 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    iproute2mac: change description of python variants
</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 7b91cf16a79..53a7308c83c 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;'>@@ -47,12 +47,12 @@ proc python-depends {python_branch} {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 description {Use Python 3.9 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 description {Use Python 3.9 as interpreter} {
</span>     set ::python_branch 3.9
     python-depends ${::python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 description {Use Python 3.8 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 description {Use Python 3.8 as interpreter} {
</span>     set ::python_branch 3.8
     python-depends ${::python_branch}
 }
</pre><pre style='margin:0'>

</pre>