<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/a187c0cfb4487a2c1f757829c0091a5e34c8f220">https://github.com/macports/macports-ports/commit/a187c0cfb4487a2c1f757829c0091a5e34c8f220</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 a187c0c  nodejs{8,10,12}: set c++ standard instead of using cxx11 PG
</span>a187c0c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a187c0cfb4487a2c1f757829c0091a5e34c8f220
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 6 06:05:45 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nodejs{8,10,12}: set c++ standard instead of using cxx11 PG
</span>---
 devel/nodejs10/Portfile | 2 +-
 devel/nodejs12/Portfile | 2 +-
 devel/nodejs8/Portfile  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs10/Portfile b/devel/nodejs10/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0087203..28a23c7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs10/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs10/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   2011
</span> 
 name                    nodejs10
 version                 10.20.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs12/Portfile b/devel/nodejs12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e1d7cd4..2829189 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs12/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   2011
</span> 
 name                    nodejs12
 version                 12.16.3
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs8/Portfile b/devel/nodejs8/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aecfaad..8140db1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs8/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs8/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   2011
</span> 
 name                    nodejs8
 version                 8.17.0
</pre><pre style='margin:0'>

</pre>