<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/f18ae44f892b2068e35a8f671298427ea8f636ca">https://github.com/macports/macports-ports/commit/f18ae44f892b2068e35a8f671298427ea8f636ca</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 f18ae44  nodejs14: set compiler_cxx_standard instead of using cxx11 PG
</span>f18ae44 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f18ae44f892b2068e35a8f671298427ea8f636ca
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue May 5 21:49:15 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nodejs14: set compiler_cxx_standard instead of using cxx11 PG
</span>---
 devel/nodejs14/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs14/Portfile b/devel/nodejs14/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6dbc3a7..246d88b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs14/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup               compiler_blacklist_versions 1.0
</span> # this force is OK as node does not link against any other c++ libs
 depends_lib-append      port:libcxx
 configure.cxx_stdlib    libc++
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup               cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2014
</span> 
 name                    nodejs14
 version                 14.2.0
</pre><pre style='margin:0'>

</pre>