<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d4f980159fd0d12ede580993054988616a2e8ff9">https://github.com/macports/macports-ports/commit/d4f980159fd0d12ede580993054988616a2e8ff9</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 d4f9801  py-gdal: use cxx11 1.1 PortGroup
</span>d4f9801 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d4f980159fd0d12ede580993054988616a2e8ff9
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Apr 11 15:44:26 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-gdal: use cxx11 1.1 PortGroup
</span>---
 python/py-gdal/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-gdal/Portfile b/python/py-gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ca45ed..b6df07f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           python 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span> 
 set _name           GDAL
 set _n              [string index ${_name} 0]
</pre><pre style='margin:0'>

</pre>