diff options
author | tnn <tnn> | 2016-12-18 21:01:41 +0000 |
---|---|---|
committer | tnn <tnn> | 2016-12-18 21:01:41 +0000 |
commit | 8cc7cc424ad4ed5c1c4031e442a7ee7bccb4cb97 (patch) | |
tree | 7e5a794df8c86595b12965e21baed224128de7fe | |
parent | f2e83ad8a2d6734903cd6f081a1c32f72d178641 (diff) | |
download | pkgsrc-8cc7cc424ad4ed5c1c4031e442a7ee7bccb4cb97.tar.gz |
The latest ICU update broke OpenTTD so update openttd to 1.6.1 to fix that.
Changes: build fixes, NewGRF tweaks and GUI tweaks.
-rw-r--r-- | games/openttd/Makefile | 5 | ||||
-rw-r--r-- | games/openttd/PLIST | 5 | ||||
-rw-r--r-- | games/openttd/distinfo | 10 |
3 files changed, 11 insertions, 9 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 687b5366ad0..05604e574ce 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2016/12/04 05:17:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.65 2016/12/18 21:01:41 tnn Exp $ -DISTNAME= openttd-1.5.3-source +DISTNAME= openttd-1.6.1-source PKGNAME= ${DISTNAME:S/-source//} -PKGREVISION= 2 CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/releases/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/games/openttd/PLIST b/games/openttd/PLIST index a789fd9b380..f88ee2c91b1 100644 --- a/games/openttd/PLIST +++ b/games/openttd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2015/12/31 18:48:55 leot Exp $ +@comment $NetBSD: PLIST,v 1.22 2016/12/18 21:01:41 tnn Exp $ bin/openttd man/man6/openttd.6 share/applications/openttd.desktop @@ -20,6 +20,7 @@ share/openttd/ai/compat_1.2.nut share/openttd/ai/compat_1.3.nut share/openttd/ai/compat_1.4.nut share/openttd/ai/compat_1.5.nut +share/openttd/ai/compat_1.6.nut share/openttd/baseset/no_music.obm share/openttd/baseset/no_sound.obs share/openttd/baseset/openttd.grf @@ -34,6 +35,7 @@ share/openttd/game/compat_1.2.nut share/openttd/game/compat_1.3.nut share/openttd/game/compat_1.4.nut share/openttd/game/compat_1.5.nut +share/openttd/game/compat_1.6.nut share/openttd/lang/afrikaans.lng share/openttd/lang/arabic_egypt.lng share/openttd/lang/basque.lng @@ -81,6 +83,7 @@ share/openttd/lang/simplified_chinese.lng share/openttd/lang/slovak.lng share/openttd/lang/slovenian.lng share/openttd/lang/spanish.lng +share/openttd/lang/spanish_MX.lng share/openttd/lang/swedish.lng share/openttd/lang/tamil.lng share/openttd/lang/thai.lng diff --git a/games/openttd/distinfo b/games/openttd/distinfo index 51882b54af1..fe3ec1bdab2 100644 --- a/games/openttd/distinfo +++ b/games/openttd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2015/12/31 18:48:55 leot Exp $ +$NetBSD: distinfo,v 1.27 2016/12/18 21:01:41 tnn Exp $ -SHA1 (openttd-1.5.3-source.tar.xz) = 729cf9c952d6e47a9e59b221b7c9e646d295fad6 -RMD160 (openttd-1.5.3-source.tar.xz) = 2933fe33e554a2987e14697d4955c24b26030053 -SHA512 (openttd-1.5.3-source.tar.xz) = a4c30c4ba6382cc58687ccb4ee303bf41ce2310ecb7f403947a309dcb2d82b6f210b5f6f5758830c4f6c354ef1984c82e5971d4d23c35a31ff0f626ac8502ae7 -Size (openttd-1.5.3-source.tar.xz) = 6568140 bytes +SHA1 (openttd-1.6.1-source.tar.xz) = 79b5c5b26a7e6890f33ce213a706a5efddfdb0c4 +RMD160 (openttd-1.6.1-source.tar.xz) = 8f96756463830f170993a670b4d060ad0a6724a9 +SHA512 (openttd-1.6.1-source.tar.xz) = e0677c311e6567d130c1affc13c11fd81a742b588ee77e062a8f5816063b3da62fc2bc54eca4f243268266254358b06d9fea05f997468a33f201065e4ef4691a +Size (openttd-1.6.1-source.tar.xz) = 6584564 bytes SHA1 (patch-aa) = f9c9291ec5414e239d53e110e54aac83b926af8a |