git: d7df24a0cbe0 - main - games/NBlood: update to r14080

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 05 Aug 2024 12:15:55 UTC
The branch main has been updated by pkubaj:

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

commit d7df24a0cbe0f0f7e41b07153bb278595e8c673d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-08-05 11:53:08 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-05 12:10:34 +0000

    games/NBlood: update to r14080
---
 games/NBlood/Makefile                           |  2 +-
 games/NBlood/distinfo                           |  6 +++---
 games/NBlood/files/patch-source_build_src_lz4.c | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile
index 1ac236a7b704..e5ca0d18d205 100644
--- a/games/NBlood/Makefile
+++ b/games/NBlood/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	NBlood
-DISTVERSION=	r14062
+DISTVERSION=	r14080
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj@FreeBSD.org
diff --git a/games/NBlood/distinfo b/games/NBlood/distinfo
index 30cae00e742f..de3c73af8931 100644
--- a/games/NBlood/distinfo
+++ b/games/NBlood/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718550937
-SHA256 (nukeykt-NBlood-r14062_GH0.tar.gz) = b51dd8c99bf0ca5f5ab3868b767cbee60ed8a5cba681e8a70028b96b172da740
-SIZE (nukeykt-NBlood-r14062_GH0.tar.gz) = 36391039
+TIMESTAMP = 1722857516
+SHA256 (nukeykt-NBlood-r14080_GH0.tar.gz) = afdea882a51ffe9e40d23f22220cb328221ae9e21d2ff3949fef99ebe7d5b2dc
+SIZE (nukeykt-NBlood-r14080_GH0.tar.gz) = 36796425
diff --git a/games/NBlood/files/patch-source_build_src_lz4.c b/games/NBlood/files/patch-source_build_src_lz4.c
deleted file mode 100644
index b209a53b5433..000000000000
--- a/games/NBlood/files/patch-source_build_src_lz4.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/build/src/lz4.c.orig	2022-08-31 13:24:58 UTC
-+++ source/build/src/lz4.c
-@@ -114,7 +114,7 @@
- #endif
- 
- #define LZ4_STATIC_LINKING_ONLY  /* LZ4_DISTANCE_MAX */
--#include "lz4.h"
-+#include "my_lz4.h"
- /* see also "memory routines" below */
- 
-