<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/afb53b6dbdc3d9803088b167d821fd1f69b96a9c">https://github.com/macports/macports-ports/commit/afb53b6dbdc3d9803088b167d821fd1f69b96a9c</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 afb53b6  gdal: get rid of an obsolete patch for pre-C++ 11
</span>afb53b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit afb53b6dbdc3d9803088b167d821fd1f69b96a9c
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun May 20 14:23:14 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: get rid of an obsolete patch for pre-C++ 11
</span>---
 gis/gdal/Portfile | 3 ---
 1 file changed, 3 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 f823a45..985a18f 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;'>@@ -120,9 +120,6 @@ platform darwin {
</span> if {${configure.cxx_stdlib} != "libc++"} {
     configure.args-append \
                     --without-cpp11
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # backported from master and could be applied everywhere
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    patchfiles-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    patch-netcdfdataset_cpp.diff
</span> } else {
     configure.args-append   --with-cpp14
 }
</pre><pre style='margin:0'>

</pre>