Received: by mail.netbsd.org (Postfix, from userid 605) id F1AB784CFD; Sat, 27 Mar 2021 23:17:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37AA884CED for ; Sat, 27 Mar 2021 23:17:05 +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 fwPStiSw15SL for ; Sat, 27 Mar 2021 23:17:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 923C984C86 for ; Sat, 27 Mar 2021 23:17:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B0B2FA95; Sat, 27 Mar 2021 23:17:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161688702485600" MIME-Version: 1.0 Date: Sat, 27 Mar 2021 23:17:04 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/emulators/PC6001VX To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210327231704.8B0B2FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161688702485600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Mar 27 23:17:04 UTC 2021 Modified Files: pkgsrc/emulators/PC6001VX: Makefile Log Message: (emulators/PC6001VX) update MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/emulators/PC6001VX/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161688702485600 Content-Disposition: inline Content-Length: 776 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.55 pkgsrc/emulators/PC6001VX/Makefile:1.56 --- pkgsrc/emulators/PC6001VX/Makefile:1.55 Sun Mar 21 01:56:41 2021 +++ pkgsrc/emulators/PC6001VX/Makefile Sat Mar 27 23:17:03 2021 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.55 2021/03/21 01:56:41 tsutsui Exp $ +# $NetBSD: Makefile,v 1.56 2021/03/27 23:17:03 mef Exp $ VERSION= 3.7.1 DISTNAME= PC6001VX_${VERSION}_src PKGNAME= ${DISTNAME:S/_src//:S/_/-/} CATEGORIES= emulators -MASTER_SITES= http://eighttails.up.seesaa.net/bin/ +#ASTER_SITES= http://eighttails.up.seesaa.net/bin/ +MASTER_SITES= https://eighttails.up.seesaa.net/image/ MAINTAINER= tsutsui@NetBSD.org HOMEPAGE= http://eighttails.seesaa.net/ --_----------=_161688702485600--