<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0630e92a4c93efa93612642be80fca8010e46636">https://github.com/macports/macports-ports/commit/0630e92a4c93efa93612642be80fca8010e46636</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0630e92a4c93efa93612642be80fca8010e46636
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Mar 14 04:08:07 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> git: use Python 3.11
</span>---
devel/git/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index be2dad37baf..2a5f98cdcd2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -390,8 +390,8 @@ variant diff_highlight description {Install git diff-highlight utility from cont
</span> # This variant enables git to use MacPorts' Python as it builds these
# additional tools.
variant python description {Build with Python support} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:python39
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- build.args-append PYTHON_PATH="${prefix}/bin/python3.9"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.args-append PYTHON_PATH="${prefix}/bin/python3.11"
</span> }
platform darwin 8 {
</pre><pre style='margin:0'>
</pre>