<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d2d0158627a5290c963dd1a453797210a6c7f5af">https://github.com/macports/macports-ports/commit/d2d0158627a5290c963dd1a453797210a6c7f5af</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 d2d0158  gdal: Enable PAM extension by default
</span>d2d0158 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d2d0158627a5290c963dd1a453797210a6c7f5af
</span>Author: Veence <vince@macports.org>
AuthorDate: Tue Mar 27 09:57:51 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: Enable PAM extension by default
</span>---
 gis/gdal/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<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 1138d60..37f9aed 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;'>@@ -6,7 +6,7 @@ PortGroup           muniversal 1.0
</span> 
 name                gdal
 version             2.2.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> categories          gis
 license             MIT BSD
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,6 +61,7 @@ configure.args-append \
</span>                     --with-gif=${prefix} \
                     --with-static-proj4=${prefix}/lib/proj49 \
                     --with-qhull=yes \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-pam \
</span>                     --without-pg \
                     --without-grass \
                     --without-libgrass \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,7 +92,6 @@ configure.args-append \
</span>                     --without-sde \
                     --without-geos \
                     --without-opencl \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-pam \
</span>                     --without-perl \
                     --without-php \
                     --without-python \
</pre><pre style='margin:0'>

</pre>