Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C04884E61 for ; Fri, 18 Aug 2023 09:14:59 +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 376AWTQuyyro for ; Fri, 18 Aug 2023 09:14:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C6A2284D46 for ; Fri, 18 Aug 2023 09:14:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9CF9FBDB; Fri, 18 Aug 2023 09:14:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692350098291910" MIME-Version: 1.0 Date: Fri, 18 Aug 2023 09:14:58 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/emulators/PC6001VX To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20230818091458.B9CF9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692350098291910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Fri Aug 18 09:14:58 UTC 2023 Modified Files: pkgsrc/emulators/PC6001VX: Makefile distinfo Log Message: PC6001VX: update to 4.1.4. Upstream changes: 4.1.4 2023/08/18 * Merged upstream PC6001V version 2.1.1. * Added menu and config UI related to Romaji input. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/emulators/PC6001VX/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/emulators/PC6001VX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692350098291910 Content-Disposition: inline Content-Length: 1672 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/PC6001VX/Makefile diff -u pkgsrc/emulators/PC6001VX/Makefile:1.84 pkgsrc/emulators/PC6001VX/Makefile:1.85 --- pkgsrc/emulators/PC6001VX/Makefile:1.84 Fri Jul 21 05:03:59 2023 +++ pkgsrc/emulators/PC6001VX/Makefile Fri Aug 18 09:14:58 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2023/07/21 05:03:59 tsutsui Exp $ +# $NetBSD: Makefile,v 1.85 2023/08/18 09:14:58 tsutsui Exp $ -VERSION= 4.1.3 +VERSION= 4.1.4 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} -PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://eighttails.up.seesaa.net/bin/ Index: pkgsrc/emulators/PC6001VX/distinfo diff -u pkgsrc/emulators/PC6001VX/distinfo:1.36 pkgsrc/emulators/PC6001VX/distinfo:1.37 --- pkgsrc/emulators/PC6001VX/distinfo:1.36 Tue Jan 31 15:09:42 2023 +++ pkgsrc/emulators/PC6001VX/distinfo Fri Aug 18 09:14:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2023/01/31 15:09:42 tsutsui Exp $ +$NetBSD: distinfo,v 1.37 2023/08/18 09:14:58 tsutsui Exp $ -BLAKE2s (PC6001VX_4.1.3_src.tar.gz) = f7f6e019104eecf0cf1be0fb9e17bb73e015810607af9f6aadac97866fdac9dc -SHA512 (PC6001VX_4.1.3_src.tar.gz) = 98b84a142069cd96403ebd9b6756cf43d66d2a67d0a4a6724af1d0fcae37ce1ef7d8c69a06fddb093b41a20f3ea11bde0786b2be6511a554c768253852b48798 -Size (PC6001VX_4.1.3_src.tar.gz) = 5404809 bytes +BLAKE2s (PC6001VX_4.1.4_src.tar.gz) = fa1024d37cfde0157e123366541854875813812669ca280be26e88ea42656833 +SHA512 (PC6001VX_4.1.4_src.tar.gz) = e1b48ab6be9906e35353823bb1d9ba87663de33bfcb2fbe94420c3613bd5f3bb60e4be69226da2ee66dac2934e43bc47578b1a0f44ec8a901822b0eb3616b8b6 +Size (PC6001VX_4.1.4_src.tar.gz) = 5409524 bytes --_----------=_1692350098291910--