Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E34DC84EF1 for ; Fri, 30 Jun 2023 12:33: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 ie_oD6L6bf_0 for ; Fri, 30 Jun 2023 12:33:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 521D084DA5 for ; Fri, 30 Jun 2023 12:33:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 44A7CFA89; Fri, 30 Jun 2023 12:33:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168812841794080" MIME-Version: 1.0 Date: Fri, 30 Jun 2023 12:33:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-CheckManifest To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230630123337.44A7CFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168812841794080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Fri Jun 30 12:33:37 UTC 2023 Modified Files: pkgsrc/devel/p5-Test-CheckManifest: Makefile distinfo Log Message: Update to 1.43 Upstream changes: 1.43 2023-02-01 08:32:00 * $home is usually given without trailing slash, the $files_in_skip is taken from MANIFEST.SKIP which usually contain regexes for files relative the $home. Therefore the remaining leading slashes in $localfile (thanks to bschmalhofer) * Fix home removal on Win32 (thanks to E. Choroba) * Replace string eval with block eval (thanks to Paul Cochrane) * various "infrastructure" changes (thanks to Paul Cochrane) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Test-CheckManifest/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Test-CheckManifest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168812841794080 Content-Disposition: inline Content-Length: 1752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-CheckManifest/Makefile diff -u pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.24 pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.25 --- pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.24 Tue Jun 28 11:33:22 2022 +++ pkgsrc/devel/p5-Test-CheckManifest/Makefile Fri Jun 30 12:33:37 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2022/06/28 11:33:22 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2023/06/30 12:33:37 wen Exp $ -DISTNAME= Test-CheckManifest-1.42 +DISTNAME= Test-CheckManifest-1.43 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-CheckManifest/distinfo diff -u pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.12 pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.13 --- pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.12 Tue Oct 26 10:17:38 2021 +++ pkgsrc/devel/p5-Test-CheckManifest/distinfo Fri Jun 30 12:33:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:17:38 nia Exp $ +$NetBSD: distinfo,v 1.13 2023/06/30 12:33:37 wen Exp $ -BLAKE2s (Test-CheckManifest-1.42.tar.gz) = 571dba51ddefb4bc6e0203a905507809a836917fa4bdf792bc21cb29794714be -SHA512 (Test-CheckManifest-1.42.tar.gz) = b1853e56aa47b4431ed95531cd7ad86a6ce0bcefbaad127193bef6e510953bb029e29fb74898ab31f6cadee351519868e0a109fc94e8afc2ebae8b8c5a39bda6 -Size (Test-CheckManifest-1.42.tar.gz) = 16154 bytes +BLAKE2s (Test-CheckManifest-1.43.tar.gz) = 8bebb4b62f2ecf046f298a43e88c630e813dac9a6844d842a7a0c538c61a9c70 +SHA512 (Test-CheckManifest-1.43.tar.gz) = cd0a9bdc2e8cd366c4e1153ca1e50628d295e14e5d3c6e7a59fbff48c60f49b52fc0ef989b27704330385b035bc72790b76e6f1e010aeab2f411f55679fd6646 +Size (Test-CheckManifest-1.43.tar.gz) = 16581 bytes --_----------=_168812841794080--