<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4b8c7d52016d07663b4408adbc6d62014d1662d2">https://github.com/macports/macports-ports/commit/4b8c7d52016d07663b4408adbc6d62014d1662d2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4b8c7d52016d07663b4408adbc6d62014d1662d2
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Sat Sep 16 15:40:40 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdal: fix typo
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump because port builds correctly.
</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 efefc86..ff28dcf 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;'>@@ -326,7 +326,7 @@ variant odbc description {Enable ODBC support} {
</span> 
 variant poppler description {Enable poppler support} {
     depends_lib-append      port:poppler
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-delete   --without-popper
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-delete   --without-poppler
</span>     configure.args-append   --with-poppler=${prefix}
 }
 
</pre><pre style='margin:0'>

</pre>