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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e23280aca3705b368d0af409c93e305f9099dc08">https://github.com/macports/macports-ports/commit/e23280aca3705b368d0af409c93e305f9099dc08</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e23280aca3705b368d0af409c93e305f9099dc08
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri May 8 09:59:10 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: remmove cxx11 PG
</span>---
 www/nghttp2/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7452039..53d11c6a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> PortGroup           github 1.0
 PortGroup           legacysupport 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +45,8 @@ patchfiles-append   patch-configure-nopython.diff \
</span> 
 use_autoreconf      yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --disable-silent-rules \
                     --disable-threads \
                     --enable-app \
</pre><pre style='margin:0'>

</pre>