mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
games/blockattack: Update to 2.9.1
Pet portlint, portfmt, portclippy. Submitter takes maintainership. PR: 284717
This commit is contained in:
parent
2a21be7068
commit
e6ab6f3453
3 changed files with 14 additions and 14 deletions
|
@ -1,26 +1,26 @@
|
||||||
PORTNAME= blockattack
|
PORTNAME= blockattack
|
||||||
DISTVERSIONPREFIX= v.
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.9.0
|
DISTVERSION= 2.9.1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= nxjoseph@protonmail.com
|
||||||
COMMENT= Puzzle game inspired by Tetris
|
COMMENT= Puzzle game inspired by Tetris
|
||||||
WWW= https://blockattack.net/
|
WWW= https://blockattack.net/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= zip:archivers/zip \
|
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
|
||||||
boost-libs>0:devel/boost-libs
|
zip:archivers/zip
|
||||||
LIB_DEPENDS= libphysfs.so:devel/physfs
|
LIB_DEPENDS= libphysfs.so:devel/physfs
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext localbase:ldflags \
|
USES= cmake compiler:c++11-lib gettext-tools localbase:ldflags \
|
||||||
pkgconfig sdl shebangfix
|
pkgconfig sdl shebangfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_SDL= image2 mixer2 ttf2
|
|
||||||
GH_PROJECT= ${PORTNAME}-game
|
GH_PROJECT= ${PORTNAME}-game
|
||||||
|
USE_SDL= image2 mixer2 ttf2
|
||||||
SHEBANG_FILES= packdata.sh source/misc/translation/*.sh
|
SHEBANG_FILES= packdata.sh source/misc/translation/*.sh
|
||||||
bash_CMD= /bin/sh
|
bash_CMD= ${SH}
|
||||||
CMAKE_ON= Boost_USE_STATIC_LIBS
|
CMAKE_ON= Boost_USE_STATIC_LIBS
|
||||||
LDFLAGS+= -lintl
|
LDFLAGS+= -lintl
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ post-patch:
|
||||||
|
|
||||||
post-build:
|
post-build:
|
||||||
# Generate game data and translations
|
# Generate game data and translations
|
||||||
@(cd ${WRKSRC} && ${WRKSRC}/packdata.sh)
|
@(cd ${WRKSRC} && \
|
||||||
|
${WRKSRC}/packdata.sh)
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1715273719
|
TIMESTAMP = 1739208562
|
||||||
SHA256 (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 35e60575c2b93205baecfef3d47970ef9153a72d074a3cffebbea75645e4db9e
|
SHA256 (blockattack-blockattack-game-v2.9.1_GH0.tar.gz) = 41d10426adb225aa4956286d724f09f0494280c8b077b6b063e84b41e1e2903b
|
||||||
SIZE (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 7980546
|
SIZE (blockattack-blockattack-game-v2.9.1_GH0.tar.gz) = 7980459
|
||||||
|
|
|
@ -19,7 +19,6 @@ Features:
|
||||||
- Custom keymapping
|
- Custom keymapping
|
||||||
- High scores are saved
|
- High scores are saved
|
||||||
- Gamepad support
|
- Gamepad support
|
||||||
- Mouse support
|
- Mouse/Touch support
|
||||||
- Touch support
|
|
||||||
- Music and sound effects
|
- Music and sound effects
|
||||||
- Animations
|
- Animations
|
||||||
|
|
Loading…
Add table
Reference in a new issue