Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Aug 2021 19:17:26 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: f7f39a72b191 - main - games/fheroes2: update to 0.9.6
Message-ID:  <202108061917.176JHQtt030258@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=f7f39a72b191ea1a7625866090e7ec14a5023093

commit f7f39a72b191ea1a7625866090e7ec14a5023093
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-08-06 19:17:01 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108061917.176JHQtt030258>