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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dcbeeb02b6540f7a3300df1a976b1a15a7b5b991">https://github.com/macports/macports-ports/commit/dcbeeb02b6540f7a3300df1a976b1a15a7b5b991</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 dcbeeb0  move last four ports from cxx11 1.0 to 1.1
</span>dcbeeb0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dcbeeb02b6540f7a3300df1a976b1a15a7b5b991
</span>Author: ken-cunningham-webuse <ken.cunningham.webuse@gmail.com>
AuthorDate: Fri May 3 15:57:50 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    move last four ports from cxx11 1.0 to 1.1
</span>---
 devel/dbusmenu-qt/Portfile | 2 +-
 math/ADOL-C/Portfile       | 2 +-
 math/gnuplot/Portfile      | 2 +-
 science/alps/Portfile      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/dbusmenu-qt/Portfile b/devel/dbusmenu-qt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d650a50..6d74816 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/dbusmenu-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/dbusmenu-qt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,7 +45,7 @@ if {${subport} eq "${name}"} {
</span>     # (iow, installed, or installable because port:qt5 isn't).
     set qt5.prefer_kde 1
     platform darwin {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        PortGroup   cxx11 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        PortGroup   cxx11 1.1
</span>     }
     PortGroup       qt5 1.0
     PortGroup       cmake 1.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ADOL-C/Portfile b/math/ADOL-C/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1009f9e..6e7589f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ADOL-C/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ADOL-C/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span> PortGroup           muniversal 1.0
 
 name                ADOL-C
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gnuplot/Portfile b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df7c9a7..b8e892b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gnuplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -105,7 +105,7 @@ variant qt conflicts qt5 description "Enable qt terminal with Qt 4" {
</span> variant qt5 conflicts qt description "Enable qt terminal with Qt 5" {
     # Latest versions of Qt require C++11
     PortGroup qt5   1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup cxx11 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup cxx11 1.1
</span> 
     configure.cxxflags-append   -std=c++11
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/alps/Portfile b/science/alps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f87cd56..b9634fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/alps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ compilers.enforce_c     boost
</span> patchfiles-append       patch-applications-dmft-qmc-CMakeLists.txt.diff
 
 if {([c_variant_isset] && [clang_variant_isset] && ${configure.cxx_stdlib} eq "libc++") || (![c_variant_isset] && [string match *clang* ${configure.cxx}] && ${configure.cxx_stdlib} eq "libc++")} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  PortGroup cxx11 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  PortGroup cxx11 1.1
</span>   configure.args-append   -DCMAKE_CXX_FLAGS=\"-std=c++11\"
 }
 
</pre><pre style='margin:0'>

</pre>