<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/87346be10d1bfa18f119f9a1d32484a510266703">https://github.com/macports/macports-ports/commit/87346be10d1bfa18f119f9a1d32484a510266703</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 87346be10d1bfa18f119f9a1d32484a510266703
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Dec 26 13:44:28 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> ngsolve: remove deprecated PortGroup cxx11
</span>---
math/ngsolve/Portfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/ngsolve/Portfile b/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ca4d5d..7cbb2ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/ngsolve/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,6 @@ PortGroup compilers 1.0
</span> PortGroup linear_algebra 1.0
PortGroup github 1.0
PortGroup cmake 1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span>
github.setup NGSolve ngsolve 6.2.1810 v
platforms darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,8 +23,8 @@ checksums rmd160 ddf70837091e04df77eb94e8265dc2775f8f0581 \
</span> sha256 8d3fb954dbe52325f6aef3b1321a275260be6ee8b2785df4fda27962471b791f \
size 15069668
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# requires a compiler that supports C++17
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 900.0.39} macports-clang-3.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 2017
</span>
compilers.choose cc cxx
compilers.setup
</pre><pre style='margin:0'>
</pre>