<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/71d3fd93eadd72bd37dd44a5f3197870082a341c">https://github.com/macports/macports-ports/commit/71d3fd93eadd72bd37dd44a5f3197870082a341c</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 71d3fd93ead vdt: use compiler.cxx_standard 2011
</span>71d3fd93ead is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71d3fd93eadd72bd37dd44a5f3197870082a341c
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Oct 14 01:02:57 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vdt: use compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    â€¦instead of deprecated cxx11 1.1 portgroup
</span>---
 math/vdt/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/vdt/Portfile b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 57842a8aea5..5053e98bd35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/vdt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,6 @@ PortSystem          1.0
</span> 
 PortGroup           cmake 1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 #github.setup        dpiparo vdt 0.4.1 v
 github.setup        cjones051073 vdt b376d0f9e8cc97689d89f7f8c40c3a4644f48679
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,3 +25,5 @@ description         A collection of fast and inline implementations of mathemati
</span> long_description    ${name} provides ${description}.
 
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span></pre><pre style='margin:0'>

</pre>