<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/629354b292a30eea0cfb6ec3fd24343cd098b42a">https://github.com/macports/macports-ports/commit/629354b292a30eea0cfb6ec3fd24343cd098b42a</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 629354b292a inkscape: patch python3 path for markers
</span>629354b292a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 629354b292a30eea0cfb6ec3fd24343cd098b42a
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Jul 24 09:43:22 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: patch python3 path for markers
</span>---
 graphics/inkscape/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 022dbc13df2..d02aba9ee97 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,7 +14,7 @@ set ver_date        2023-07-21
</span> set ver_hash        0e150ed6c4
 set ver_gal_item    42328
 version             ${ver_num}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> epoch               0
 
 categories          graphics gnome
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -116,6 +116,7 @@ post-patch {
</span>         ${worksrcpath}/src/extension/implementation/script.cpp
     reinplace "s|COMMAND python3 |COMMAND ${prefix}/bin/python${python_major}.${python_minor} |g" \
         ${worksrcpath}/share/filters/CMakeLists.txt \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/share/markers/CMakeLists.txt \
</span>         ${worksrcpath}/share/paint/CMakeLists.txt \
         ${worksrcpath}/share/palettes/CMakeLists.txt \
         ${worksrcpath}/share/symbols/CMakeLists.txt \
</pre><pre style='margin:0'>

</pre>