svn commit: r531844 - head/games/openttd

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 16 12:19:23 UTC 2020


Author: danfe
Date: Thu Apr 16 12:19:22 2020
New Revision: 531844
URL: https://svnweb.freebsd.org/changeset/ports/531844

Log:
  Update OpenTTD to version 1.10.1, mandatory bugfix release.
  
  Some server administrators complained about us breaking the admin
  port protocol.  Sorry about that, we're bringing the old protocol
  back now, your old tools will now work again.
  
  Someone also found two crash bugs to fix, game script goal question
  id's being truncated, and a display issue when refitting incredibly
  large trains.
  
  Found out via:	repology.org

Modified:
  head/games/openttd/Makefile
  head/games/openttd/distinfo

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Thu Apr 16 11:37:43 2020	(r531843)
+++ head/games/openttd/Makefile	Thu Apr 16 12:19:22 2020	(r531844)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openttd
-DISTVERSION=	1.10.0
+DISTVERSION=	1.10.1
 CATEGORIES=	games
 MASTER_SITES=	https://proxy.binaries.openttd.org/openttd-releases/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-source

Modified: head/games/openttd/distinfo
==============================================================================
--- head/games/openttd/distinfo	Thu Apr 16 11:37:43 2020	(r531843)
+++ head/games/openttd/distinfo	Thu Apr 16 12:19:22 2020	(r531844)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585730612
-SHA256 (openttd-1.10.0-source.tar.xz) = 1ba21aac9a1de98b23f80fee952b4b9c5e2d3cc4ac187f5203730826b3f0e253
-SIZE (openttd-1.10.0-source.tar.xz) = 6801228
+TIMESTAMP = 1586805645
+SHA256 (openttd-1.10.1-source.tar.xz) = 0d22a3c50f7a321f4f211594f4987ac16c381e8e3e40f116848e63e91e7fbb9b
+SIZE (openttd-1.10.1-source.tar.xz) = 6741548


More information about the svn-ports-all mailing list