svn commit: r564287 - head/games/fheroes2

Piotr Kubaj pkubaj at FreeBSD.org
Sat Feb 6 20:47:01 UTC 2021


Author: pkubaj
Date: Sat Feb  6 20:46:55 2021
New Revision: 564287
URL: https://svnweb.freebsd.org/changeset/ports/564287

Log:
  games/fheroes2: update to 0.9
  
  Changelog:
  * Greatly improve AI logic for kingdom management and battles
  * Fix many drawings and logic issues for battles
  * Add touchpad support
  * Speed up drawings for World Map by 10%
  * Add highlighted area for mass spells in battles
  * Add extra army split logic
  * Over 100 bugs fixed since 0.8.4 release

Modified:
  head/games/fheroes2/Makefile
  head/games/fheroes2/distinfo

Modified: head/games/fheroes2/Makefile
==============================================================================
--- head/games/fheroes2/Makefile	Sat Feb  6 20:46:52 2021	(r564286)
+++ head/games/fheroes2/Makefile	Sat Feb  6 20:46:55 2021	(r564287)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fheroes2
-PORTVERSION=	0.8.4
+PORTVERSION=	0.9
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj at FreeBSD.org

Modified: head/games/fheroes2/distinfo
==============================================================================
--- head/games/fheroes2/distinfo	Sat Feb  6 20:46:52 2021	(r564286)
+++ head/games/fheroes2/distinfo	Sat Feb  6 20:46:55 2021	(r564287)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611008559
-SHA256 (ihhub-fheroes2-0.8.4_GH0.tar.gz) = 0fbf9a4db11c99d1e1fa5b7cc47c17cf88fc83fcd298c7fc02c44a27ad44087f
-SIZE (ihhub-fheroes2-0.8.4_GH0.tar.gz) = 3774635
+TIMESTAMP = 1612610468
+SHA256 (ihhub-fheroes2-0.9_GH0.tar.gz) = a73391677cbafd01076867246e58367cbd22f749a9e43e5dcb4ff48387f169ae
+SIZE (ihhub-fheroes2-0.9_GH0.tar.gz) = 4118232


More information about the svn-ports-all mailing list