svn commit: r567319 - head/games/fheroes2

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 4 15:30:30 UTC 2021


Author: pkubaj
Date: Thu Mar  4 15:30:29 2021
New Revision: 567319
URL: https://svnweb.freebsd.org/changeset/ports/567319

Log:
  games/fheroes2: update to 0.9.1
  
  Changelog:
  * Add View World support
  * Add progressive Campaign support
  * Add touchpad support
  * Speed up drawings for World Map by 5% and reduce memory usage by 10%
  * Add Fast Battle option
  * Improve AI and battle logic
  * Add Window resizing on SDL 2
  * Over 50 bugs fixed since 0.9.0 release

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

Modified: head/games/fheroes2/Makefile
==============================================================================
--- head/games/fheroes2/Makefile	Thu Mar  4 15:00:52 2021	(r567318)
+++ head/games/fheroes2/Makefile	Thu Mar  4 15:30:29 2021	(r567319)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fheroes2
-PORTVERSION=	0.9
+PORTVERSION=	0.9.1
 CATEGORIES=	games
 
 MAINTAINER=	pkubaj at FreeBSD.org

Modified: head/games/fheroes2/distinfo
==============================================================================
--- head/games/fheroes2/distinfo	Thu Mar  4 15:00:52 2021	(r567318)
+++ head/games/fheroes2/distinfo	Thu Mar  4 15:30:29 2021	(r567319)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612610468
-SHA256 (ihhub-fheroes2-0.9_GH0.tar.gz) = a73391677cbafd01076867246e58367cbd22f749a9e43e5dcb4ff48387f169ae
-SIZE (ihhub-fheroes2-0.9_GH0.tar.gz) = 4118232
+TIMESTAMP = 1614867355
+SHA256 (ihhub-fheroes2-0.9.1_GH0.tar.gz) = 2c71cb4d720c0b7d659660dada35c8275bdc4a3f8839b18615b387a874a21c03
+SIZE (ihhub-fheroes2-0.9.1_GH0.tar.gz) = 4429620


More information about the svn-ports-head mailing list