<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/c4424ffb3869d5543d1fd85205534d2aaa547ea9">https://github.com/macports/macports-ports/commit/c4424ffb3869d5543d1fd85205534d2aaa547ea9</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 c4424ffb386 graphite2: Use python38 like fonttools does now
</span>c4424ffb386 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c4424ffb3869d5543d1fd85205534d2aaa547ea9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Sep 3 22:58:23 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    graphite2: Use python38 like fonttools does now
</span>---
 graphics/graphite2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/graphite2/Portfile b/graphics/graphite2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f272791465..98692622c74 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/graphite2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/graphite2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,6 @@ patchfiles-append   patch-src-CMakeLists.txt.diff
</span> test.run            yes
 #test.env            ARGS=-V
 # Use the same python as fonttools.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DPYTHON_EXECUTABLE=${prefix}/bin/python3.8
</span> depends_test        port:fonttools \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python38
</span></pre><pre style='margin:0'>

</pre>