git: f41a6883bf40 - main - games/minetest: update 5.9.0 → 5.9.1

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 08 Oct 2024 00:44:16 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f41a6883bf40fbd0adfe7ec48ffc0ace468d7090

commit f41a6883bf40fbd0adfe7ec48ffc0ace468d7090
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-09-16 17:12:23 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-10-08 00:38:34 +0000

    games/minetest: update 5.9.0 → 5.9.1
---
 games/minetest/Makefile                                |  3 +--
 games/minetest/distinfo                                |  6 +++---
 games/minetest/files/patch-irr_src_CIrrDeviceLinux.cpp | 15 ---------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/games/minetest/Makefile b/games/minetest/Makefile
index 1f0197ecde40..36ca84d887a2 100644
--- a/games/minetest/Makefile
+++ b/games/minetest/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	minetest
-PORTVERSION=	5.9.0
-PORTREVISION=	1
+PORTVERSION=	5.9.1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
diff --git a/games/minetest/distinfo b/games/minetest/distinfo
index 203c9caf5d49..7c88b7e87963 100644
--- a/games/minetest/distinfo
+++ b/games/minetest/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1723465022
-SHA256 (minetest-minetest-5.9.0_GH0.tar.gz) = 070bc292a0b7fc60d7ff0a14b364c8229c5cbe38296a80f948ea2c2591545a5c
-SIZE (minetest-minetest-5.9.0_GH0.tar.gz) = 11984514
+TIMESTAMP = 1726500300
+SHA256 (minetest-minetest-5.9.1_GH0.tar.gz) = aa9a6ae57445b779f57dcba5a83b0704fabd24c5eca37c6c8611e885bdf09d7c
+SIZE (minetest-minetest-5.9.1_GH0.tar.gz) = 11957091
diff --git a/games/minetest/files/patch-irr_src_CIrrDeviceLinux.cpp b/games/minetest/files/patch-irr_src_CIrrDeviceLinux.cpp
deleted file mode 100644
index 0715079f6989..000000000000
--- a/games/minetest/files/patch-irr_src_CIrrDeviceLinux.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-https://github.com/minetest/minetest/pull/14962
-
---- irr/src/CIrrDeviceLinux.cpp.orig	2024-08-11 15:54:55 UTC
-+++ irr/src/CIrrDeviceLinux.cpp
-@@ -45,6 +45,10 @@
- #include <X11/Xcursor/Xcursor.h>
- #endif
- 
-+#ifdef _IRR_COMPILE_WITH_X11_
-+#include <unistd.h> // for getpid()
-+#endif
-+
- #if defined _IRR_COMPILE_WITH_JOYSTICK_EVENTS_
- #include <fcntl.h>
- #include <unistd.h>