aboutsummaryrefslogtreecommitdiff
path: root/games/minetest_game
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-07-31 22:51:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-07-31 22:51:11 +0000
commit80c5da2c004ceaf566f98eedaf12b1c65085549f (patch)
tree9cb9e57c14f90c7ce288cd3b80837f35de7e56d4 /games/minetest_game
parent3b7ec549cd4c363c05ae51bf94f95b87c1d14603 (diff)
downloadports-80c5da2c004ceaf566f98eedaf12b1c65085549f.tar.gz
ports-80c5da2c004ceaf566f98eedaf12b1c65085549f.zip
- Update to 5.0.1
- Install examples and more documentation - Update LICENSE - Update WWW PR: 238064 Submitted by: crwhipp@gmail.com
Notes
Notes: svn path=/head/; revision=507743
Diffstat (limited to 'games/minetest_game')
-rw-r--r--games/minetest_game/Makefile20
-rw-r--r--games/minetest_game/distinfo6
-rw-r--r--games/minetest_game/pkg-descr2
3 files changed, 18 insertions, 10 deletions
diff --git a/games/minetest_game/Makefile b/games/minetest_game/Makefile
index b2f2ae4cf94e..cf7b37cec1d8 100644
--- a/games/minetest_game/Makefile
+++ b/games/minetest_game/Makefile
@@ -2,13 +2,15 @@
# $FreeBSD$
PORTNAME= minetest_game
-PORTVERSION= 0.4.17
+PORTVERSION= 5.0.1
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= The main game for the Minetest game engine
-LICENSE= LGPL21+
+LICENSE= LGPL21+ CC-BY-SA-3.0
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= minetest:games/minetest
@@ -19,16 +21,22 @@ NO_BUILD= yes
NO_ARCH= yes
DATADIR= ${PREFIX}/share/minetest/games/${PORTNAME}
PORTDATA= *
-PORTDOCS= *
+PORTDOCS= README.txt game_api.txt schematic_tables.txt settingtypes.txt
+PORTEXAMPLES= *
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} "game.conf menu mods" ${STAGEDIR}${DATADIR}/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}/
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
+.endfor
+
+do-install-EXAMPLES-on:
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/minetest.conf.example ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>
diff --git a/games/minetest_game/distinfo b/games/minetest_game/distinfo
index 7985c7349baf..ae9e0e37bd14 100644
--- a/games/minetest_game/distinfo
+++ b/games/minetest_game/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528129310
-SHA256 (minetest-minetest_game-0.4.17_GH0.tar.gz) = f0ab07cb47c1540b2016bf76a36e2eec28b0ea7827bf66fc5447e0c5e5d4495d
-SIZE (minetest-minetest_game-0.4.17_GH0.tar.gz) = 1356784
+TIMESTAMP = 1564435037
+SHA256 (minetest-minetest_game-5.0.1_GH0.tar.gz) = 965d2cf3ac8c822bc9e60fb8f508182fb2f24dde46f46b000caf225ebe2ec519
+SIZE (minetest-minetest_game-5.0.1_GH0.tar.gz) = 1509625
diff --git a/games/minetest_game/pkg-descr b/games/minetest_game/pkg-descr
index 688233e0d5a6..037a41d5874f 100644
--- a/games/minetest_game/pkg-descr
+++ b/games/minetest_game/pkg-descr
@@ -1,3 +1,3 @@
The main game for the Minetest game engine.
-WWW: http://www.minetest.net/
+WWW: https://www.minetest.net/