Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D259A84D43 for ; Sat, 16 Dec 2023 11:29:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 Gy3rDpiReJFE for ; Sat, 16 Dec 2023 11:29:37 +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 4F15084D09 for ; Sat, 16 Dec 2023 11:29:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4244DFA42; Sat, 16 Dec 2023 11:29:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170272617758680" MIME-Version: 1.0 Date: Sat, 16 Dec 2023 11:29:37 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-File-Find-Object To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20231216112937.4244DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170272617758680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 16 11:29:37 UTC 2023 Modified Files: pkgsrc/devel/p5-File-Find-Object: Makefile distinfo Log Message: (devel/p5-File-Find-Object) Updated 0.3.7 to 0.3.8 0.3.8 2023-07-22 - Fix use_ok() call. - https://github.com/shlomif/perl-file-find-object/pull/3 - Thanks to @haarg . To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-File-Find-Object/Makefile cvs rdiff -u -r1.9 -r1.10 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. --_----------=_170272617758680 Content-Disposition: inline Content-Length: 1715 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.16 pkgsrc/devel/p5-File-Find-Object/Makefile:1.17 --- pkgsrc/devel/p5-File-Find-Object/Makefile:1.16 Thu Jul 6 09:39:09 2023 +++ pkgsrc/devel/p5-File-Find-Object/Makefile Sat Dec 16 11:29:37 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2023/07/06 09:39:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2023/12/16 11:29:37 mef Exp $ -DISTNAME= File-Find-Object-0.3.7 +DISTNAME= File-Find-Object-0.3.8 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Find-Object/distinfo diff -u pkgsrc/devel/p5-File-Find-Object/distinfo:1.9 pkgsrc/devel/p5-File-Find-Object/distinfo:1.10 --- pkgsrc/devel/p5-File-Find-Object/distinfo:1.9 Tue Jun 27 08:06:37 2023 +++ pkgsrc/devel/p5-File-Find-Object/distinfo Sat Dec 16 11:29:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/06/27 08:06:37 wen Exp $ +$NetBSD: distinfo,v 1.10 2023/12/16 11:29:37 mef Exp $ -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 +BLAKE2s (File-Find-Object-0.3.8.tar.gz) = 88ab379ad67d56a5ae3fac30d5e84931e044c4c7161bdaa2844f682cb72c4fe4 +SHA512 (File-Find-Object-0.3.8.tar.gz) = f3a00f6b8ec22e7a7361ef158a4c631e1c834e19fb672cf429bdcffb3d11b35aff94a07a73b1922a8f47bab90f3dbc64c39da7a8899df9337b062a430481827e +Size (File-Find-Object-0.3.8.tar.gz) = 29766 bytes --_----------=_170272617758680--