Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2P6hknVl; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DWS/4eQi Received: by mail.netbsd.org (Postfix, from userid 605) id 1A12284E64; Tue, 12 Mar 2024 07:58:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710230316; bh=Pn1wjDnBXDptvsWFqqObq1KRtQ4sSUqYo+YOtRArEZ8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2P6hknVlu9+1xqbCX6pqKPgt0zfY2Y5hCmqAGp17+f4WMZxHlVhmegIdOz8rq7uiU iq2psCGmwZwonweTEOtHMxqVnrl2QCkhNKOtH5k/nJlyk6rX7EBmgPJ6aVY6QzwvCd cfLUbbJhJpiCoi7tw/nRc2sar9AIMCN7iKClcCaQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D51C84D59 for ; Tue, 12 Mar 2024 07:58: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 jqAjGnlBLNGI for ; Tue, 12 Mar 2024 07:58:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75C0784CED for ; Tue, 12 Mar 2024 07:58:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710230314; bh=Pn1wjDnBXDptvsWFqqObq1KRtQ4sSUqYo+YOtRArEZ8=; h=Date:From:Subject:To:Reply-To; b=DWS/4eQijrQm3Zs1iiN/GE8v45re369lvBlpHAkshsmCq2B6RyfqZ/gqqFLwNyVNA O4/a9cL9IdhcgrtrNfF0xAJosE8994Yd2fnrq6Y1m6v0uWmwEkwilVTW6Dgyp2Wgz+ iXsvBnVQUBf3itJsno0u1K+4so1HC0XOEBBQpvB4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68E2FFA2C; Tue, 12 Mar 2024 07:58:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710230314200950" MIME-Version: 1.0 Date: Tue, 12 Mar 2024 07:58:34 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-ExtUtils-CChecker To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240312075834.68E2FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710230314200950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Mar 12 07:58:34 UTC 2024 Modified Files: pkgsrc/devel/p5-ExtUtils-CChecker: Makefile distinfo Log Message: p5-ExtUtils-CChecker: update to 0.12. 0.12 2024-03-02 [CHANGES] * Document the `->define` method * Overall module style updates + `use v5.14` in all files + use `package NAME VER` syntax + Use `Test2::V0` instead of `Test::More` + `Test::Fatal` To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-ExtUtils-CChecker/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-ExtUtils-CChecker/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710230314200950 Content-Disposition: inline Content-Length: 2048 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-ExtUtils-CChecker/Makefile diff -u pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.11 pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.12 --- pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.11 Thu Jul 6 09:39:07 2023 +++ pkgsrc/devel/p5-ExtUtils-CChecker/Makefile Tue Mar 12 07:58:34 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2023/07/06 09:39:07 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2024/03/12 07:58:34 wiz Exp $ -DISTNAME= ExtUtils-CChecker-0.11 +DISTNAME= ExtUtils-CChecker-0.12 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/} @@ -11,6 +10,8 @@ HOMEPAGE= https://metacpan.org/pod/ExtUt COMMENT= Perl5 configure-check utilities LICENSE= ${PERL5_LICENSE} +TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite + PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/ExtUtils/CChecker/.packlist USE_LANGUAGES= c Index: pkgsrc/devel/p5-ExtUtils-CChecker/distinfo diff -u pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.4 pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.5 --- pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.4 Tue Oct 26 10:16:32 2021 +++ pkgsrc/devel/p5-ExtUtils-CChecker/distinfo Tue Mar 12 07:58:34 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:16:32 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/03/12 07:58:34 wiz Exp $ -BLAKE2s (ExtUtils-CChecker-0.11.tar.gz) = 07b4a2dece81a3b2021ebe2b86859e3ce46d8bdc4af1de118f374acff4f7aa1b -SHA512 (ExtUtils-CChecker-0.11.tar.gz) = 4b638e5082443eafcf2f3586ec8ff20ee62b054f8bc24149dd7a2549f57ca748618f76c057f456eadca4e5c4099071ee2d1c8993a13e2f5ea8924cd92319dd8c -Size (ExtUtils-CChecker-0.11.tar.gz) = 20241 bytes +BLAKE2s (ExtUtils-CChecker-0.12.tar.gz) = 5d6725a2ed99466b9056030b0eba041f9a8c28b0d7d4dc63ddfd0b35b3ac48db +SHA512 (ExtUtils-CChecker-0.12.tar.gz) = d0408d88d6c33de799959f42f296d1d05187a12b943a4aee93a79d608a56d972d0f90e6d64712b2722563ba36fc59092cbfb6608d9a39a97b7c1efebefeab979 +Size (ExtUtils-CChecker-0.12.tar.gz) = 21019 bytes --_----------=_1710230314200950--