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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/00096d28f527e922e2efbe15c223894b1f2f204c">https://github.com/macports/macports-ports/commit/00096d28f527e922e2efbe15c223894b1f2f204c</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 00096d28f52 games/*: set github.tarball_from explicitly
</span>00096d28f52 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 00096d28f527e922e2efbe15c223894b1f2f204c
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat Jan 18 17:26:50 2025 +1100

<span style='display:block; white-space:pre;color:#404040;'>    games/*: set github.tarball_from explicitly
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    In preparation for changing the default.
</span>---
 games/Cockatrice/Portfile                  | 5 +++--
 games/MultiMC5/Portfile                    | 5 +++--
 games/PolyMC/Portfile                      | 5 +++--
 games/PrismLauncher/Portfile               | 5 +++--
 games/bastet/Portfile                      | 3 ++-
 games/cheops/Portfile                      | 3 ++-
 games/cmatrix/Portfile                     | 2 ++
 games/ctris/Portfile                       | 3 ++-
 games/discord-rpc/Portfile                 | 2 ++
 games/dynamix-chart-width-control/Portfile | 4 +++-
 games/eboard/Portfile                      | 3 ++-
 games/fheroes2/Portfile                    | 4 +++-
 games/frightcrawler/Portfile               | 2 ++
 games/glpong/Portfile                      | 2 ++
 games/ldmud/Portfile                       | 2 ++
 games/minetest/Portfile                    | 5 +++--
 games/moon-buggy/Portfile                  | 2 ++
 games/notpacman/Portfile                   | 2 ++
 games/nottetris2/Portfile                  | 2 ++
 games/openjk/Portfile                      | 5 +++--
 games/pacvim/Portfile                      | 5 +++--
 games/pennmush/Portfile                    | 2 ++
 games/pingus/Portfile                      | 3 ++-
 games/poker-eval/Portfile                  | 3 ++-
 games/pyfa/Portfile                        | 3 ++-
 games/sl/Portfile                          | 2 ++
 games/taisei/Portfile                      | 2 ++
 games/teg/Portfile                         | 2 ++
 games/tuxtype/Portfile                     | 3 ++-
 games/wesnoth/Portfile                     | 2 ++
 games/widelands/Portfile                   | 8 ++++++--
 games/xqf/Portfile                         | 3 ++-
 32 files changed, 77 insertions(+), 27 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/Cockatrice/Portfile b/games/Cockatrice/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d9b17e88dbe..19dc90eea5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/Cockatrice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/Cockatrice/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,15 +8,16 @@ PortGroup           qt4    1.0
</span> 
 # This appears last version that works with Qt4
 github.setup        Cockatrice Cockatrice 2016-05-06-Release
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 epoch               1
 revision            7
 categories          games
 maintainers         nomaintainer
 description         A board for playing trading card games like MTG online
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} (This port installs only the client as well as oracle.)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} (This port installs only the client as well as oracle.)
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-2
 
 homepage            http://www.woogerworks.com/
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/MultiMC5/Portfile b/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf6af7c110c..1c34f38fe4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/MultiMC5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,13 +8,14 @@ PortGroup           cmake 1.1
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        MultiMC MultiMC5 0.6.12
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             Apache-2
 maintainers         nomaintainer
 description         A custom launcher for Minecraft
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    MultiMC is ${description} that allows you to easily manage \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    MultiMC is {*}${description} that allows you to easily manage \
</span>                     multiple installations of Minecraft at once. It also allows \
                     you to easily install and remove mods by simply dragging and \
                     dropping.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/PolyMC/Portfile b/games/PolyMC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 42f9a372b25..bb43bd1f733 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/PolyMC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/PolyMC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,13 +8,14 @@ PortGroup           cmake 1.1
</span> PortGroup           compiler_blacklist_versions 1.0
 
 github.setup        PolyMC PolyMC 1.4.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-3 Apache-2
 maintainers         nomaintainer
 description         A custom launcher for Minecraft
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    PolyMC is ${description} that allows you to easily manage \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    PolyMC is {*}${description} that allows you to easily manage \
</span>                     multiple installations of Minecraft at once.
 homepage            https://polymc.org/
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/PrismLauncher/Portfile b/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7bc02ad6f12..67b6aebb638 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/PrismLauncher/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,13 +7,14 @@ PortGroup           java 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        PrismLauncher PrismLauncher 8.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-3 Apache-2
 maintainers         nomaintainer
 description         A custom launcher for Minecraft
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    PrismLauncher is ${description} that allows you to easily manage \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    PrismLauncher is {*}${description} that allows you to easily manage \
</span>                     multiple installations of Minecraft at once.
 homepage            https://prismlauncher.org/
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/bastet/Portfile b/games/bastet/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 00a65e95ceb..d6deb579f30 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/bastet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/bastet/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,11 @@ PortGroup           makefile 1.0
</span> PortGroup           boost    1.0
 
 github.setup        fph bastet 1b3e6922c1f7d72e87640ea4a58a52e1d36f01e1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             0.43.2
 revision            2
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         {ryandesign @ryandesign} openmaintainer
 license             GPL-3+
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/cheops/Portfile b/games/cheops/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7d454685612..4580220369f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/cheops/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/cheops/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,8 +4,9 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        logological cheops 1.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             GPL-2+
 maintainers         nomaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/cmatrix/Portfile b/games/cmatrix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8081008aa04..71c99ed4ded 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/cmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/cmatrix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        abishekvashok cmatrix 2.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 categories          games x11
 license             GPL-3
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/ctris/Portfile b/games/ctris/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d42040a0e1c..8a7cabb861b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/ctris/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/ctris/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,10 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        dominikhackl ctris 0.42.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          games
 license             GPL-2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         Ncurses based tetris clone written in C.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/discord-rpc/Portfile b/games/discord-rpc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6bc2244a364..54c311cd634 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/discord-rpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/discord-rpc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 
 github.setup        discord discord-rpc 3.4.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          games devel
 license             MIT
 maintainers         nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/dynamix-chart-width-control/Portfile b/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d8f9ae83c0a..e5788c5e42d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/dynamix-chart-width-control/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup       github 1.0
</span> PortGroup       conflicts_build 1.0
 
 github.setup    AXIS5hacker DNX-Note-Width-Changer 1.3.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name            dynamix-chart-width-control
 revision        1
 categories      games
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +15,7 @@ license         MIT
</span> 
 description     A tool for changing the note width in a Dynamix Fanmade Chart
 long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ${description}. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                {*}${description}. \
</span>                 Compatible with xml charts produced with DynaMaker.
 
 checksums       rmd160  a995649c00e38d76395356b1979bfe174f03e1d3 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/eboard/Portfile b/games/eboard/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db007bf0d3c..b3169bb3066 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/eboard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/eboard/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,10 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        fbergo eboard 1.1.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          games
 license             GPL-2+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         eboard is a chess interface just like xboard.
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/fheroes2/Portfile b/games/fheroes2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d687f9f67e9..de6069dee80 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/fheroes2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/fheroes2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup       legacysupport 1.1
</span> PortGroup       compiler_blacklist_versions 1.0
 
 github.setup    ihhub fheroes2 1.1.5
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> 
 categories      games
 maintainers     {@oleg-derevenetz gmail.com:oleg.derevenetz} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,7 +17,7 @@ license         GPL-2
</span> 
 description     Free implementation of Heroes of Might and Magic II game engine
 long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                {*}${description}
</span> 
 homepage        https://ihhub.github.io/fheroes2/
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/frightcrawler/Portfile b/games/frightcrawler/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 73a384b6e81..67c38c0f733 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/frightcrawler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/frightcrawler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        charlesrocket frightcrawler 0.3.3
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 
 categories          games
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/glpong/Portfile b/games/glpong/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2b9c324ad3..2b3779c21d6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/glpong/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/glpong/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
 
 github.setup   erikg glpong 1.3 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision  0
 checksums      rmd160  a0077de5855b8a66f90fbf10c10275546b922772 \
                sha256  e77fb2c08875da08f1f28ed76faa464953d4546b3f2ebbc788b4983053bc1f32 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/ldmud/Portfile b/games/ldmud/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3698e4ef141..6a85cf88a2f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/ldmud/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/ldmud/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,8 @@ PortSystem 1.0
</span> PortGroup github 1.0
 
 github.setup    ldmud ldmud 3.6.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories      games
 maintainers     {toby @tobypeterson}
 description     modern LPMud gamedriver
<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 fe3bbc9ba35..4230949ed27 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;'>@@ -8,6 +8,8 @@ compiler.cxx_standard   2011
</span> compiler.thread_local_storage   yes
 
 github.setup            minetest minetest 5.7.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                1
 
 # the game version could be different from the minetest version
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,10 +48,9 @@ post-extract {
</span> 
 license                 LGPL-2.1+
 categories              games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span> maintainers             @Zweihorn openmaintainer
 description             open source infinite-world block sandbox game with survival and crafting
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description        ${description} - \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description        {*}${description} - \
</span>                         Find more MT mods at <https://content.minetest.net/> and have fun.
 
 homepage                https://www.minetest.net
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/moon-buggy/Portfile b/games/moon-buggy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ef32950bb3e..f8351f96fdb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/moon-buggy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/moon-buggy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem              1.0
</span> PortGroup               github 1.0
 
 github.setup            seehuhn moon-buggy c6a7f2d6fcb478c688f7b3cf702dd43e39fad05c
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> version                 20170822
 revision                0
 license                 GPL-3
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/notpacman/Portfile b/games/notpacman/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 54104623e8b..72e641ec5af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/notpacman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/notpacman/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           love 1.0
 
 github.setup        Stabyourself notpacman 1.0.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 checksums           rmd160  bdab948722b110468437ef768af3026b04de8a48 \
                     sha256  4a2c4d84ad713f505a89a14eea5184e76ea5378eb08698da41afc6c4021ead13 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/nottetris2/Portfile b/games/nottetris2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fbda0616923..f64b291c94f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/nottetris2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/nottetris2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           love 1.0
 
 github.setup        Stabyourself nottetris2 2.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            2
 checksums           rmd160  933a9ff2ca6a56869b660704f1850a113bc35abf \
                     sha256  e2b8737e1e761174bbb0cdea403a2b7558732b682f5a1e32ea3ee956192ea88c \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/openjk/Portfile b/games/openjk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c652f1fc1c..ee3bec531e3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/openjk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/openjk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,16 +5,17 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
 github.setup        JACoders OpenJK c62c0f2d4905af9a98b7cfece4ef9591185253d1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                openjk
 version             20180401
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             GPL-2
 
 description         Community effort to maintain and improve Jedi Academy + Jedi \
                     Outcast released by Raven Software.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description}
</span> 
 checksums           rmd160  9d6d08f43670b1b5e1ddb0b83e25b4aa20066cae \
                     sha256  4065aaee45fcbe7c0b85a69a3e38f40d55873424b01f1bb9dfdd7841efc26760 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/pacvim/Portfile b/games/pacvim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 71d6b0d02a7..e9da563021a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/pacvim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/pacvim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,15 +4,16 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        jmoon018 PacVim 1.1.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                pacvim
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             GPL-3
 
 description         PacVim is a game that teaches you vim commands.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ${description} You must move pacman (the green cursor) to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    {*}${description} You must move pacman (the green cursor) to \
</span>                     highlight each word on the gameboard while avoiding the \
                     ghosts (in red).
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/pennmush/Portfile b/games/pennmush/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 152f74fc410..6266ab479d1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/pennmush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/pennmush/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        pennmush pennmush 187p0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 categories          games
 license             Artistic-1 BSD
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/pingus/Portfile b/games/pingus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 02e70664d2d..b15e0937e6b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/pingus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/pingus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,11 @@ PortGroup           boost 1.0
</span> PortGroup           github 1.0
 
 github.setup        Pingus pingus ad462706e5fc2cd5bf1cf99b2d90f88fe9e6de6e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             0.8.0-20180714
 revision            3
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             GPL-3
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/poker-eval/Portfile b/games/poker-eval/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ed285613ac4..327d3c06db5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/poker-eval/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/poker-eval/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,10 +4,11 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        v2k poker-eval ea919d1d5d038b809574beeccbf385e99fd41896
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> version             138.0
 categories          games math
 license             GPL-3+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         Library for poker hand evaluation, dev files
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/pyfa/Portfile b/games/pyfa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index affa2a788d3..d59b87b9cf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/pyfa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/pyfa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,10 +5,11 @@ PortGroup           python 1.0
</span> PortGroup           github 1.0
 
 github.setup        pyfa-org Pyfa 1.31.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> name                pyfa
 categories          games python
 license             GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         Python fitting assistant for EVE-Online
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/sl/Portfile b/games/sl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0ed3b3be247..938a29fa9dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/sl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/sl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,8 @@ PortSystem          1.0
</span> PortGroup           github 1.0
 
 github.setup        mtoyoda sl 5.02
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            2
 categories          games
 maintainers         {grimreaper @grimreaper}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/taisei/Portfile b/games/taisei/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 76633e2f09e..9d196aa28db 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/taisei/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/taisei/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github  1.0
</span> PortGroup           meson   1.0
 
 github.setup        taisei-project taisei 1.4.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            0
 fetch.type          git
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/teg/Portfile b/games/teg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7bfb81db67..4576d46128d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/teg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/teg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,8 @@ PortGroup           github 1.0
</span> PortGroup           yelp 1.0
 
 github.setup        wfx teg 0.12.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> categories          games
 license             GPL-2
 maintainers         nomaintainer
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/tuxtype/Portfile b/games/tuxtype/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0e13d67f316..20c5d0843ea 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/tuxtype/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/tuxtype/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           app 1.0
</span> PortGroup           github 1.0
 
 github.setup        tux4kids tuxtype 1.8.3 upstream/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            1
 categories          games education
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 
 description         Learn to type with Tux, the Linux Penguin!
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/wesnoth/Portfile b/games/wesnoth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dd9a73753fc..bb70b2484ee 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/wesnoth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/wesnoth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,8 @@ PortGroup               cmake 1.1
</span> PortGroup               app 1.0
 
 github.setup            wesnoth wesnoth 1.16.12
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from     tarball
</span> revision                0
 checksums               rmd160  8cb290ae1451d4dea2665baae6e99999d0e7cba0 \
                         sha256  1ebb0ec3f7d90ec1edf61710253a05ff5b04d7068a1d48d29b0e6318c946b966 \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/widelands/Portfile b/games/widelands/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ff7ecdab8fd..f1fcd692240 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/widelands/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/widelands/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,18 +38,22 @@ if {${subport} eq ${name}} {
</span> 
     # release
     github.setup        widelands widelands 1.2.1 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.tarball_from tarball
</span>     revision            1
     checksums           rmd160  b30a8587648903edf58ccc5df869630f3c320ab2 \
                         sha256  f80c2c967f87607d8600360df0aeca2ae8496f6ffb9e15f63026fc2aacb49913 \
                         size    457855557
     conflicts           ${name}-devel
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description ${description}: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description {*}${description}: \
</span>         Widelands is a real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
 } else {
 
     # devel
     github.setup        widelands widelands 91330ae84c4851c109b2f4007b0059dccffb7754
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.tarball_from tarball
</span>     version             20241214
     revision            1
     checksums           rmd160  ad3f1445e0e8892f4a9407e31abfb7439192ad2d \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,7 +62,7 @@ if {${subport} eq ${name}} {
</span> 
     conflicts           ${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description ${description}: \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description {*}${description}: \
</span>         This port follows the master version of ${name}, which is typically updated every few weeks.
 }
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/xqf/Portfile b/games/xqf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a5bc621b3b2..7bb07f3e715 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/xqf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/xqf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,9 +5,10 @@ PortGroup           active_variants 1.1
</span> PortGroup           github 1.0
 
 github.setup        XQF xqf 1.0.6.2 xqf-
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Change github.tarball_from to 'releases' or 'archive' next update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.tarball_from tarball
</span> revision            2
 categories          games
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> maintainers         nomaintainer
 license             GPL-2+
 
</pre><pre style='margin:0'>

</pre>