Received: by mail.netbsd.org (Postfix, from userid 605) id A2DE784E7C; Sun, 4 Jul 2021 07:30:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1EAC84E8E for ; Sun, 4 Jul 2021 07:30:49 +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 iG8RCfjLlhUQ for ; Sun, 4 Jul 2021 07:30:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3802C84E8D for ; Sun, 4 Jul 2021 07:30:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30CFBFAAB; Sun, 4 Jul 2021 07:30:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162538384814750" MIME-Version: 1.0 Date: Sun, 4 Jul 2021 07:30:48 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Needs To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210704073048.30CFBFAAB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162538384814750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 4 07:30:48 UTC 2021 Modified Files: pkgsrc/devel/p5-Test-Needs: Makefile distinfo Log Message: Update to 0.002009 Upstream changes: 0.002009 - 2021-05-25 - fix warnings from Test::Builder if Test::Needs is loaded first, and is used to check for a Test module. - fix location in code reported when a module check fails. - support short forms of perl versions - support perl versions greater than 5 - fix handling of v-string versions on perl 5.6 0.002_008 - 2019-07-12 - fix test compatibility with Windows. 0.002_007 - 2019-07-09 - fix tests when @INC includes directories that shouldn't have their archname or version subdirectories added. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-Needs/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Test-Needs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162538384814750 Content-Disposition: inline Content-Length: 1732 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Needs/Makefile diff -u pkgsrc/devel/p5-Test-Needs/Makefile:1.9 pkgsrc/devel/p5-Test-Needs/Makefile:1.10 --- pkgsrc/devel/p5-Test-Needs/Makefile:1.9 Mon May 24 19:51:47 2021 +++ pkgsrc/devel/p5-Test-Needs/Makefile Sun Jul 4 07:30:48 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2021/05/24 19:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2021/07/04 07:30:48 wen Exp $ -DISTNAME= Test-Needs-0.002006 +DISTNAME= Test-Needs-0.002009 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Needs/distinfo diff -u pkgsrc/devel/p5-Test-Needs/distinfo:1.3 pkgsrc/devel/p5-Test-Needs/distinfo:1.4 --- pkgsrc/devel/p5-Test-Needs/distinfo:1.3 Fri Apr 19 23:40:27 2019 +++ pkgsrc/devel/p5-Test-Needs/distinfo Sun Jul 4 07:30:48 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/04/19 23:40:27 wen Exp $ +$NetBSD: distinfo,v 1.4 2021/07/04 07:30:48 wen Exp $ -SHA1 (Test-Needs-0.002006.tar.gz) = a5536540c4ebb5eb8fa7b663276d3df9d705b2fe -RMD160 (Test-Needs-0.002006.tar.gz) = 8bcc4b35ae6d9ef86c3a1f4edd43e5b459af5678 -SHA512 (Test-Needs-0.002006.tar.gz) = d0c1c527f486250a5c1e4b6e34e4ddcb1e7ab9233f9535b877cc36c8577592be28bf5f78567f45ec0388b276333742d1d15d7841827b64a8d170f475bd4488b7 -Size (Test-Needs-0.002006.tar.gz) = 15337 bytes +SHA1 (Test-Needs-0.002009.tar.gz) = 249b163e33e03b13fda3c6b83fb2bbac41661fed +RMD160 (Test-Needs-0.002009.tar.gz) = 14dc056d6baec2867f8cc362a4bd690be3b8a798 +SHA512 (Test-Needs-0.002009.tar.gz) = 758f22ca9b024f7d3252ff575ae84453e64f4ef4e18d3233cdaa3b81d9212cf48e41fde529047e7355678d5e53345bd51210a45dd9545c3bf8ffe16f96a9500d +Size (Test-Needs-0.002009.tar.gz) = 17052 bytes --_----------=_162538384814750--