Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 06:21:53 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371421 - in head/games/openttd: . files
Message-ID:  <201410240621.s9O6Lr3q024488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Oct 24 06:21:52 2014
New Revision: 371421
URL: https://svnweb.freebsd.org/changeset/ports/371421
QAT: https://qat.redports.org/buildarchive/r371421/

Log:
  - Update OpenTTD to version 1.4.4
  - Mention that one can copy game data files to ~/.openttd/data/ rather
    than %%DATADIR%%/data/ (and thus avoid polluting system domain)

Modified:
  head/games/openttd/Makefile
  head/games/openttd/distinfo
  head/games/openttd/files/pkg-message.in

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Fri Oct 24 06:00:12 2014	(r371420)
+++ head/games/openttd/Makefile	Fri Oct 24 06:21:52 2014	(r371421)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	openttd
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	games
 MASTER_SITES=	http://gb.binaries.openttd.org/binaries/releases/${PORTVERSION}/ \
 		http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \

Modified: head/games/openttd/distinfo
==============================================================================
--- head/games/openttd/distinfo	Fri Oct 24 06:00:12 2014	(r371420)
+++ head/games/openttd/distinfo	Fri Oct 24 06:21:52 2014	(r371421)
@@ -1,2 +1,2 @@
-SHA256 (openttd-1.4.3-source.tar.xz) = 11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd
-SIZE (openttd-1.4.3-source.tar.xz) = 6670560
+SHA256 (openttd-1.4.4-source.tar.xz) = 70f430b883c44f5e62111ea2dfd83f4e1c67835d8cd40dbb73bf89becac2d3f7
+SIZE (openttd-1.4.4-source.tar.xz) = 6342508

Modified: head/games/openttd/files/pkg-message.in
==============================================================================
--- head/games/openttd/files/pkg-message.in	Fri Oct 24 06:00:12 2014	(r371420)
+++ head/games/openttd/files/pkg-message.in	Fri Oct 24 06:21:52 2014	(r371421)
@@ -2,7 +2,8 @@
 
     OpenTTD requires the original Windows version of "Transport Tycoon
     Deluxe" data files in order to function.  Copy the following files
-    to %%DATADIR%%/data/ directory:
+    to %%DATADIR%%/data/ (or better, $HOME/.openttd/data/)
+    directory:
 
 	sample.cat
 	trg1r.grf



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