<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/dfb5de93b42c681757a0907834fcefd91a5c27d3">https://github.com/macports/macports-ports/commit/dfb5de93b42c681757a0907834fcefd91a5c27d3</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 dfb5de9  gdal: reinplace quietly
</span>dfb5de9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dfb5de93b42c681757a0907834fcefd91a5c27d3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Nov 27 04:54:15 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gdal: reinplace quietly
</span>---
 gis/gdal/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22fff07..c73c743 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -359,7 +359,7 @@ post-configure {
</span>     foreach w ${worksrcpath_dirs} {
         set FRMT_PATH ${w}/ogr/ogrsf_frmts
         foreach makefile [glob -dir $FRMT_PATH */GNUmakefile] {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            reinplace "s|\$\(EXPAT_INCLUDE\)||" $makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            reinplace -q "s|\$\(EXPAT_INCLUDE\)||" $makefile
</span>         }
 
         reinplace -E "s|(GEOS_CFLAGS.*=).*|\\1|" ${w}/GDALmake.opt
</pre><pre style='margin:0'>

</pre>