mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -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
|
||||
DISTVERSIONPREFIX= v.
|
||||
DISTVERSION= 2.9.0
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.9.1
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= nxjoseph@protonmail.com
|
||||
COMMENT= Puzzle game inspired by Tetris
|
||||
WWW= https://blockattack.net/
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= zip:archivers/zip \
|
||||
boost-libs>0:devel/boost-libs
|
||||
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
|
||||
zip:archivers/zip
|
||||
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
|
||||
USE_GITHUB= yes
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
GH_PROJECT= ${PORTNAME}-game
|
||||
USE_SDL= image2 mixer2 ttf2
|
||||
SHEBANG_FILES= packdata.sh source/misc/translation/*.sh
|
||||
bash_CMD= /bin/sh
|
||||
bash_CMD= ${SH}
|
||||
CMAKE_ON= Boost_USE_STATIC_LIBS
|
||||
LDFLAGS+= -lintl
|
||||
|
||||
|
@ -35,6 +35,7 @@ post-patch:
|
|||
|
||||
post-build:
|
||||
# Generate game data and translations
|
||||
@(cd ${WRKSRC} && ${WRKSRC}/packdata.sh)
|
||||
@(cd ${WRKSRC} && \
|
||||
${WRKSRC}/packdata.sh)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1715273719
|
||||
SHA256 (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 35e60575c2b93205baecfef3d47970ef9153a72d074a3cffebbea75645e4db9e
|
||||
SIZE (blockattack-blockattack-game-v.2.9.0_GH0.tar.gz) = 7980546
|
||||
TIMESTAMP = 1739208562
|
||||
SHA256 (blockattack-blockattack-game-v2.9.1_GH0.tar.gz) = 41d10426adb225aa4956286d724f09f0494280c8b077b6b063e84b41e1e2903b
|
||||
SIZE (blockattack-blockattack-game-v2.9.1_GH0.tar.gz) = 7980459
|
||||
|
|
|
@ -19,7 +19,6 @@ Features:
|
|||
- Custom keymapping
|
||||
- High scores are saved
|
||||
- Gamepad support
|
||||
- Mouse support
|
||||
- Touch support
|
||||
- Mouse/Touch support
|
||||
- Music and sound effects
|
||||
- Animations
|
||||
|
|
Loading…
Add table
Reference in a new issue