aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-05 15:56:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-05 15:56:17 +0000
commit118bb5c99927b2721cee83227fa063d732a6cb58 (patch)
tree6bb53ce5fa3dcfb06f64e706739c6bbf1d5e787e
parentad4380fd84d5b1069016a57ceb8028b521090829 (diff)
downloadports-118bb5c99927b2721cee83227fa063d732a6cb58.tar.gz
ports-118bb5c99927b2721cee83227fa063d732a6cb58.zip
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
-rw-r--r--games/fheroes2/Makefile13
-rw-r--r--games/fheroes2/distinfo6
2 files changed, 11 insertions, 8 deletions
diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile
index a1df946e4049..fd85ebd6eadb 100644
--- a/games/fheroes2/Makefile
+++ b/games/fheroes2/Makefile
@@ -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>
diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo
index a4c69e6516dc..5d4614174fcb 100644
--- a/games/fheroes2/distinfo
+++ b/games/fheroes2/distinfo
@@ -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