Received: by mail.netbsd.org (Postfix, from userid 605) id 1559784D4A; Tue, 28 Mar 2023 22:50:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44C3784CF8 for ; Tue, 28 Mar 2023 22:50:27 +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 WL-Jl4o1KONy for ; Tue, 28 Mar 2023 22:50:26 +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 B32DA84CD9 for ; Tue, 28 Mar 2023 22:50:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A60C9F9ED; Tue, 28 Mar 2023 22:50:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680043826110720" MIME-Version: 1.0 Date: Tue, 28 Mar 2023 22:50:26 +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: <20230328225026.A60C9F9ED@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680043826110720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jun Date: Tue Mar 28 22:50:26 UTC 2023 Modified Files: pkgsrc/emulators/nono: Makefile distinfo Log Message: 0.6.0 (2023-03-22) vm(New): "Implement a bank memory and ethernet (RTL8019AS) of Nereid expansion board." vm(Fix): "Fix an interrupt level when -X option is used in X68030." debugger(Update): "Support X68030 IOCS call in the exception history." To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/nono/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/nono/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680043826110720 Content-Disposition: inline Content-Length: 1722 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.24 pkgsrc/emulators/nono/Makefile:1.25 --- pkgsrc/emulators/nono/Makefile:1.24 Mon Feb 13 21:45:26 2023 +++ pkgsrc/emulators/nono/Makefile Tue Mar 28 22:50:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2023/02/13 21:45:26 jun Exp $ +# $NetBSD: Makefile,v 1.25 2023/03/28 22:50:26 jun Exp $ -DISTNAME= nono-0.5.1 +DISTNAME= nono-0.6.0 #PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.pastel-flower.jp/~isaki/nono/archive/ Index: pkgsrc/emulators/nono/distinfo diff -u pkgsrc/emulators/nono/distinfo:1.19 pkgsrc/emulators/nono/distinfo:1.20 --- pkgsrc/emulators/nono/distinfo:1.19 Mon Feb 13 21:45:26 2023 +++ pkgsrc/emulators/nono/distinfo Tue Mar 28 22:50:26 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2023/02/13 21:45:26 jun Exp $ +$NetBSD: distinfo,v 1.20 2023/03/28 22:50:26 jun Exp $ -BLAKE2s (nono-0.5.1.tar.gz) = 1893cdf707e3df715251affa61608ecac994ba3ed61b3536de3fc592db121c40 -SHA512 (nono-0.5.1.tar.gz) = 0b3d027ddbe3243a591e4b8f9b05959dae0ba74db5209f882ee1b5eeefa7f31e5e5e7fde081b92fbcfda098f1b9d51264403b24cd437b814e555058803f7094f -Size (nono-0.5.1.tar.gz) = 3129008 bytes +BLAKE2s (nono-0.6.0.tar.gz) = 9d4186c500b0a1bc4e3345d704ea08e61864022c7a969ad42e9d259d9e7a822d +SHA512 (nono-0.6.0.tar.gz) = fe34dc7e18ffbaaa2192e0ee679deb626bb52d7b3922c38022bcff3681b211940516a426cb44fb1940c4d073e1e66604013b347659f432e2c4da108b527e174d +Size (nono-0.6.0.tar.gz) = 3163699 bytes SHA1 (patch-cli_Makefile) = a9597bc1c8c5376ea78c35415abae4bab7c086f3 SHA1 (patch-po_Makefile) = 76a7d30858d1afd27fcfed512f00bfb4b9dd0f13 SHA1 (patch-wx_Makefile.in) = 982a4cff11d453bdb7924d05c81173b7c43ad010 --_----------=_1680043826110720--