svn commit: r371421 - in head/games/openttd: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Oct 24 06:21:54 UTC 2014
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
More information about the svn-ports-all
mailing list