Received: by mail.netbsd.org (Postfix, from userid 605) id C060684E24; Wed, 31 Jul 2019 10:55:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 465D484DAB for ; Wed, 31 Jul 2019 10:55:14 +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 4pPXmaXm_ml4 for ; Wed, 31 Jul 2019 10:55:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C13B984D20 for ; Wed, 31 Jul 2019 10:55:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA847FBF4; Wed, 31 Jul 2019 10:55:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156457051358860" MIME-Version: 1.0 Date: Wed, 31 Jul 2019 10:55:13 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/openttd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190731105513.BA847FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156457051358860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jul 31 10:55:13 UTC 2019 Modified Files: pkgsrc/games/openttd: Makefile distinfo Log Message: openttd: Update to 1.9.2 This version fixes several slightly obscure bugs, and hopefully makes a few things easier to find. Those playing on high-resolution monitors (such as 4k) and use the UI scaling options should also find that things appear less squished than they used to. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/games/openttd/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/openttd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156457051358860 Content-Disposition: inline Content-Length: 1881 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.80 pkgsrc/games/openttd/Makefile:1.81 --- pkgsrc/games/openttd/Makefile:1.80 Wed Jul 10 10:32:56 2019 +++ pkgsrc/games/openttd/Makefile Wed Jul 31 10:55:13 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2019/07/10 10:32:56 nia Exp $ +# $NetBSD: Makefile,v 1.81 2019/07/31 10:55:13 nia Exp $ -DISTNAME= openttd-1.9.1-source +DISTNAME= openttd-1.9.2-source PKGNAME= ${DISTNAME:S/-source//} CATEGORIES= games x11 MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${PKGVERSION_NOREV}/ Index: pkgsrc/games/openttd/distinfo diff -u pkgsrc/games/openttd/distinfo:1.30 pkgsrc/games/openttd/distinfo:1.31 --- pkgsrc/games/openttd/distinfo:1.30 Thu Apr 25 15:55:07 2019 +++ pkgsrc/games/openttd/distinfo Wed Jul 31 10:55:13 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2019/04/25 15:55:07 adam Exp $ +$NetBSD: distinfo,v 1.31 2019/07/31 10:55:13 nia Exp $ -SHA1 (openttd-1.9.1-source.tar.xz) = e99c02b6b895001dfa7541796e7cda5dfc74d04f -RMD160 (openttd-1.9.1-source.tar.xz) = ed38041dab371954ed72c573cf058357b22e96b0 -SHA512 (openttd-1.9.1-source.tar.xz) = 44d907299a14fd09ebff980f7c212bbdbd5def880bc56bfe106c3efa8cb32472bbcafdbb145d3f4340a3bc96179418f78fe2ddc62dd067b464eca73313b477c1 -Size (openttd-1.9.1-source.tar.xz) = 6647548 bytes +SHA1 (openttd-1.9.2-source.tar.xz) = 420b2e652a52abcacb8135eda53f5689acbefdc7 +RMD160 (openttd-1.9.2-source.tar.xz) = f8f6c2d99cc741522615c35269e3f8f38943cfab +SHA512 (openttd-1.9.2-source.tar.xz) = a84a219c049147e9566967f96a01c84dde587e38da37b34ef756da99a2d14f1d418492030098f63c4ac60cb0db553f474aaf3b8a00c8abfd98f66adc14f523e4 +Size (openttd-1.9.2-source.tar.xz) = 6666860 bytes SHA1 (patch-config.lib) = 297caf33c50298a4efcbddbe3fea88e2b4f101c1 SHA1 (patch-src_core_alloc__func.hpp) = 17fcfe3ce984cd453f6756f4f212c8fe8ab15ed1 --_----------=_156457051358860--