Date: Mon, 5 Jul 2021 15:59:32 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 118bb5c99927 - main - games/fheroes2: update to 0.9.5 Message-ID: <202107051559.165FxWmR065464@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=118bb5c99927b2721cee83227fa063d732a6cb58 commit 118bb5c99927b2721cee83227fa063d732a6cb58 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-07-05 15:56:17 +0000 Commit: Piotr Kubaj <pkubaj@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107051559.165FxWmR065464>