<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9191aea949dc3409dd8b655458fd5ede531a9943">https://github.com/macports/macports-ports/commit/9191aea949dc3409dd8b655458fd5ede531a9943</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 9191aea949d supertux: use boost 1.71
</span>9191aea949d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9191aea949dc3409dd8b655458fd5ede531a9943
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Jun 13 10:59:18 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> supertux: use boost 1.71
</span>---
games/supertux/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/supertux/Portfile b/games/supertux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f54ac39b44..72269fab7c9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/supertux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/supertux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup github 1.0
</span> PortGroup boost 1.0
github.setup SuperTux supertux 0.6.2 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 5
</span>
github.tarball_from releases
distname SuperTux-v${version}-Source
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,6 +36,8 @@ compiler.cxx_standard 2014
</span> # don't use cpack -- this works better with MacPorts
configure.args-append -DDISABLE_CPACK_BUNDLING=ON
<span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version 1.71
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append port:pkgconfig
# also uses libsdl2_ttf, but insists on building it's own copy
</pre><pre style='margin:0'>
</pre>