<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/bf5cba44ec5b47131d7125d3b68f1fb904b5fcb0">https://github.com/macports/macports-ports/commit/bf5cba44ec5b47131d7125d3b68f1fb904b5fcb0</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 bf5cba4  spatialite: Remove unexpected ui_msgs
</span>bf5cba4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bf5cba44ec5b47131d7125d3b68f1fb904b5fcb0
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Mar 21 15:43:46 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    spatialite: Remove unexpected ui_msgs
</span>---
 databases/spatialite/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/spatialite/Portfile b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 638561d..0c50229 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,14 +42,12 @@ configure.args-append \
</span>                     --with-geos-incl=${prefix}/include
 
 post-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "Patching makefiles…"
</span>     set mkfiles [exec find ${worksrcpath} -name Makefile]
     foreach file ${mkfiles} {
         reinplace -q -E "s|^(AM_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file}
         reinplace -q -E "s|^(gaiageo_la_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file}
         reinplace -q -E "s|^(splite_la_CPPFLAGS =.*)(-I${prefix}/include )(.*)$|\\1 \\3|" ${file}
     }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "Done"
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>