Received: by mail.netbsd.org (Postfix, from userid 605) id BCAFF84EA4; Wed, 3 Aug 2022 23:33:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0135584EA0 for ; Wed, 3 Aug 2022 23:33:35 +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 fPsDHhDsGgyW for ; Wed, 3 Aug 2022 23:33:34 +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 628B784E58 for ; Wed, 3 Aug 2022 23:33:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 567C0FB1A; Wed, 3 Aug 2022 23:33:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165956961430640" MIME-Version: 1.0 Date: Wed, 3 Aug 2022 23:33:34 +0000 From: "Jun Ebihara" Subject: CVS commit: pkgsrc/emulators/nono To: pkgsrc-changes@NetBSD.org Reply-To: jun@netbsd.org X-Mailer: log_accum Message-Id: <20220803233334.567C0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165956961430640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jun Date: Wed Aug 3 23:33:34 UTC 2022 Modified Files: pkgsrc/emulators/nono: Makefile distinfo Log Message: nono: update to 0.4.2. 0.4.2 (2022-08-03) vm(Update): "Improve a memory map on LUNA-88K." vm(Update): "Improve a keyboard buzzer handling on LUNA. Implement the buzzer indicator on the software keyboard window." vm(Update):"Limit maximum ram size to 240MB when using PROM 1.20 on LUNA-88K due to PROM code constraint." vm(Update): "Implement behaviors when TVRAM scroll protrudes to the right, probably." vm(Fix): "Fix a horizontal scroll amount of RFCNT to match real machine." m88k(Fix): "Fix an address mask when m88200 invalidates cache line." m88k(Fix): "Fix cache status when m88200 creates cache entry for writing." debugger(Update): "Add unofficial NetBSD/luna88k system call to the exception history." app(Update): "-X option supports loading symbol tables in NetBSD kernel." app(Fix): "Fix a problem that application may not be able to be terminated when debugger is used." app(Fix): "Fix a silent termination when Ctrl+Q is entered." To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/nono/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/nono/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165956961430640 Content-Disposition: inline Content-Length: 1707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/nono/Makefile diff -u pkgsrc/emulators/nono/Makefile:1.16 pkgsrc/emulators/nono/Makefile:1.17 --- pkgsrc/emulators/nono/Makefile:1.16 Sun Jul 24 03:23:51 2022 +++ pkgsrc/emulators/nono/Makefile Wed Aug 3 23:33:34 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/07/24 03:23:51 jun Exp $ +# $NetBSD: Makefile,v 1.17 2022/08/03 23:33:34 jun Exp $ -DISTNAME= nono-0.4.1 +DISTNAME= nono-0.4.2 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ Index: pkgsrc/emulators/nono/distinfo diff -u pkgsrc/emulators/nono/distinfo:1.14 pkgsrc/emulators/nono/distinfo:1.15 --- pkgsrc/emulators/nono/distinfo:1.14 Sun Jul 24 03:23:51 2022 +++ pkgsrc/emulators/nono/distinfo Wed Aug 3 23:33:34 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2022/07/24 03:23:51 jun Exp $ +$NetBSD: distinfo,v 1.15 2022/08/03 23:33:34 jun Exp $ -BLAKE2s (nono-0.4.1.tar.gz) = bf4cb7fce678f2c71a039d3fd3f84691dc168a8b3d24582f922c2d8bd69bbc0f -SHA512 (nono-0.4.1.tar.gz) = 3dc8f45015680fee95d2fe2eaf70d00ead6751d72b804e47ece9bcc638f0d991ad2533764fa50fa21d4b4d38fe6bd6315a43c71e3d90e5ebb7d33751029cb0e3 -Size (nono-0.4.1.tar.gz) = 2835618 bytes +BLAKE2s (nono-0.4.2.tar.gz) = c2eda83a72050cc7502fbd2a1af8066679825eca14da84c2ac2c92775c2112fe +SHA512 (nono-0.4.2.tar.gz) = d8bc253126160fc4ed0295235d5a0cb12cef2d3ba508dff7094556e3ee0ce655f8adef7a698efd19689697465399bf1736264f8d02ab0adeb405a4ddefb5f9f5 +Size (nono-0.4.2.tar.gz) = 2844062 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 --_----------=_165956961430640--