Received: by mail.netbsd.org (Postfix, from userid 605) id 95E1184F66; Sat, 10 Feb 2024 00:53:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707526416; bh=oFEQdjKk+f/zerEcM2xVIarjgniidXcFqlVfoy5TFes=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=nFc/9tFenpJBgJv0wTfJJeWB2u9wu3Q4YOEgycfsAq/6t7L0Cp/03+sQdGidyzJ6a HRKhGAob3imBrB8SvdPlBMkA6AAx9+ysixnrQWJKFp58oglxaMYYxMzUR+ekk004po UtQGlBxJTB8sfE9YSP/iqq8wglQttLyIv2K8lxuA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 87A0D84E80 for ; Sat, 10 Feb 2024 00:53:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 rh7JJS6PljiE for ; Sat, 10 Feb 2024 00:53:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D8DA84CCC for ; Sat, 10 Feb 2024 00:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707526415; bh=oFEQdjKk+f/zerEcM2xVIarjgniidXcFqlVfoy5TFes=; h=Date:From:Subject:To:Reply-To; b=MCUrL6wtiXZkOyj2Dr7GWFXctgDkxEI4dC3Anjw0EJFcXVIYltdnSfZitRaxVk0Z9 b/ueAbE6XA30Y71EDMG+Ynhdwjmsux+60/W/9tq7+lJ2dD1i2P6czcNfK0y9wnHcYR OHzImdgKrbuyHFY1cFRmBZz0TCQmGTb7cznN6YA0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD873FA42; Sat, 10 Feb 2024 00:53:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707526414201810" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 00:53:34 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/cross/mingw-w64 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210005334.BD873FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707526414201810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 00:53:34 UTC 2024 Modified Files: pkgsrc/cross/mingw-w64: Makefile Log Message: mingw-w64: Update to 11.0.1 Update meta-pkg version too. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/cross/mingw-w64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707526414201810 Content-Disposition: inline Content-Length: 522 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/mingw-w64/Makefile diff -u pkgsrc/cross/mingw-w64/Makefile:1.6 pkgsrc/cross/mingw-w64/Makefile:1.7 --- pkgsrc/cross/mingw-w64/Makefile:1.6 Sun Oct 9 03:01:45 2022 +++ pkgsrc/cross/mingw-w64/Makefile Sat Feb 10 00:53:34 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/10/09 03:01:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2024/02/10 00:53:34 ryoon Exp $ -DISTNAME= mingw-w64-10.0.0 +DISTNAME= mingw-w64-11.0.1 CATEGORIES= cross MASTER_SITES= # empty DISTFILES= # empty --_----------=_1707526414201810--