<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/bb7472fe4d441f2c861240010edbd54a79c2cdfa">https://github.com/macports/macports-ports/commit/bb7472fe4d441f2c861240010edbd54a79c2cdfa</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 bb7472fe4d4 pgmodeler: Require c++11 and add aditional compiler blacklist
</span>bb7472fe4d4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb7472fe4d441f2c861240010edbd54a79c2cdfa
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Apr 21 20:17:40 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    pgmodeler: Require c++11 and add aditional compiler blacklist
</span>---
 databases/pgmodeler/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/pgmodeler/Portfile b/databases/pgmodeler/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fa9458d5aab..872d224187d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/pgmodeler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/pgmodeler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           qmake5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        pgmodeler pgmodeler 0.9.1 v
 categories          databases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,6 +20,10 @@ checksums           rmd160  e51bf644f4f140b770abb4ae061b501261372f9f \
</span>                     sha256  ca5b577caa821b7394b48293578f0a4a0eddfa20fbdf7ec9163e73ab0f280216 \
                     size    3569275
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard     2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/databaseexplorerwidget.cpp:1761:88: error: chosen constructor is explicit in copy-initialization
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles          patch-pgmodeler.pri.diff
 
 post-patch {
</pre><pre style='margin:0'>

</pre>