<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/571a1f2f96671d9f27f1056b6a5066caff478062">https://github.com/macports/macports-ports/commit/571a1f2f96671d9f27f1056b6a5066caff478062</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 571a1f2f96671d9f27f1056b6a5066caff478062
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Nov 23 05:18:45 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    symengine: remove deprecated PortGroup cxx11
</span>---
 math/symengine/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/symengine/Portfile b/math/symengine/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2781c5..5c25b23 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/symengine/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/symengine/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem              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            symengine symengine 0.4.1 v
 revision                1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,6 +46,8 @@ configure.args-append   -DWITH_GMP=on \
</span> cmake.module_path-append \
                         ${prefix}/libexec/llvm-${llvm_version}/lib/cmake/llvm
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Use MP's clang based on above LLVM version for consistency with used includes/libs
 compiler.blacklist-append *gcc* clang
 compiler.fallback  macports-clang-${llvm_version}
</pre><pre style='margin:0'>

</pre>