git: f7f39a72b191 - main - games/fheroes2: update to 0.9.6
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Aug 6 19:17:26 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7f39a72b191ea1a7625866090e7ec14a5023093
commit f7f39a72b191ea1a7625866090e7ec14a5023093
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-08-06 19:17:01 +0000
Commit: Piotr Kubaj <pkubaj at 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 at 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
More information about the dev-commits-ports-all
mailing list