git: 118bb5c99927 - main - games/fheroes2: update to 0.9.5
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jul 5 15:59:32 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=118bb5c99927b2721cee83227fa063d732a6cb58
commit 118bb5c99927b2721cee83227fa063d732a6cb58
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-05 15:56:17 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-05 15:56:17 +0000
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
---
games/fheroes2/Makefile | 13 ++++++++-----
games/fheroes2/distinfo | 6 +++---
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 at 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
More information about the dev-commits-ports-all
mailing list