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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e2470a671eb23bed7079b14e9113ef54837e261">https://github.com/macports/macports-ports/commit/2e2470a671eb23bed7079b14e9113ef54837e261</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 2e2470a671e stellarium: use cmake 1.1 PortGroup
</span>2e2470a671e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e2470a671eb23bed7079b14e9113ef54837e261
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Sep 30 11:30:21 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    stellarium: use cmake 1.1 PortGroup
</span>---
 science/stellarium/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<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 d700dbce1ee..1346aa4219a 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;'>@@ -2,7 +2,7 @@
</span> 
 PortSystem      1.0
 PortGroup       github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup       cmake 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       cmake 1.1
</span> PortGroup       qt5 1.0
 
 name            stellarium
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,9 +48,6 @@ patchfiles-append patch-CMakeLists.txt.diff
</span> compiler.c_standard   2011
 compiler.cxx_standard 2011
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# do VPATH (out of source tree) build
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-cmake.out_of_source yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # prevent opportunistic use of ccache
 if {![tbool configure.ccache]} {
     configure.args-append -DCCACHE_PROGRAM=""
</pre><pre style='margin:0'>

</pre>