Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BD8351A9217 for ; Mon, 11 Jan 2021 07:26:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CBAAC84DA4; Mon, 11 Jan 2021 07:26:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 125C784D9C for ; Mon, 11 Jan 2021 07:26:33 +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 WwmPG2CPyXJv for ; Mon, 11 Jan 2021 07:26:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 857AD84CDA for ; Mon, 11 Jan 2021 07:26:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A2A1FA9D; Mon, 11 Jan 2021 07:26:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610349992108820" MIME-Version: 1.0 Date: Mon, 11 Jan 2021 07:26:32 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/meson To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210111072632.7A2A1FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610349992108820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 11 07:26:32 UTC 2021 Modified Files: pkgsrc/devel/meson: Makefile distinfo Log Message: meson: updated to 0.56.2 0.56.2: Bugfixes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/meson/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/meson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610349992108820 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/meson/Makefile diff -u pkgsrc/devel/meson/Makefile:1.21 pkgsrc/devel/meson/Makefile:1.22 --- pkgsrc/devel/meson/Makefile:1.21 Thu Jan 7 10:00:52 2021 +++ pkgsrc/devel/meson/Makefile Mon Jan 11 07:26:32 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/01/07 10:00:52 adam Exp $ +# $NetBSD: Makefile,v 1.22 2021/01/11 07:26:32 adam Exp $ -DISTNAME= meson-0.56.1 +DISTNAME= meson-0.56.2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/} Index: pkgsrc/devel/meson/distinfo diff -u pkgsrc/devel/meson/distinfo:1.18 pkgsrc/devel/meson/distinfo:1.19 --- pkgsrc/devel/meson/distinfo:1.18 Thu Jan 7 10:00:52 2021 +++ pkgsrc/devel/meson/distinfo Mon Jan 11 07:26:32 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.18 2021/01/07 10:00:52 adam Exp $ +$NetBSD: distinfo,v 1.19 2021/01/11 07:26:32 adam Exp $ -SHA1 (meson-0.56.1.tar.gz) = 6701dc8e7cfd5a9b9be0a1dbd724326928744bb4 -RMD160 (meson-0.56.1.tar.gz) = 11bda25b73263fe484895882635c41ec29352f95 -SHA512 (meson-0.56.1.tar.gz) = 86ffbfb1147579b05dfbebbf7d0ff4fc75ebb92570e49aaa9027a0e3f6554e1305fdb201e066c6378025bcb6fa27bec0569c350d825c31d8ee5cdd996f0e0d67 -Size (meson-0.56.1.tar.gz) = 1794519 bytes +SHA1 (meson-0.56.2.tar.gz) = a62199aca12eb69d4df7e828a8d11cc241ecff73 +RMD160 (meson-0.56.2.tar.gz) = 50db2f70e1984c8ace05fb1655f282c5de37d08a +SHA512 (meson-0.56.2.tar.gz) = 3b6cc5cae31d756b251ecde3483d3710bceff50cfd03ef6cf6f939d9e599998e61fcb03a2ee09d6a6f9bfa2198f43e7f20447359de3bff1055febcf03e82e514 +Size (meson-0.56.2.tar.gz) = 1794847 bytes SHA1 (patch-mesonbuild_compilers_mixins_gnu.py) = 17f09e1b147f6baa434091f8a31b48f1941004f6 SHA1 (patch-mesonbuild_dependencies_dev.py) = ce9b93369d771f7e24208923b58af769e51bcd98 SHA1 (patch-mesonbuild_environment.py) = d0340ea4149c7ed89fd64d0f1631721f7b9f04aa --_----------=_1610349992108820--