<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/85fdbc188cd618b267acdbadd515d40c556dc77f">https://github.com/macports/macports-ports/commit/85fdbc188cd618b267acdbadd515d40c556dc77f</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 85fdbc188cd sigil: Escape periods in regular expressions
</span>85fdbc188cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 85fdbc188cd618b267acdbadd515d40c556dc77f
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jan 8 00:54:51 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    sigil: Escape periods in regular expressions
</span>---
 editors/sigil/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/sigil/Portfile b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0ec5b305fa..2d223a5127c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,9 +56,9 @@ destroot {
</span> proc python-depends {python_branch} {
     global frameworks_dir env
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|Python3 3\.8 COMPONENTS Interpreter Development|Python3 ${::python_branch} COMPONENTS Interpreter Development|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|PythonInterp 3\.8|PythonInterp ${::python_branch}|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s|PythonLibs 3\.8|PythonLibs ${::python_branch}|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|Python3 3\\.8 COMPONENTS Interpreter Development|Python3 ${::python_branch} COMPONENTS Interpreter Development|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|PythonInterp 3\\.8|PythonInterp ${::python_branch}|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace "s|PythonLibs 3\\.8|PythonLibs ${::python_branch}|g" ${worksrcpath}/CMakeLists.txt
</span>     }
     set python_version [string map {. ""} ${python_branch}]
     depends_lib-append  port:python${python_version} \
</pre><pre style='margin:0'>

</pre>