<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/1b30fc1fa9c9cdd211461131dc19b7bead58a50e">https://github.com/macports/macports-ports/commit/1b30fc1fa9c9cdd211461131dc19b7bead58a50e</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 1b30fc1  gdal: add conflicts_port with wgrib2. Should fix #59006.
</span>1b30fc1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1b30fc1fa9c9cdd211461131dc19b7bead58a50e
</span>Author: Veence <vince@macports.org>
AuthorDate: Tue Sep 10 20:43:34 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add conflicts_port with wgrib2. Should fix #59006.
</span>---
 gis/gdal/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<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 50bf2c1..5b05fd9 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;'>@@ -8,6 +8,7 @@ PortGroup           mpi 1.0
</span> PortGroup           active_variants   1.1
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           legacysupport 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           conflicts_build 1.0
</span> mpi.setup
 
 github.setup        OSGeo gdal 3.0.1 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +70,8 @@ depends_lib-append  port:zlib \
</span>                     port:curl \
                     port:charls
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build     port:wgrib2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set PYINST          ""
 
 configure.universal_args-delete --disable-dependency-tracking
</pre><pre style='margin:0'>

</pre>