<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/f8c07618013329c97b1e5d0bed8d3f33c0a997dc">https://github.com/macports/macports-ports/commit/f8c07618013329c97b1e5d0bed8d3f33c0a997dc</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 f8c0761 sigil: Escape periods in regular expressions
</span>f8c0761 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f8c07618013329c97b1e5d0bed8d3f33c0a997dc
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Apr 27 00:02:29 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> sigil: Escape periods in regular expressions
</span>---
editors/sigil/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 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 52ee86b..06713cf 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;'>@@ -40,8 +40,8 @@ configure.args -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF \
</span> -DUSE_SYSTEM_LIBS=ON
post-extract {
if {[variant_isset python38]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|PythonInterp 3.7|PythonInterp 3.8|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|PythonLibs 3.7|PythonLibs 3.8|g" ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace {s|PythonInterp 3\.7|PythonInterp 3.8|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace {s|PythonLibs 3\.7|PythonLibs 3.8|g} ${worksrcpath}/CMakeLists.txt
</span> }
}
</pre><pre style='margin:0'>
</pre>