From owner-dev-commits-ports-main@freebsd.org Fri Aug 6 19:17:26 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 6BCCE65D3E4; Fri, 6 Aug 2021 19:17:26 +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 4GhFbp2Dd9z3Hps; Fri, 6 Aug 2021 19:17:26 +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 353AE133DD; Fri, 6 Aug 2021 19:17:26 +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 176JHQoj030259; Fri, 6 Aug 2021 19:17:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 176JHQtt030258; Fri, 6 Aug 2021 19:17:26 GMT (envelope-from git) Date: Fri, 6 Aug 2021 19:17:26 GMT Message-Id: <202108061917.176JHQtt030258@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: f7f39a72b191 - main - games/fheroes2: update to 0.9.6 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: f7f39a72b191ea1a7625866090e7ec14a5023093 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: Fri, 06 Aug 2021 19:17:26 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7f39a72b191ea1a7625866090e7ec14a5023093 commit f7f39a72b191ea1a7625866090e7ec14a5023093 Author: Piotr Kubaj AuthorDate: 2021-08-06 19:17:01 +0000 Commit: Piotr Kubaj CommitDate: 2021-08-06 19:17:01 +0000 games/fheroes2: update to 0.9.6 Add correct translation support with updates for French, Russian and Polish languages Add Nintendo Switch support Add UI option to change game language dynamically as well as game resolution Add cursor shadow display for attacking 2-hex monsters Over 60 bugs fixed since 0.9.5 release --- games/fheroes2/Makefile | 2 +- games/fheroes2/distinfo | 6 +++--- games/fheroes2/files/patch-src_Makefile.bsd | 9 --------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/games/fheroes2/Makefile b/games/fheroes2/Makefile index fd85ebd6eadb..115ddeaf0413 100644 --- a/games/fheroes2/Makefile +++ b/games/fheroes2/Makefile @@ -1,5 +1,5 @@ PORTNAME= fheroes2 -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/fheroes2/distinfo b/games/fheroes2/distinfo index 5d4614174fcb..6a8da63dacc1 100644 --- a/games/fheroes2/distinfo +++ b/games/fheroes2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625477065 -SHA256 (ihhub-fheroes2-0.9.5_GH0.tar.gz) = 74bababe4f00cd3a44ac0e33dd8c8fb1309febec3c4c985daf8d81b82aea4b3b -SIZE (ihhub-fheroes2-0.9.5_GH0.tar.gz) = 4123289 +TIMESTAMP = 1628275782 +SHA256 (ihhub-fheroes2-0.9.6_GH0.tar.gz) = 76014178362661c4a82f09fccea2a29cb0cb85a681ef65d1722ed2ff0a2f3ee9 +SIZE (ihhub-fheroes2-0.9.6_GH0.tar.gz) = 3179029 diff --git a/games/fheroes2/files/patch-src_Makefile.bsd b/games/fheroes2/files/patch-src_Makefile.bsd deleted file mode 100644 index 414702e5c6f8..000000000000 --- a/games/fheroes2/files/patch-src_Makefile.bsd +++ /dev/null @@ -1,9 +0,0 @@ ---- src/Makefile.bsd.orig 2021-01-18 22:40:40 UTC -+++ src/Makefile.bsd -@@ -1,5 +1,5 @@ - AR := ar --CXX := g++ -+CXX := c++ - LIBS := $(LIBS) -L/usr/local/lib - - ifndef WITHOUT_UNICODE