<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f6ec404b8ea1ca1a9df71feb5917a5fde7ef0a3e">https://github.com/macports/macports-ports/commit/f6ec404b8ea1ca1a9df71feb5917a5fde7ef0a3e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f6ec404b8ea1ca1a9df71feb5917a5fde7ef0a3e
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jan 23 15:40:58 2024 +0000
<span style='display:block; white-space:pre;color:#404040;'> stellarium: Limit to Darwin 19 and newer
</span>---
science/stellarium/Portfile | 2 ++
1 file changed, 2 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 3c21267a639..fe58fa93da1 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;'>@@ -15,6 +15,8 @@ installs_libs no
</span> license GPL-2+
maintainers {michaelld @michaelld} openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms {darwin >= 19}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description Stellarium is a free open source planetarium for your computer.
long_description {*}${description} \
</pre><pre style='margin:0'>
</pre>