mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
games/fheroes2: update to 0.9.5
Add Monster Description for every creature with special abilitiess Fix passability rules for all objects on World Map Greatly improve AI behavior on World Map: object interaction, task planning and object value calculations Fix multiple logical cases occured on World Map with object interaction Add continuous scrolling of scrollbars Over 70 bugs fixed since 0.9.4 release
This commit is contained in:
parent
ad4380fd84
commit
118bb5c999
@ -1,6 +1,5 @@
|
||||
PORTNAME= fheroes2
|
||||
PORTVERSION= 0.9.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= pkubaj@FreeBSD.org
|
||||
@ -11,15 +10,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
USES= cmake gettext-tools iconv localbase:ldflags pkgconfig sdl
|
||||
USES= cmake gettext-tools iconv localbase:ldflags pkgconfig sdl \
|
||||
shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ihhub
|
||||
USE_SDL= image2 mixer2 sdl2 ttf2
|
||||
SHEBANG_FILES= script/demo/demo_unix.sh
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= README.txt \
|
||||
changelog.txt
|
||||
PORTDOCS= LICENSE \
|
||||
README.txt \
|
||||
changelog.txt \
|
||||
demo/demo_unix.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1622796617
|
||||
SHA256 (ihhub-fheroes2-0.9.4_GH0.tar.gz) = e2a02219fcfb38132ce3f7b0ebd94bedf2fab6ab73043c170e2461829deb2a5f
|
||||
SIZE (ihhub-fheroes2-0.9.4_GH0.tar.gz) = 4530495
|
||||
TIMESTAMP = 1625477065
|
||||
SHA256 (ihhub-fheroes2-0.9.5_GH0.tar.gz) = 74bababe4f00cd3a44ac0e33dd8c8fb1309febec3c4c985daf8d81b82aea4b3b
|
||||
SIZE (ihhub-fheroes2-0.9.5_GH0.tar.gz) = 4123289
|
||||
|
Loading…
Reference in New Issue
Block a user