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 411A41A9217 for ; Thu, 7 Jan 2021 10:00:54 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 95FD884D57; Thu, 7 Jan 2021 10:00:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFD4484D50 for ; Thu, 7 Jan 2021 10:00:52 +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 rU3JCdvwox3o for ; Thu, 7 Jan 2021 10:00:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5784C84CDA for ; Thu, 7 Jan 2021 10:00:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51308FA9D; Thu, 7 Jan 2021 10:00:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610013652215490" MIME-Version: 1.0 Date: Thu, 7 Jan 2021 10:00:52 +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: <20210107100052.51308FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610013652215490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 7 10:00:52 UTC 2021 Modified Files: pkgsrc/devel/meson: Makefile distinfo Log Message: meson: updated to 0.56.1 0.56.1 Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/meson/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/meson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610013652215490 Content-Disposition: inline Content-Length: 1840 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.20 pkgsrc/devel/meson/Makefile:1.21 --- pkgsrc/devel/meson/Makefile:1.20 Fri Dec 4 20:45:11 2020 +++ pkgsrc/devel/meson/Makefile Thu Jan 7 10:00:52 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/12/04 20:45:11 nia Exp $ +# $NetBSD: Makefile,v 1.21 2021/01/07 10:00:52 adam Exp $ -DISTNAME= meson-0.56.0 -PKGREVISION= 2 +DISTNAME= meson-0.56.1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/} Index: pkgsrc/devel/meson/distinfo diff -u pkgsrc/devel/meson/distinfo:1.17 pkgsrc/devel/meson/distinfo:1.18 --- pkgsrc/devel/meson/distinfo:1.17 Sat Nov 21 11:27:23 2020 +++ pkgsrc/devel/meson/distinfo Thu Jan 7 10:00:52 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2020/11/21 11:27:23 adam Exp $ +$NetBSD: distinfo,v 1.18 2021/01/07 10:00:52 adam Exp $ -SHA1 (meson-0.56.0.tar.gz) = 4ddd85b508a920d4724857f05728552f2c76619a -RMD160 (meson-0.56.0.tar.gz) = ba0e77229b538e2d934046e32a1fc5c06feddf2b -SHA512 (meson-0.56.0.tar.gz) = da426e2ac0f657da5672d66143b8f4f45513c269a9a544e8b4c48b4a702743a50d35cbaa37ef4c4fbd7e18b8784c788314927a54faba6a14bb2d468eeaa87607 -Size (meson-0.56.0.tar.gz) = 1794974 bytes +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 (patch-mesonbuild_compilers_mixins_gnu.py) = 17f09e1b147f6baa434091f8a31b48f1941004f6 SHA1 (patch-mesonbuild_dependencies_dev.py) = ce9b93369d771f7e24208923b58af769e51bcd98 SHA1 (patch-mesonbuild_environment.py) = d0340ea4149c7ed89fd64d0f1631721f7b9f04aa --_----------=_1610013652215490--