Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7440184E5E for ; Tue, 27 Jun 2023 10:17:57 +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 bj5_j2pgnyUh for ; Tue, 27 Jun 2023 10:17:57 +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 E21A084CD8 for ; Tue, 27 Jun 2023 10:17:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAB2EFA89; Tue, 27 Jun 2023 10:17:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687861076272400" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 10:17:56 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Find-Rule-Perl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627101756.DAB2EFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687861076272400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 10:17:56 UTC 2023 Modified Files: pkgsrc/devel/p5-File-Find-Rule-Perl: Makefile distinfo Log Message: Update to 1.16 Upstream changes: 1.16 2022-03-29 - fix test when run after 'make clean' (RT#142008) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687861076272400 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile diff -u pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile:1.24 pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile:1.25 --- pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile:1.24 Tue Jun 28 11:32:25 2022 +++ pkgsrc/devel/p5-File-Find-Rule-Perl/Makefile Tue Jun 27 10:17:56 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/06/28 11:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/06/27 10:17:56 wen Exp $ -DISTNAME= File-Find-Rule-Perl-1.15 +DISTNAME= File-Find-Rule-Perl-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo diff -u pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo:1.10 pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo:1.11 --- pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo:1.10 Tue Oct 26 10:16:35 2021 +++ pkgsrc/devel/p5-File-Find-Rule-Perl/distinfo Tue Jun 27 10:17:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:16:35 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/06/27 10:17:56 wen Exp $ -BLAKE2s (File-Find-Rule-Perl-1.15.tar.gz) = 0774a34b4500280eeb52eefa8436ee8eb36d0fc8e13d23a4c998a5e3c6fa187f -SHA512 (File-Find-Rule-Perl-1.15.tar.gz) = 90fc64991fbdb47bcb712f2bf7c85b2571a2b161952574606ddfd9c9ad9aeaaa2e0f3355b9c8b993ab2479d8c80e89075caa9e5413259c2bb99b1e75ef791670 -Size (File-Find-Rule-Perl-1.15.tar.gz) = 7502 bytes +BLAKE2s (File-Find-Rule-Perl-1.16.tar.gz) = bbcbfa03144fc32b7ea0427f286bb41873054cec79532acaea86b268e2c3d755 +SHA512 (File-Find-Rule-Perl-1.16.tar.gz) = 750e59c2aed55e7a73f9dbc67654d7f9de39b744967caa31510f9234bb71437cdd821babf7b80f435d6a968e9d4a49df503449683e866e090c7f120c56e20a47 +Size (File-Find-Rule-Perl-1.16.tar.gz) = 7812 bytes --_----------=_1687861076272400--