Received: by mail.netbsd.org (Postfix, from userid 605) id D145784D37; Wed, 19 May 2021 10:44:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1790584D1F for ; Wed, 19 May 2021 10:44:44 +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 xUOhkmFrhn73 for ; Wed, 19 May 2021 10:44:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7FD3484CD8 for ; Wed, 19 May 2021 10:44:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3795FA95; Wed, 19 May 2021 10:44:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621421082254640" MIME-Version: 1.0 Date: Wed, 19 May 2021 10:44:42 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/games/woof To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20210519104442.A3795FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621421082254640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Wed May 19 10:44:42 UTC 2021 Modified Files: pkgsrc/games/woof: Makefile distinfo Log Message: games/woof: Update to 5.1.0 Woof! 5.1.0 ----------- - The flashing disc icon position has been fixed in wide screen mode (@rfomin). - The double binding of the "menu up" and "menu down" keys has been removed. - Texture offsets are now always recalculated. - Path names with Unicode encoding are now supported on Windows (@rfomin). - The "Next Level" key has been fixed for Episode 4 (@rfomin). - An end-of-line character mismatch has been fixed in the Dehacked string parser. - Demo compatibility when recording in Vanilla mode has been fixed (@rfomin). - The REJECT table overflow emulation from PrBoom+/Chocolate Doom has been ported over (@rfomin). - MIDI controller values are now clamped into the [0..127] range, fixing MUS music for e.g. TNT MAP02. - In Vanilla and Boom complevels some entries in the Setup menu are now disabled if they don't apply (@rfomin). - 64 MB of RAM are now allocated by default (@rfomin). - The widescreen offsets for the Advanced HUD and custom messges has been fixed (@rfomin). - Extended HELP screens have been fixed and HELP screens are now loaded from PWADs, if available (@rfomin). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/woof/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/woof/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621421082254640 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/woof/Makefile diff -u pkgsrc/games/woof/Makefile:1.21 pkgsrc/games/woof/Makefile:1.22 --- pkgsrc/games/woof/Makefile:1.21 Fri Apr 30 14:55:01 2021 +++ pkgsrc/games/woof/Makefile Wed May 19 10:44:42 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/04/30 14:55:01 micha Exp $ +# $NetBSD: Makefile,v 1.22 2021/05/19 10:44:42 micha Exp $ -DISTNAME= woof_5.0.0 +DISTNAME= woof_5.1.0 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/} Index: pkgsrc/games/woof/distinfo diff -u pkgsrc/games/woof/distinfo:1.17 pkgsrc/games/woof/distinfo:1.18 --- pkgsrc/games/woof/distinfo:1.17 Fri Apr 30 14:55:01 2021 +++ pkgsrc/games/woof/distinfo Wed May 19 10:44:42 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2021/04/30 14:55:01 micha Exp $ +$NetBSD: distinfo,v 1.18 2021/05/19 10:44:42 micha Exp $ -SHA1 (woof_5.0.0.tar.gz) = 77bae38300bcf3e5742fd46508c19880e67b5970 -RMD160 (woof_5.0.0.tar.gz) = d1c60c7e98a746cf2169b29eb90f2aa17664c350 -SHA512 (woof_5.0.0.tar.gz) = fc5306a0feb0469f0231ae1f77b694bff980fe287e116aa873723d6a99296f370f4bd94a72bd5b1b3ff0cacae54208fbf811ef0a077a537db9f4b9de5e491f6b -Size (woof_5.0.0.tar.gz) = 1940500 bytes +SHA1 (woof_5.1.0.tar.gz) = 9566b7b79b5cd778868c486a48f0e45dacaeae9e +RMD160 (woof_5.1.0.tar.gz) = 10a6f1a5da29d628ff7479f5642860be70f4f0e3 +SHA512 (woof_5.1.0.tar.gz) = 6244a20ede9759df4ecaaf1605127894f80c50693766ded32fd8540d93e1e03c3412db5837ea111c42120e9ecb8d4c4c83088ea063766d10ded2efcb58761f30 +Size (woof_5.1.0.tar.gz) = 1943707 bytes SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089 --_----------=_1621421082254640--