Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7982B7A264 for ; Sun, 18 Dec 2016 21:01:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 218D0855FD; Sun, 18 Dec 2016 21:01:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5E5485592 for ; Sun, 18 Dec 2016 21:01:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aIm7-j_VpT8A for ; Sun, 18 Dec 2016 21:01:42 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 25E4F84D04 for ; Sun, 18 Dec 2016 21:01:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1399DFBA6; Sun, 18 Dec 2016 21:01:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1482094902263490" MIME-Version: 1.0 Date: Sun, 18 Dec 2016 21:01:42 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/games/openttd To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20161218210142.1399DFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1482094902263490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1482094902263490 Content-Disposition: inline Content-Length: 3116 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1482094902263490--