git: ff34c6d4e817 - main - games/fheroes2: update to 0.9.7

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 5 22:56:29 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff34c6d4e817f8e381bd4c2f830a6c965d14de88

commit ff34c6d4e817f8e381bd4c2f830a6c965d14de88
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-09-05 22:54:42 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-09-05 22:54:42 +0000

    games/fheroes2: update to 0.9.7
    
    Changelog:
    * Add basic German translation support and heavy update French and Polish translations
    * Add missing Farm image part in Knight castle and modify Captain Quarters in Necromancer town
    * Add AI hero classes for more efficient task distribution
    * Fix multiple issues with combat logic for pathfinding and AI
    * Fix object passabilities and incorrect rendering on World Map
    * Over 60 bugs fixed since 0.9.6 release
---
 games/fheroes2/Makefile | 5 +++--
 games/fheroes2/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile
index 115ddeaf0413..f8b7d6967348 100644
--- a/games/fheroes2/Makefile
+++ b/games/fheroes2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fheroes2
-PORTVERSION=	0.9.6
+PORTVERSION=	0.9.7
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj at FreeBSD.org
@@ -19,7 +19,8 @@ SHEBANG_FILES=	script/demo/demo_unix.sh
 
 OPTIONS_DEFINE=	DOCS
 
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		${DATADIR}/files/data/resurrection.h2d
 PORTDOCS=	LICENSE \
 		README.txt \
 		changelog.txt \
diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo
index 6a8da63dacc1..4b701b62eea9 100644
--- a/games/fheroes2/distinfo
+++ b/games/fheroes2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628275782
-SHA256 (ihhub-fheroes2-0.9.6_GH0.tar.gz) = 76014178362661c4a82f09fccea2a29cb0cb85a681ef65d1722ed2ff0a2f3ee9
-SIZE (ihhub-fheroes2-0.9.6_GH0.tar.gz) = 3179029
+TIMESTAMP = 1630881603
+SHA256 (ihhub-fheroes2-0.9.7_GH0.tar.gz) = 02e777485906b8112636173c7e241d2824b2dce7707b5ebf6b3bab70ea9865f7
+SIZE (ihhub-fheroes2-0.9.7_GH0.tar.gz) = 3236037


More information about the dev-commits-ports-main mailing list