- Update to 5.1.0

This commit is contained in:
Dmitry Marakasov 2019-11-21 11:25:52 +00:00
parent 2d11c66fd0
commit 059de3bd87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518093
3 changed files with 14 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= minetest
PORTVERSION= 5.0.1
PORTVERSION= 5.1.0
CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1554132616
SHA256 (minetest-minetest-5.0.1_GH0.tar.gz) = aa771cf178ad1b436d5723e5d6dd24e42b5d56f1cfe9c930f6426b7f24bb1635
SIZE (minetest-minetest-5.0.1_GH0.tar.gz) = 8761122
TIMESTAMP = 1571678906
SHA256 (minetest-minetest-5.1.0_GH0.tar.gz) = ca53975eecf6a39383040658f41d697c8d7f8d5fe9176460f564979c73b53906
SIZE (minetest-minetest-5.1.0_GH0.tar.gz) = 8939376

View File

@ -0,0 +1,10 @@
--- src/main.cpp.orig 2019-10-23 17:11:31 UTC
+++ src/main.cpp
@@ -17,6 +17,7 @@ with this program; if not, write to the Free Software
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "irrlichttypes.h"
#include "irrlicht.h" // createDevice
#include "irrlichttypes_extrabloated.h"
#include "chat_interface.h"