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 8AE6E1A9239 for ; Sun, 24 Oct 2021 16:20:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8C5D484EA0; Sun, 24 Oct 2021 16:20:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C55C884E82 for ; Sun, 24 Oct 2021 16:20:01 +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 pNNCqe8xpouk for ; Sun, 24 Oct 2021 16:20:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 40EC984D10 for ; Sun, 24 Oct 2021 16:20:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A215FA97; Sun, 24 Oct 2021 16:20:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635092401175510" MIME-Version: 1.0 Date: Sun, 24 Oct 2021 16:20:01 +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: <20211024162001.3A215FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635092401175510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 24 16:20:01 UTC 2021 Modified Files: pkgsrc/devel/meson: Makefile distinfo Log Message: meson: updated to 0.59.3 0.59.3: Bug fixes To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/meson/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/meson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635092401175510 Content-Disposition: inline Content-Length: 1687 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.29 pkgsrc/devel/meson/Makefile:1.30 --- pkgsrc/devel/meson/Makefile:1.29 Wed Sep 29 07:29:54 2021 +++ pkgsrc/devel/meson/Makefile Sun Oct 24 16:20:01 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2021/09/29 07:29:54 adam Exp $ +# $NetBSD: Makefile,v 1.30 2021/10/24 16:20:01 adam Exp $ -DISTNAME= meson-0.59.2 +DISTNAME= meson-0.59.3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/} Index: pkgsrc/devel/meson/distinfo diff -u pkgsrc/devel/meson/distinfo:1.27 pkgsrc/devel/meson/distinfo:1.28 --- pkgsrc/devel/meson/distinfo:1.27 Thu Oct 7 13:40:34 2021 +++ pkgsrc/devel/meson/distinfo Sun Oct 24 16:20:01 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2021/10/07 13:40:34 nia Exp $ +$NetBSD: distinfo,v 1.28 2021/10/24 16:20:01 adam Exp $ -RMD160 (meson-0.59.2.tar.gz) = 7bf42aa0774233a2ee04aeee6b2c22c376ae88f9 -SHA512 (meson-0.59.2.tar.gz) = 910e4a8c9828506b576dc8ae0b5765efec24f44a34a5694f782c8a533d75053b10b4167564c06456d05f7a32c5fd9bd657faa62329e1e4ed24bfc4c9ac1ef73e -Size (meson-0.59.2.tar.gz) = 1952115 bytes +RMD160 (meson-0.59.3.tar.gz) = 36994a8e29e15751a9a1977aad581057a52f3943 +SHA512 (meson-0.59.3.tar.gz) = 4ffca094474c09567a69f576b25588c38e18d3a96d0b1d592adb05493a5d6dcfcd1a6549a821862a5aabd3df34d81b3a90d01e012e62c7f46bd98152337c0ea6 +Size (meson-0.59.3.tar.gz) = 1953620 bytes SHA1 (patch-mesonbuild_compilers_detect.py) = 6379aaae55a7175291133335f15307b53aee4384 SHA1 (patch-mesonbuild_compilers_mixins_gnu.py) = cc9fe3204c7cf003d288ef5635fa7853a44a2e34 SHA1 (patch-mesonbuild_dependencies_dev.py) = 44a3bdb96a1afad1f1a9110b6187c9daad0d449f --_----------=_1635092401175510--