Received: by mail.netbsd.org (Postfix, from userid 605) id 617E984DBF; Sun, 25 Jul 2021 15:57:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C6EE84CE1 for ; Sun, 25 Jul 2021 15:57:06 +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 0fBCA0J2UcAV for ; Sun, 25 Jul 2021 15:57:06 +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 1655A84CD9 for ; Sun, 25 Jul 2021 15:57:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09E99FA95; Sun, 25 Jul 2021 15:57:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627228626130600" MIME-Version: 1.0 Date: Sun, 25 Jul 2021 15:57:06 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/emulators/PC6001VX To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20210725155706.09E99FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627228626130600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Jul 25 15:57:05 UTC 2021 Modified Files: pkgsrc/emulators/PC6001VX: Makefile distinfo Log Message: PC6001VX: update to 3.8.0. Upstream changes: 3.8.0 2021/07/25 - Updated PC-6001 compatible basic ROMs to 0.7.4. - PC-6001A(aka NEC TREK) is now available in compatible ROM mode. - Fixed issue of 2nd time of video capture operation. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/emulators/PC6001VX/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/PC6001VX/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627228626130600 Content-Disposition: inline Content-Length: 1961 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.58 pkgsrc/emulators/PC6001VX/Makefile:1.59 --- pkgsrc/emulators/PC6001VX/Makefile:1.58 Sat May 22 00:36:32 2021 +++ pkgsrc/emulators/PC6001VX/Makefile Sun Jul 25 15:57:05 2021 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.58 2021/05/22 00:36:32 tsutsui Exp $ +# $NetBSD: Makefile,v 1.59 2021/07/25 15:57:05 tsutsui Exp $ -VERSION= 3.7.2 +VERSION= 3.8.0 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} CATEGORIES= emulators -MASTER_SITES= http://eighttails.up.seesaa.net/image/ +MASTER_SITES= http://eighttails.up.seesaa.net/bin/ MAINTAINER= tsutsui@NetBSD.org HOMEPAGE= http://eighttails.seesaa.net/ Index: pkgsrc/emulators/PC6001VX/distinfo diff -u pkgsrc/emulators/PC6001VX/distinfo:1.26 pkgsrc/emulators/PC6001VX/distinfo:1.27 --- pkgsrc/emulators/PC6001VX/distinfo:1.26 Sat May 22 00:36:32 2021 +++ pkgsrc/emulators/PC6001VX/distinfo Sun Jul 25 15:57:05 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2021/05/22 00:36:32 tsutsui Exp $ +$NetBSD: distinfo,v 1.27 2021/07/25 15:57:05 tsutsui Exp $ -SHA1 (PC6001VX_3.7.2_src.tar.gz) = 94723a2c434ea84fe1c45f0327ec8500fbb3e29e -RMD160 (PC6001VX_3.7.2_src.tar.gz) = 6fbe13d7242c7504c1033d607b567f8b1c94277f -SHA512 (PC6001VX_3.7.2_src.tar.gz) = 563d6c3de4d83eb26b217932d2e020969254ed3991c5486d60fb19d39ae520627080ab765e27a4b991b51d2e092853e5a3c6c2c5f4c20c3bac0a103efaa42d29 -Size (PC6001VX_3.7.2_src.tar.gz) = 3339915 bytes +SHA1 (PC6001VX_3.8.0_src.tar.gz) = d16730da3c49702154a72241ba6b55433016e39e +RMD160 (PC6001VX_3.8.0_src.tar.gz) = c0321f1d75d2736f5d793cac5462dbc6e1eab23d +SHA512 (PC6001VX_3.8.0_src.tar.gz) = 31e1e7b896ef9f56cd44cdabd87ea91726b6762de8585bbc86f639557c195057d47994997b9cef2ff40d9c5da67cb5a926b27b330d7c5cf73228e403acd29fb4 +Size (PC6001VX_3.8.0_src.tar.gz) = 4356231 bytes SHA1 (patch-src_p6el.cpp) = 0c93418283df1a81d39e66fac4e1a492846448ab --_----------=_1627228626130600--