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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/37c07751cbe4d776c5cd864d05c45136b9410cdf">https://github.com/macports/macports-ports/commit/37c07751cbe4d776c5cd864d05c45136b9410cdf</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 37c07751cbe gnuplot: add -std=c++11
</span>37c07751cbe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 37c07751cbe4d776c5cd864d05c45136b9410cdf
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sun Jan 10 12:40:54 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuplot: add -std=c++11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62021
</span>---
 math/gnuplot/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 b6556bd7c10..0b702a399be 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;'>@@ -111,6 +111,7 @@ variant qt5 conflicts qt description "Enable qt terminal with Qt 5" {
</span>     PortGroup qt5   1.0
 
     compiler.cxx_standard       2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.cxxflags-append   -std=c++11
</span> 
     qt5.depends_component       qtbase   \
                                 qtsvg    \
</pre><pre style='margin:0'>

</pre>