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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e16b362e61b11a348bec08d188ad12d048a9c6a8">https://github.com/macports/macports-ports/commit/e16b362e61b11a348bec08d188ad12d048a9c6a8</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 e16b362e61b qgis3: compiler blacklist cleanup
</span>e16b362e61b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e16b362e61b11a348bec08d188ad12d048a9c6a8
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sun Jun 13 05:36:23 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: compiler blacklist cleanup
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Redundant due to compiler.cxx_standard 2011
</span>---
 gis/qgis3/Portfile | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b66f0394e21..28224316c10 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake   1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github  1.0
 PortGroup           qt5     1.0
 PortGroup           active_variants 1.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,8 +71,6 @@ post-patch {
</span>         ${worksrcpath}/src/app/layout/qgslayoutdesignerdialog.cpp
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist      {clang < 500}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> cmake.install_prefix    ${applications_dir}
 
 #HD5/MPI related things
</pre><pre style='margin:0'>

</pre>