Permalink
Browse files
minetest: update to 5.0.1
- Loading branch information
Showing
with
9 additions
and
9 deletions.
-
+9
−9
games/minetest/Portfile
|
|
@@ -4,12 +4,12 @@ PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup cmake 1.1 |
|
|
|
|
|
github.setup minetest minetest 0.4.17.1 |
|
|
revision 1 |
|
|
github.setup minetest minetest 5.0.1 |
|
|
revision 0 |
|
|
|
|
|
# new wrinkle -- the game version can be different than the minetest version |
|
|
# (although it will most often be the same) |
|
|
set game_version 0.4.17 |
|
|
set game_version 5.0.1 |
|
|
|
|
|
# have to do some shenanigans to add on more files to a github portgroup download |
|
|
# cache the preset distfiles delivered by the github PG |
|
|
@@ -26,13 +26,13 @@ master_sites ${github.master_sites}:main \ |
|
|
${game_mastersite}:game |
|
|
|
|
|
checksums ${main_distfile} \ |
|
|
rmd160 cf84bac8b425a63b90ffa6e6361e45b547af2fa4 \ |
|
|
sha256 f9e31285b90df365ea33b2e9430da4670e0ccc4ab13c629cd92cb3b90e5791dc \ |
|
|
size 7758719 \ |
|
|
rmd160 01984b592d7ae5a834257488cb3fdbd30aa94d2d \ |
|
|
sha256 a49669f1c141ad2aeaf040833186bca8124d064b6b63ce9382b948f4d61eab8a \ |
|
|
size 8761656 \ |
|
|
${game_distfile} \ |
|
|
rmd160 eb9929bfa3f0c4559e5638df5cff85fb8b893671 \ |
|
|
sha256 f0ab07cb47c1540b2016bf76a36e2eec28b0ea7827bf66fc5447e0c5e5d4495d \ |
|
|
size 1356784 |
|
|
rmd160 94b2763a7e2c2a162866cb545c6746d79dfdd39c \ |
|
|
sha256 965d2cf3ac8c822bc9e60fb8f508182fb2f24dde46f46b000caf225ebe2ec519 \ |
|
|
size 1509625 |
|
|
|
|
|
# rename directory - had to steal this out of the github portgroup |
|
|
post-extract { |
|
|
|