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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a9b1248631c97388c4921776f2193531a96147c8">https://github.com/macports/macports-ports/commit/a9b1248631c97388c4921776f2193531a96147c8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a9b1248631c97388c4921776f2193531a96147c8
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Sat Feb 29 14:50:43 2020 +0100

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/limesuite/Portfile b/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a746f0e..f5c81ebe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/limesuite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/limesuite/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           github 1.0
 PortGroup           wxWidgets 1.0
 PortGroup           app 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +45,8 @@ if {[string first "-devel" $subport] > 0} {
</span> 
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # fix where CMake files are installed; in MacPorts we strive for
 # "$PREFIX/share/cmake/$PROJECT_NAME", not "$PREFIX/lib/cmake/$PROJECT_NAME".
 patchfiles-append patch-src_CMakeLists.txt.diff
</pre><pre style='margin:0'>

</pre>