From owner-dev-commits-ports-main@freebsd.org Sun Sep 5 22:56:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B34C6639CD; Sun, 5 Sep 2021 22:56:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H2n2j3Ln6z4TRX; Sun, 5 Sep 2021 22:56:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FA8713967; Sun, 5 Sep 2021 22:56:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 185MuTvt099124; Sun, 5 Sep 2021 22:56:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 185MuT17099123; Sun, 5 Sep 2021 22:56:29 GMT (envelope-from git) Date: Sun, 5 Sep 2021 22:56:29 GMT Message-Id: <202109052256.185MuT17099123@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: ff34c6d4e817 - main - games/fheroes2: update to 0.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ff34c6d4e817f8e381bd4c2f830a6c965d14de88 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2021 22:56:29 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff34c6d4e817f8e381bd4c2f830a6c965d14de88 commit ff34c6d4e817f8e381bd4c2f830a6c965d14de88 Author: Piotr Kubaj AuthorDate: 2021-09-05 22:54:42 +0000 Commit: Piotr Kubaj 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@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