Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2023 17:27:19 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dfe880063432 - main - games/NBlood: update to r13668
Message-ID:  <202308041727.374HRJtF026420@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit dfe880063432316e69c4d843f1cd482cb00d4221
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-04 17:26:44 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-04 17:27:17 +0000

    games/NBlood: update to r13668
---
 games/NBlood/Makefile | 8 +++-----
 games/NBlood/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/games/NBlood/Makefile b/games/NBlood/Makefile
index 0b14481eac96..6655e1ce2494 100644
--- a/games/NBlood/Makefile
+++ b/games/NBlood/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	NBlood
-DISTVERSION=	g20220924
-PORTREVISION=	1
+DISTVERSION=	r13668
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj@FreeBSD.org
@@ -22,19 +21,18 @@ LIB_DEPENDS=	libvpx.so:multimedia/libvpx \
 USES=		compiler:c++14-lang gl gmake pkgconfig sdl
 USE_GITHUB=	yes
 GH_ACCOUNT=	nukeykt
-GH_TAGNAME=	57dbe1d
 USE_GL=		glu
 USE_SDL=	sdl2
 
 MAKEFILE=	GNUmakefile
-MAKE_ARGS=	CC=${CC} CXX=${CXX}
+MAKE_ARGS=	CC=${CC} CXX=${CXX} CLANG=1
 PLIST_FILES=	bin/pcexhumed \
 		bin/nblood \
 		bin/rednukem
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
+.if ${ARCH} == riscv64
 MAKE_ARGS+=	LTO=0
 .endif
 
diff --git a/games/NBlood/distinfo b/games/NBlood/distinfo
index 04681ed42c31..40c416d31bf3 100644
--- a/games/NBlood/distinfo
+++ b/games/NBlood/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664224436
-SHA256 (nukeykt-NBlood-g20220924-57dbe1d_GH0.tar.gz) = 2043b96ecff20d13d92f78036396b0e1fbebb4645b8261c32b6ff76064954171
-SIZE (nukeykt-NBlood-g20220924-57dbe1d_GH0.tar.gz) = 43503038
+TIMESTAMP = 1691135926
+SHA256 (nukeykt-NBlood-r13668_GH0.tar.gz) = abfeb698f3a83c989d88fc8b06694e00dd3f44ff31b89b78f5a01019d8bb2355
+SIZE (nukeykt-NBlood-r13668_GH0.tar.gz) = 38818987



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