Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 435E384D46 for ; Thu, 25 May 2023 19:37:55 +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 9sbeVJZqJ9Kl for ; Thu, 25 May 2023 19:37:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8D4684D44 for ; Thu, 25 May 2023 19:37:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1CBDFA87; Thu, 25 May 2023 19:37:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685043474226660" MIME-Version: 1.0 Date: Thu, 25 May 2023 19:37:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/meson To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230525193754.B1CBDFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685043474226660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 25 19:37:54 UTC 2023 Modified Files: pkgsrc/devel/meson: Makefile distinfo Log Message: meson: updated to 1.1.1 1.1.1 No changelog To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/meson/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/meson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685043474226660 Content-Disposition: inline Content-Length: 1734 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.50 pkgsrc/devel/meson/Makefile:1.51 --- pkgsrc/devel/meson/Makefile:1.50 Tue Apr 25 19:54:40 2023 +++ pkgsrc/devel/meson/Makefile Thu May 25 19:37:54 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2023/04/25 19:54:40 nikita Exp $ +# $NetBSD: Makefile,v 1.51 2023/05/25 19:37:54 adam Exp $ -DISTNAME= meson-1.1.0 +DISTNAME= meson-1.1.1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/} Index: pkgsrc/devel/meson/distinfo diff -u pkgsrc/devel/meson/distinfo:1.46 pkgsrc/devel/meson/distinfo:1.47 --- pkgsrc/devel/meson/distinfo:1.46 Tue Apr 25 19:54:40 2023 +++ pkgsrc/devel/meson/distinfo Thu May 25 19:37:54 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2023/04/25 19:54:40 nikita Exp $ +$NetBSD: distinfo,v 1.47 2023/05/25 19:37:54 adam Exp $ -BLAKE2s (meson-1.1.0.tar.gz) = 8084b6f9a9cbaad32c5b93e7d0c0344eeda24957a6a792fe5de1d59aa7972108 -SHA512 (meson-1.1.0.tar.gz) = b8968becd1de25d8e92ecbe4c3b50694269a463430b41fcf5206f35ac952507b01f316721fb36f8c7940437e35c3588f6a4504f5b8256fa47fd9b0ceb588ae39 -Size (meson-1.1.0.tar.gz) = 2124254 bytes +BLAKE2s (meson-1.1.1.tar.gz) = 5a0c2752b32cff86e7558956f8b54e03242c546b4e99103566ddfc7449998eb1 +SHA512 (meson-1.1.1.tar.gz) = c6259d73566d2532b87e8a23951363103f7be2aacdf120e50946273a2fed6b1602104a3ffbfda159138ac8f780d2c3e67a6fe2c8c228b73c1266775491797adb +Size (meson-1.1.1.tar.gz) = 2125503 bytes SHA1 (patch-mesonbuild_compilers_detect.py) = 44b3a70a127824808c8a05226a546988c6a1339f SHA1 (patch-mesonbuild_compilers_mixins_gnu.py) = 34c2f6f215d5aed1d6c422187f733d0d488ebb4f SHA1 (patch-mesonbuild_dependencies_dev.py) = 2165f1ee4ad5d9689eb2fb7e94841503336070b9 --_----------=_1685043474226660--