Received: by mail.netbsd.org (Postfix, from userid 605) id 9EBB684D80; Sun, 15 May 2022 18:41:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D7BB884D50 for ; Sun, 15 May 2022 18:41:26 +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 pumuEYNEBROO for ; Sun, 15 May 2022 18:41:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 482C584CE8 for ; Sun, 15 May 2022 18:41:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 52EB2FAEB; Sun, 15 May 2022 18:41:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165264011492880" MIME-Version: 1.0 Date: Sun, 15 May 2022 18:41:54 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/frotz To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220515184154.52EB2FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165264011492880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun May 15 18:41:54 UTC 2022 Modified Files: pkgsrc/games/frotz: Makefile distinfo Log Message: frotz: update 2.54 Summary of changes between Frotz 2.53 and Frotz 2.54: ===================================================== Frotz 2.54 was released on Wednesday April 13, 2022. This release's main attractions are official support for TOPS20 and cross-compilation to DOS. NEW FEATURES - Added changes to allow for compilation on a DEC PDP-10 mainframe running TOPS20. See INSTALL_PDP10. - Added a means to cross-compile to DOS by way of Open Watcom C version 2 and later. See INSTALL_DOS. - Added a quiet mode to dumb interface to quell startup messages. BUG FIXES - Fixed several problems with compilation under macOS. - Fixed wrong glyphs in DOS Frotz's Amiga font mode. 1/2 and 1/4 were there instead of the oe and OE ligatures. - Fixed a failure of the -q flag to actually silence sound effects. - Fixed an oversight in SDL Frotz that prevented some sounds from playing in Lurking Horror. - Made the dumb and curses interfaces read the resolution chunk from Blorb files. Previously they would assume a resolution of 320x200. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/games/frotz/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/games/frotz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165264011492880 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/frotz/Makefile diff -u pkgsrc/games/frotz/Makefile:1.41 pkgsrc/games/frotz/Makefile:1.42 --- pkgsrc/games/frotz/Makefile:1.41 Mon Mar 28 10:44:08 2022 +++ pkgsrc/games/frotz/Makefile Sun May 15 18:41:54 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2022/03/28 10:44:08 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2022/05/15 18:41:54 nia Exp $ -DISTNAME= frotz-2.53 -PKGREVISION= 1 +DISTNAME= frotz-2.54 CATEGORIES= games MASTER_SITES= https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/ Index: pkgsrc/games/frotz/distinfo diff -u pkgsrc/games/frotz/distinfo:1.19 pkgsrc/games/frotz/distinfo:1.20 --- pkgsrc/games/frotz/distinfo:1.19 Tue Oct 26 10:44:00 2021 +++ pkgsrc/games/frotz/distinfo Sun May 15 18:41:54 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2021/10/26 10:44:00 nia Exp $ +$NetBSD: distinfo,v 1.20 2022/05/15 18:41:54 nia Exp $ -BLAKE2s (frotz-2.53.tar.gz) = d09b27be12507ae3901a1ebc97fd5a8257bd7eb9b01139fa067bb1672fe2e571 -SHA512 (frotz-2.53.tar.gz) = 74c727a8f0355828ebe19185e8e06ca5a633e49d88eccb26ec6500f37371ddfbbf19f1cbef367aa004e0342591e07e67510c17552decd573de0c838399587b5f -Size (frotz-2.53.tar.gz) = 461585 bytes +BLAKE2s (frotz-2.54.tar.gz) = 1ddc0f3edb852199a9416d02679fd3ed89056cd54a3fc32c620ced04eb497536 +SHA512 (frotz-2.54.tar.gz) = 296afc3636df0e1aa7a9015e9dec943380c29268e6ce4ff0ac1730a794386c633366bf985920d9d6b36c7db302efad05f3001121e5f1ccf515e3d7c7e7f511a3 +Size (frotz-2.54.tar.gz) = 430733 bytes SHA1 (patch-Makefile) = b36192c7f5c4a4956a4836a6b9b426d4fd000529 --_----------=_165264011492880--