Hi,

Below is an update to openttd-1.4.0.

Tested on i386/amd64.

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/games/openttd/Makefile,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 Makefile
--- Makefile    8 Dec 2013 14:58:32 -0000       1.34
+++ Makefile    3 Apr 2014 06:26:02 -0000
@@ -2,10 +2,10 @@
 
 COMMENT=       open source clone of the game Transport Tycoon Deluxe
 
-V =            1.3.3
+V =            1.4.0
 DISTNAME =     openttd-${V}
 EXTRACT_SUFX=  -source.tar.gz
-GFX_V=         0.4.7
+GFX_V =                0.5.0
 SFX_V=         0.2.3
 MSX_V=         0.3.1
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
@@ -65,6 +65,9 @@ EXAMPLESDIR=          ${PREFIX}/share/examples/o
 GAMEDIR=               ${PREFIX}/share/openttd
 
 FAKE_FLAGS=BUNDLE_DIR=${WRKINST}/bundle BUNDLES_DIR=${WRKINST}/bundle
+
+post-extract:
+       cd ${WRKDIR} && ${TAR} xf opengfx-${GFX_V}.tar
 
 post-install:
        ${INSTALL_DATA_DIR} ${GAMEDIR}/media
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/openttd/distinfo,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 distinfo
--- distinfo    8 Dec 2013 14:58:32 -0000       1.18
+++ distinfo    3 Apr 2014 06:26:02 -0000
@@ -1,8 +1,8 @@
-SHA256 (openttd/opengfx-0.4.7.zip) = 
EAMsaD+YtNN4wGURGKSFiubT8KUFkwLcP5a/v83GckE=
+SHA256 (openttd/opengfx-0.5.0.zip) = 
RAzQrUDxfBgL8aM5+tWgbJzcCk5oDdH41eSqcg1LUxo=
 SHA256 (openttd/openmsx-0.3.1.zip) = 
kuKTronxOtZ59DGF6D+4H7jK1H/mP0rz09n5VRMEYPU=
 SHA256 (openttd/opensfx-0.2.3.zip) = 
NXR0WsDBOLrlO1aXJZHbjXeK2fr/1R3q43pIpWPnFmI=
-SHA256 (openttd/openttd-1.3.3-source.tar.gz) = 
oh+fUyGscP/SwNu7UgIfANSlX2aVHhSOCP3N5EdcLVw=
-SIZE (openttd/opengfx-0.4.7.zip) = 3471843
+SHA256 (openttd/openttd-1.4.0-source.tar.gz) = 
vFC79XPAeZvc27U7OmvQkbmI+N8L95wOce8+uxEtzpw=
+SIZE (openttd/opengfx-0.5.0.zip) = 3468612
 SIZE (openttd/openmsx-0.3.1.zip) = 136981
 SIZE (openttd/opensfx-0.2.3.zip) = 11144025
-SIZE (openttd/openttd-1.3.3-source.tar.gz) = 9643325
+SIZE (openttd/openttd-1.4.0-source.tar.gz) = 10043877
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/openttd/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 PLIST
--- pkg/PLIST   24 Sep 2013 06:33:02 -0000      1.18
+++ pkg/PLIST   3 Apr 2014 06:26:02 -0000
@@ -9,6 +9,7 @@ share/doc/openttd/Readme_OS2.txt
 share/doc/openttd/Readme_Windows_MSVC.txt
 share/doc/openttd/admin_network.txt
 share/doc/openttd/changelog.txt
+share/doc/openttd/desync.txt
 share/doc/openttd/elrail.svg
 share/doc/openttd/elrail_tile.png
 share/doc/openttd/elrail_track.png
@@ -16,6 +17,7 @@ share/doc/openttd/known-bugs.txt
 share/doc/openttd/landscape.html
 share/doc/openttd/landscape_externals.html
 share/doc/openttd/landscape_grid.html
+share/doc/openttd/linkgraph.txt
 share/doc/openttd/multiplayer.txt
 share/doc/openttd/obg_format.txt
 share/doc/openttd/obm_format.txt
@@ -51,6 +53,7 @@ share/openttd/ai/compat_1.0.nut
 share/openttd/ai/compat_1.1.nut
 share/openttd/ai/compat_1.2.nut
 share/openttd/ai/compat_1.3.nut
+share/openttd/ai/compat_1.4.nut
 share/openttd/baseset/
 share/openttd/baseset/no_music.obm
 share/openttd/baseset/no_sound.obs

Reply via email to