Received: by mail.netbsd.org (Postfix, from userid 605) id F412384D33; Sat, 12 Jun 2021 13:51:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CA4A84CFC for ; Sat, 12 Jun 2021 13:51:19 +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 n-7eauCB1TrH for ; Sat, 12 Jun 2021 13:51:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A0D6484CD9 for ; Sat, 12 Jun 2021 13:51:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99A4CFA95; Sat, 12 Jun 2021 13:51:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162350587887650" MIME-Version: 1.0 Date: Sat, 12 Jun 2021 13:51:18 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Which To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210612135118.99A4CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162350587887650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Jun 12 13:51:18 UTC 2021 Modified Files: pkgsrc/devel/p5-File-Which: Makefile distinfo Log Message: Update to 1.27 Upstream changes: 1.27 2021-05-07 04:54:31 -0600 - Production release identical to 1.26_01 1.26_01 2021-04-27 05:15:20 -0600 - Fix bug in test where test files sometimes didn't have execute permissions (gh#31) - Add Env as an explicit test prereq (gh#13, gh#32) 1.25_01 2021-04-25 07:35:41 -0600 - Tests should now work when Perl isn't in the PATH (gh#29, gh#30) Upstream changes: To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-File-Which/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-File-Which/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162350587887650 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Which/Makefile diff -u pkgsrc/devel/p5-File-Which/Makefile:1.31 pkgsrc/devel/p5-File-Which/Makefile:1.32 --- pkgsrc/devel/p5-File-Which/Makefile:1.31 Mon May 24 19:50:44 2021 +++ pkgsrc/devel/p5-File-Which/Makefile Sat Jun 12 13:51:18 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2021/05/24 19:50:44 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2021/06/12 13:51:18 wen Exp $ -DISTNAME= File-Which-1.24 +DISTNAME= File-Which-1.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Which/distinfo diff -u pkgsrc/devel/p5-File-Which/distinfo:1.13 pkgsrc/devel/p5-File-Which/distinfo:1.14 --- pkgsrc/devel/p5-File-Which/distinfo:1.13 Mon Apr 26 12:53:05 2021 +++ pkgsrc/devel/p5-File-Which/distinfo Sat Jun 12 13:51:18 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2021/04/26 12:53:05 wiz Exp $ +$NetBSD: distinfo,v 1.14 2021/06/12 13:51:18 wen Exp $ -SHA1 (File-Which-1.24.tar.gz) = 26008674b6770eea5ddc0a735c6d7803844c1519 -RMD160 (File-Which-1.24.tar.gz) = 4ff3d49a5420f2a60dc151eb73ad6db5bb3440a0 -SHA512 (File-Which-1.24.tar.gz) = bf4c273e242a2fb3839d35369c12bf9f917cf6e2356293c9a2efe7e603cada0c941c916138277cf8aa7ffbd2adf5e3d570ce6cfbf5deee346cae57375e60abc2 -Size (File-Which-1.24.tar.gz) = 24838 bytes +SHA1 (File-Which-1.27.tar.gz) = 25d5531419706fee46740609bb312ef15a59029d +RMD160 (File-Which-1.27.tar.gz) = 5fa5d9860b0e429b1ce1a163fb645cadc4fd0456 +SHA512 (File-Which-1.27.tar.gz) = 8a6164c4af915e93924b1d62864e492b1c5067856e505c50b9a5cce0600d73bdcda5f7e35a9f37134d9e89949b45bbd0a5426cb56121604aea1a3cfe48d55e5c +Size (File-Which-1.27.tar.gz) = 25146 bytes --_----------=_162350587887650--