Received: by mail.netbsd.org (Postfix, from userid 605) id 22F0C84E07; Wed, 8 Jan 2020 13:10:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F54E84DE1 for ; Wed, 8 Jan 2020 13:10:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kaCBQFFXnxhw for ; Wed, 8 Jan 2020 13:10:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 22A6384CE2 for ; Wed, 8 Jan 2020 13:10:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CF2FFBF4; Wed, 8 Jan 2020 13:10:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578489050112410" MIME-Version: 1.0 Date: Wed, 8 Jan 2020 13:10:50 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/quakespasm To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200108131050.1CF2FFBF4@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. --_----------=_1578489050112410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jan 8 13:10:50 UTC 2020 Modified Files: pkgsrc/games/quakespasm: Makefile distinfo Log Message: quakespasm: Update to 0.93.2 Changes in 0.93.2: o Lightmaps are now dynamically allocated (from QSS), and BLOCK_WIDTH/HEIGHT raised from 128 to 256. o Fixed several uncheked limits that would crash the Slayer's Testaments mod (sf.net bug #33). o Raised MAXALIASTRIS from 2048 to 4096, so that the Slayer's Testaments mod works. o Fixed 'pants' and 'shirt' types so that those textures load correctly on platforms where char is unsigned by default (sf.net bug #28). o Windows audio: WASAPI-enabled SDL2 dlls function properly now. o Update the third-party libraries. Other fixes/cleanups. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/quakespasm/Makefile \ pkgsrc/games/quakespasm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578489050112410 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/quakespasm/Makefile diff -u pkgsrc/games/quakespasm/Makefile:1.6 pkgsrc/games/quakespasm/Makefile:1.7 --- pkgsrc/games/quakespasm/Makefile:1.6 Wed Jul 3 19:14:49 2019 +++ pkgsrc/games/quakespasm/Makefile Wed Jan 8 13:10:49 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2019/07/03 19:14:49 nia Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/08 13:10:49 nia Exp $ -DISTNAME= quakespasm-0.93.1 -CATEGORIES= games x11 +DISTNAME= quakespasm-0.93.2 +CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/} EXTRACT_SUFX= .tgz Index: pkgsrc/games/quakespasm/distinfo diff -u pkgsrc/games/quakespasm/distinfo:1.6 pkgsrc/games/quakespasm/distinfo:1.7 --- pkgsrc/games/quakespasm/distinfo:1.6 Wed Jul 3 19:14:49 2019 +++ pkgsrc/games/quakespasm/distinfo Wed Jan 8 13:10:49 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2019/07/03 19:14:49 nia Exp $ +$NetBSD: distinfo,v 1.7 2020/01/08 13:10:49 nia Exp $ -SHA1 (quakespasm-0.93.1.tgz) = aca08d7bea6085bc7b755fad1e83ef976b542c1e -RMD160 (quakespasm-0.93.1.tgz) = d03071c17698310cc8c160213bc4dd795d27e7a4 -SHA512 (quakespasm-0.93.1.tgz) = 3443d1b6ea75d7b6762a3b26d58d871fcdd4a79f776c0e881b8e0ebca822a3c2b500081cfde26d56f1db019df99439c4a93140139d2b627857fd09381d564751 -Size (quakespasm-0.93.1.tgz) = 8270996 bytes +SHA1 (quakespasm-0.93.2.tgz) = 5f23fa15799dfadb25b28b3329b2cbb9693738c8 +RMD160 (quakespasm-0.93.2.tgz) = 64719d57c6969d70642f7dab2a588fc95070c50a +SHA512 (quakespasm-0.93.2.tgz) = 30e8515aa9c6a64ef76f2440e878493e98e85e8c19356738e35b5bbd6e5f49ed42b4d73dc716cce0e687b4e7e27a65fa97541e89ae7857fb165a63e09385743f +Size (quakespasm-0.93.2.tgz) = 8527223 bytes SHA1 (patch-aa) = 3c46fbc72ffa736be66aa4b96e683406a6b05832 --_----------=_1578489050112410--