<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/db4f856d437a7e957dbd9e5f59ed26dc0cdcc440">https://github.com/macports/macports-ports/commit/db4f856d437a7e957dbd9e5f59ed26dc0cdcc440</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 db4f856d437 alan: Escape periods in regular expressions
</span>db4f856d437 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit db4f856d437a7e957dbd9e5f59ed26dc0cdcc440
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 1 11:06:09 2020 -0600
<span style='display:block; white-space:pre;color:#404040;'> alan: Escape periods in regular expressions
</span>---
lang/alan/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/alan/Portfile b/lang/alan/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c9c0da07b1..4c4a6c9c49a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/alan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/alan/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,7 @@ post-extract {
</span> reinplace "s|npm run|yarn run|g" compiler/package.json
# Don't run the envcheck script
<span style='display:block; white-space:pre;background:#ffe0e0;'>- reinplace "s|./.envcheck.sh|true|g" ${worksrcpath}/Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ reinplace {s|\./\.envcheck\.sh|true|g} ${worksrcpath}/Makefile
</span> }
destroot {
</pre><pre style='margin:0'>
</pre>