<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/f416d08eea194e9ce4aca43b848e07e8b4c5d8de">https://github.com/macports/macports-ports/commit/f416d08eea194e9ce4aca43b848e07e8b4c5d8de</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f416d08eea194e9ce4aca43b848e07e8b4c5d8de
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jan 3 16:29:10 2020 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gmsh/Portfile b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5c53d7b..b5831c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gmsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem              1.0
 PortGroup               cmake          1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup               cxx11          1.1
</span> PortGroup               mpi            1.0
 PortGroup               linear_algebra 1.0
 PortGroup               muniversal     1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +29,8 @@ checksums               rmd160  e126e2f054acb9321fb68299bbc354f6bccc6ce9 \
</span>                         sha256  853c6438fc4e4b765206e66a514b09182c56377bb4b73f1d0d26eda7eb8af0dc \
                         size    13227645
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles              patch-CMakeLists.txt.diff
 
 mpi.setup
</pre><pre style='margin:0'>

</pre>