diff options
author | danfe <danfe@FreeBSD.org> | 2014-10-24 14:21:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-10-24 14:21:52 +0800 |
commit | 17763cc86ebebcac5f91858a0c17c595029a944e (patch) | |
tree | 64ce0386e4f4af2f0095289701bc15258061e243 /games/openttd | |
parent | 3a1f8b2444286f96e02d176c2871b25a6ac003a4 (diff) | |
download | freebsd-ports-gnome-17763cc86ebebcac5f91858a0c17c595029a944e.tar.gz freebsd-ports-gnome-17763cc86ebebcac5f91858a0c17c595029a944e.tar.zst freebsd-ports-gnome-17763cc86ebebcac5f91858a0c17c595029a944e.zip |
- 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)
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/Makefile | 2 | ||||
-rw-r--r-- | games/openttd/distinfo | 4 | ||||
-rw-r--r-- | games/openttd/files/pkg-message.in | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 2b40398ad327..2ea8bb2e724a 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -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}/ \ diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 331e569a3c4b..edacac37a16c 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -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 diff --git a/games/openttd/files/pkg-message.in b/games/openttd/files/pkg-message.in index 67cbf3e7c94b..573c895642c0 100644 --- a/games/openttd/files/pkg-message.in +++ b/games/openttd/files/pkg-message.in @@ -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 |