Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 22:51:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507743 - head/games/minetest_game
Message-ID:  <201907312251.x6VMpCEM080001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 31 22:51:11 2019
New Revision: 507743
URL: https://svnweb.freebsd.org/changeset/ports/507743

Log:
  - Update to 5.0.1
  - Install examples and more documentation
  - Update LICENSE
  - Update WWW
  
  PR:		238064
  Submitted by:	crwhipp@gmail.com

Modified:
  head/games/minetest_game/Makefile
  head/games/minetest_game/distinfo
  head/games/minetest_game/pkg-descr

Modified: head/games/minetest_game/Makefile
==============================================================================
--- head/games/minetest_game/Makefile	Wed Jul 31 22:50:15 2019	(r507742)
+++ head/games/minetest_game/Makefile	Wed Jul 31 22:51:11 2019	(r507743)
@@ -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>

Modified: head/games/minetest_game/distinfo
==============================================================================
--- head/games/minetest_game/distinfo	Wed Jul 31 22:50:15 2019	(r507742)
+++ head/games/minetest_game/distinfo	Wed Jul 31 22:51:11 2019	(r507743)
@@ -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

Modified: head/games/minetest_game/pkg-descr
==============================================================================
--- head/games/minetest_game/pkg-descr	Wed Jul 31 22:50:15 2019	(r507742)
+++ head/games/minetest_game/pkg-descr	Wed Jul 31 22:51:11 2019	(r507743)
@@ -1,3 +1,3 @@
 The main game for the Minetest game engine.
 
-WWW: http://www.minetest.net/
+WWW: https://www.minetest.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907312251.x6VMpCEM080001>