<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/848686bf847a4bd4c033d37b8227d44d5be15b28">https://github.com/macports/macports-ports/commit/848686bf847a4bd4c033d37b8227d44d5be15b28</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 848686bf847 minetest: comments and whitespace
</span>848686bf847 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 848686bf847a4bd4c033d37b8227d44d5be15b28
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Feb 24 11:37:49 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    minetest: comments and whitespace
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    minor cleanup
</span>---
 games/minetest/Portfile | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/minetest/Portfile b/games/minetest/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0d35cea270..8faf4bdbb81 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/minetest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/minetest/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,21 +5,19 @@ PortGroup               github 1.0
</span> PortGroup               cmake 1.1
 
 compiler.cxx_standard   2011
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# required thread_local storage
</span> compiler.thread_local_storage   yes
 
 github.setup            minetest minetest 5.4.0
 revision                0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# new wrinkle -- the game version can be different than the minetest version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# (although it will most often be the same)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# the game version can be different than the minetest version
</span> set game_version        5.4.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# have to do some shenanigans to add on more files to a github portgroup download
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# cache the preset distfiles delivered by the github PG
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# to add on more files to a github portgroup download
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# have to cache the preset distfiles from the github PG
</span> set main_distfile       ${distfiles}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# add another distfile, with a direct URL as can't use the github PG again
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# then add another distfile, with a direct URL as can't use the github PG again
</span> set game_distfile       ${game_version}${extract.suffix}
 set game_mastersite     https://github.com/minetest/minetest_game/archive/
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +36,7 @@ checksums               ${main_distfile} \
</span>                         sha256  520d2056085ec11e8806cf5a8f928537797d27a86704770bf408c113ea9881cb \
                         size    2474273
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# rename directory - had to steal this out of the github portgroup
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# rename directory - from github portgroup
</span> post-extract {
     if {[file exists [glob -nocomplain ${workpath}/${github.author}-${github.project}-*]] && \
         [file isdirectory [glob -nocomplain ${workpath}/${github.author}-${github.project}-*]]} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,7 +44,6 @@ post-extract {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> license                 LGPL-2.1+
 categories              games
 platforms               darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,8 +67,7 @@ depends_lib-append      port:irrlicht \
</span>                         port:xorg-libX11 \
                         port:xorg-libXxf86vm
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# see https://trac.macports.org/ticket/58315
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# possibly fixable?
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/58315 - possibly fixable?
</span> universal_variant       no
 supported_archs         x86_64
 
</pre><pre style='margin:0'>

</pre>