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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/18501c1bd34c5935d527cf5e6427520baba5e0d4">https://github.com/macports/macports-ports/commit/18501c1bd34c5935d527cf5e6427520baba5e0d4</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 18501c1bd34 supertuxkart: update buildable systems
</span>18501c1bd34 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 18501c1bd34c5935d527cf5e6427520baba5e0d4
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Sat Oct 10 15:03:26 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    supertuxkart: update buildable systems
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/61174
</span>---
 games/supertuxkart/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/supertuxkart/Portfile b/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc09fe50131..3ea3bda0927 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/supertuxkart/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,10 +29,11 @@ master_sites        sourceforge:project/${name}/SuperTuxKart/${version}
</span> # 10.6 SDK does not have sufficient opengl capability to build this
 # when building with 10.7 SDK on 10.6, errors regarding missing symbols
 # are noted when running the app so that doesn't work either
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.platform} eq "darwin" && ${os.major} < 11 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# 10.7 fails due to https://trac.macports.org/ticket/61174
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.platform} eq "darwin" && ${os.major} < 12 } {
</span>     known_fail      yes
     pre-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "${name} requires OS X 10.7 or later"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_error "${name} requires OS X 10.8 or later"
</span>         return -code error "incompatible OS version"
     }
 }
</pre><pre style='margin:0'>

</pre>