<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5eaf75ef74a083a6aaae9095e66827c03605d7c4">https://github.com/macports/macports-ports/commit/5eaf75ef74a083a6aaae9095e66827c03605d7c4</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 5eaf75ef74a bakefile: fix python executable name
</span>5eaf75ef74a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5eaf75ef74a083a6aaae9095e66827c03605d7c4
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun May 15 18:34:55 2022 +1000

<span style='display:block; white-space:pre;color:#404040;'>    bakefile: fix python executable name
</span>---
 devel/bakefile/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bakefile/Portfile b/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 236c025ebd4..57080586647 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bakefile/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ patchfiles          dynamic_lookup-11.patch
</span> 
 if {${os.platform} eq "darwin" && ${os.major} < 11} {
     depends_lib-append  port:python27
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python    ${prefix}/bin/python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python    ${prefix}/bin/python2.7
</span> } else {
     configure.python    /usr/bin/python
 }
</pre><pre style='margin:0'>

</pre>