pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/openttd



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Dec 18 21:01:41 UTC 2016

Modified Files:
        pkgsrc/games/openttd: Makefile PLIST distinfo

Log Message:
The latest ICU update broke OpenTTD so update openttd to 1.6.1 to fix that.

Changes: build fixes, NewGRF tweaks and GUI tweaks.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/games/openttd/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/openttd/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/games/openttd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/openttd/Makefile
diff -u pkgsrc/games/openttd/Makefile:1.64 pkgsrc/games/openttd/Makefile:1.65
--- pkgsrc/games/openttd/Makefile:1.64  Sun Dec  4 05:17:28 2016
+++ pkgsrc/games/openttd/Makefile       Sun Dec 18 21:01:41 2016
@@ -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

Index: pkgsrc/games/openttd/PLIST
diff -u pkgsrc/games/openttd/PLIST:1.21 pkgsrc/games/openttd/PLIST:1.22
--- pkgsrc/games/openttd/PLIST:1.21     Thu Dec 31 18:48:55 2015
+++ pkgsrc/games/openttd/PLIST  Sun Dec 18 21:01:41 2016
@@ -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.ln
 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

Index: pkgsrc/games/openttd/distinfo
diff -u pkgsrc/games/openttd/distinfo:1.26 pkgsrc/games/openttd/distinfo:1.27
--- pkgsrc/games/openttd/distinfo:1.26  Thu Dec 31 18:48:55 2015
+++ pkgsrc/games/openttd/distinfo       Sun Dec 18 21:01:41 2016
@@ -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



Home | Main Index | Thread Index | Old Index