<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7444817bda50878506985bfc88d6d1a552c9b7b0">https://github.com/macports/macports-ports/commit/7444817bda50878506985bfc88d6d1a552c9b7b0</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 7444817bda5 autojump: Use python39 instead of python27
</span>7444817bda5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7444817bda50878506985bfc88d6d1a552c9b7b0
</span>Author: Ruben Di Battista <rubendibattista@gmail.com>
AuthorDate: Tue Sep 7 18:36:30 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    autojump: Use python39 instead of python27
</span>---
 sysutils/autojump/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/autojump/Portfile b/sysutils/autojump/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3ff81166207..dd7e68221f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/autojump/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/autojump/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        wting autojump 22.5.3 release-v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          sysutils
 platforms           darwin
 maintainers         nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,17 +19,17 @@ checksums           rmd160  3d4feaf96158b76cb94a14049c1a81108b2bb4f4 \
</span>                     sha256  00e86809cef2529d77ff8ed88fa59910024411e9e6594ddb042ae1e0eda5aaae \
                     size    55445
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_run         port:python27
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run         port:python39
</span> 
 post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s:/usr/bin/env python:${prefix}/bin/python2.7:g" ${worksrcpath}/bin/autojump
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s:/usr/bin/env python:${prefix}/bin/python3.9:g" ${worksrcpath}/bin/autojump
</span> }
 
 use_configure       no
 
 build {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot.cmd    ${prefix}/bin/python2.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.cmd    ${prefix}/bin/python3.9
</span> destroot.args   install.py --force
 destroot.target {}
 destroot.destdir --destdir=${destroot}${prefix} --zshshare=${destroot}${prefix}/share/zsh/site-functions
</pre><pre style='margin:0'>

</pre>