Received: by mail.netbsd.org (Postfix, from userid 605) id 1A24384D3C; Sat, 18 Aug 2018 00:14:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32C7084D3A for ; Sat, 18 Aug 2018 00:14:00 +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 a2WEEoO3iIwM for ; Sat, 18 Aug 2018 00:13:59 +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 9BC7D84C85 for ; Sat, 18 Aug 2018 00:13:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 892A2FBEC; Sat, 18 Aug 2018 00:13:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534551239161470" MIME-Version: 1.0 Date: Sat, 18 Aug 2018 00:13:59 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/emulators/qemu To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180818001359.892A2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1534551239161470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Aug 18 00:13:59 UTC 2018 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: Follow MASTER_SITES redirect To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 pkgsrc/emulators/qemu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534551239161470 Content-Disposition: inline Content-Length: 617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/qemu/Makefile diff -u pkgsrc/emulators/qemu/Makefile:1.189 pkgsrc/emulators/qemu/Makefile:1.190 --- pkgsrc/emulators/qemu/Makefile:1.189 Thu Aug 16 18:54:43 2018 +++ pkgsrc/emulators/qemu/Makefile Sat Aug 18 00:13:59 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.189 2018/08/16 18:54:43 adam Exp $ +# $NetBSD: Makefile,v 1.190 2018/08/18 00:13:59 ryoon Exp $ DISTNAME= qemu-3.0.0 PKGREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://download.qemu-project.org/ +MASTER_SITES= https://download.qemu.org/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1534551239161470--