<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f579c995d77ba138dcca19237d213ad1d198f514">https://github.com/macports/macports-ports/commit/f579c995d77ba138dcca19237d213ad1d198f514</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f579c995d77ba138dcca19237d213ad1d198f514
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Aug 12 14:28:21 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> scribus-devel: switch python dependency to python38
</span>---
print/scribus-devel/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/scribus-devel/Portfile b/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 637f07cd80e..00db673be50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/scribus-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ depends_lib-append \
</span> port:libxml2 \
port:podofo \
port:poppler \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:python37 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:python38 \
</span> port:tiff \
port:zlib
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,9 +78,9 @@ configure.args-append \
</span> -DWITH_BOOST=YES \
-DWANT_GRAPHICSMAGICK=NO \
-DWANT_NOOSG=YES \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPython3_EXECUTABLE=${prefix}/bin/python3.7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPython3_LIBRARIES=${PyFRM}/3.7/Python \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DPython3_INCLUDE_DIR=${PyFRM}/3.7/include/python3.7m
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPython3_EXECUTABLE=${prefix}/bin/python3.8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPython3_LIBRARIES=${PyFRM}/3.8/Python \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DPython3_INCLUDE_DIR=${PyFRM}/3.8/include/python3.8
</span>
variant bitmap description {Input filters for most GraphicsMagick bitmap formats} {
configure.args-delete -DWANT_GRAPHICSMAGICK=NO
</pre><pre style='margin:0'>
</pre>