<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/41a68b61cc1cb131a80c192c3c30d6be74b26f34">https://github.com/macports/macports-ports/commit/41a68b61cc1cb131a80c192c3c30d6be74b26f34</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 41a68b61cc1 recode: Build with python38
</span>41a68b61cc1 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 41a68b61cc1cb131a80c192c3c30d6be74b26f34
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Jul 21 19:38:11 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> recode: Build with python38
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/60886
</span>---
textproc/recode/Portfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/recode/Portfile b/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 971547509e5..cb8a118813f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ long_description This recode program has the purpose of converting files \
</span>
github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python.branch 3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python.branch 3.8
</span> set python.version [join [split ${python.branch} "."] ""]
set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
set python.bin ${python.prefix}/bin/python${python.branch}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,8 +42,7 @@ if {[string match *gcc* ${configure.compiler}]} {
</span> pragma.patch
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.env-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- PYTHON=${python.bin}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.python ${python.bin}
</span>
post-destroot {
delete ${destroot}${prefix}/lib/charset.alias
</pre><pre style='margin:0'>
</pre>