Skip to content

Commit

Permalink
games/NBlood: update to r13668
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 4, 2023
1 parent 5bc05c2 commit dfe8800
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions games/NBlood/Makefile
@@ -1,6 +1,5 @@
PORTNAME= NBlood
DISTVERSION= g20220924
PORTREVISION= 1
DISTVERSION= r13668
CATEGORIES= games

MAINTAINER= pkubaj@FreeBSD.org
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit dfe8800

Please sign in to comment.