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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d40aeb4521bab13f5e9800cc0c7387cb10db0599">https://github.com/macports/macports-ports/commit/d40aeb4521bab13f5e9800cc0c7387cb10db0599</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 d40aeb4  stellarium: Set C and C++ standards to 2011
</span>d40aeb4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d40aeb4521bab13f5e9800cc0c7387cb10db0599
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Apr 3 05:43:51 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    stellarium: Set C and C++ standards to 2011
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/58820
</span>---
 science/stellarium/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/stellarium/Portfile b/science/stellarium/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7ac1de9..c87ad33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/stellarium/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/stellarium/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,6 +63,9 @@ if {${name} eq ${subport}} {
</span>     # fix the install prefix for MP use only
     patchfiles-append patch-CMakeLists.txt.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.c_standard     2011
</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>     # do VPATH (out of source tree) build
 
     cmake.out_of_source yes
</pre><pre style='margin:0'>

</pre>