Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAC1784E58 for ; Tue, 27 Jun 2023 08:06:38 +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 9G_8gToyIqqw for ; Tue, 27 Jun 2023 08:06:38 +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 12E2A84D31 for ; Tue, 27 Jun 2023 08:06:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 012E4FA89; Tue, 27 Jun 2023 08:06:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687853197208690" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 08:06:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Find-Object To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627080638.012E4FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687853197208690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 08:06:37 UTC 2023 Modified Files: pkgsrc/devel/p5-File-Find-Object: Makefile distinfo Log Message: Update to 0.3.7 Add missing TEST_DEPENDS Upstream changes: 0.3.7 2023-01-01 - Fix test failures on mswin - https://github.com/shlomif/perl-file-find-object/issues/2 - thanks to @jddurand 0.3.6 2021-08-26 - Extract https://metacpan.org/pod/File::TreeCreate . To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-File-Find-Object/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-File-Find-Object/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687853197208690 Content-Disposition: inline Content-Length: 2092 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Find-Object/Makefile diff -u pkgsrc/devel/p5-File-Find-Object/Makefile:1.14 pkgsrc/devel/p5-File-Find-Object/Makefile:1.15 --- pkgsrc/devel/p5-File-Find-Object/Makefile:1.14 Tue Jun 28 11:32:25 2022 +++ pkgsrc/devel/p5-File-Find-Object/Makefile Tue Jun 27 08:06:37 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/06/28 11:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2023/06/27 08:06:37 wen Exp $ -DISTNAME= File-Find-Object-0.3.5 +DISTNAME= File-Find-Object-0.3.7 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -12,6 +11,8 @@ COMMENT= Object-oriented and iterative r LICENSE= artistic-2.0 TEST_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor +TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File +TEST_DEPENDS+= p5-File-TreeCreate-[0-9]*:../../devel/p5-File-TreeCreate PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/File/Find/Object/.packlist Index: pkgsrc/devel/p5-File-Find-Object/distinfo diff -u pkgsrc/devel/p5-File-Find-Object/distinfo:1.8 pkgsrc/devel/p5-File-Find-Object/distinfo:1.9 --- pkgsrc/devel/p5-File-Find-Object/distinfo:1.8 Tue Oct 26 10:16:35 2021 +++ pkgsrc/devel/p5-File-Find-Object/distinfo Tue Jun 27 08:06:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:16:35 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/06/27 08:06:37 wen Exp $ -BLAKE2s (File-Find-Object-0.3.5.tar.gz) = 87dbe9b1ca8434f46a6cd523beba280b58a9c05aa4034324e08487a5352827ba -SHA512 (File-Find-Object-0.3.5.tar.gz) = 0260f9b82cc742078f272544cf1e5bd021aefc234833e84f655a94b6e43dab2d6ce900490ab60fc4fb1977beed89003dabd90deffffd12d45c5987e6d4fa6f9d -Size (File-Find-Object-0.3.5.tar.gz) = 30270 bytes +BLAKE2s (File-Find-Object-0.3.7.tar.gz) = 4c30d9e60163ae3166b0e6e35921a7e4f4851260210be9eca7572c4e2687db83 +SHA512 (File-Find-Object-0.3.7.tar.gz) = d6bf9835d3fef13bdcf5b2821ac359279b9779c76658505ff487cc0df73e26912999b8630df997ba98e1d15c4f69cc71312c76327bcb9deb72a94d1ffdb7cb2d +Size (File-Find-Object-0.3.7.tar.gz) = 29725 bytes --_----------=_1687853197208690--