Sun Jul 4 07:30:48 2021 UTC ()
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.


(wen)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Test-Needs/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Test-Needs/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Test-Needs/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Needs/Makefile 2021/05/24 19:51:47 1.9
+++ pkgsrc/devel/p5-Test-Needs/Makefile 2021/07/04 07:30:48 1.10
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2021/05/24 19:51:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2021/07/04 07:30:48 wen Exp $
2 2
3DISTNAME= Test-Needs-0.002006 3DISTNAME= Test-Needs-0.002009
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= wen@NetBSD.org 8MAINTAINER= wen@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Test-Needs 9HOMEPAGE= https://metacpan.org/release/Test-Needs
11COMMENT= Skip tests when modules not available 10COMMENT= Skip tests when modules not available
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15 14
16PERL5_PACKLIST= auto/Test/Needs/.packlist 15PERL5_PACKLIST= auto/Test/Needs/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Test-Needs/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Needs/distinfo 2019/04/19 23:40:27 1.3
+++ pkgsrc/devel/p5-Test-Needs/distinfo 2021/07/04 07:30:48 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2019/04/19 23:40:27 wen Exp $ 1$NetBSD: distinfo,v 1.4 2021/07/04 07:30:48 wen Exp $
2 2
3SHA1 (Test-Needs-0.002006.tar.gz) = a5536540c4ebb5eb8fa7b663276d3df9d705b2fe 3SHA1 (Test-Needs-0.002009.tar.gz) = 249b163e33e03b13fda3c6b83fb2bbac41661fed
4RMD160 (Test-Needs-0.002006.tar.gz) = 8bcc4b35ae6d9ef86c3a1f4edd43e5b459af5678 4RMD160 (Test-Needs-0.002009.tar.gz) = 14dc056d6baec2867f8cc362a4bd690be3b8a798
5SHA512 (Test-Needs-0.002006.tar.gz) = d0c1c527f486250a5c1e4b6e34e4ddcb1e7ab9233f9535b877cc36c8577592be28bf5f78567f45ec0388b276333742d1d15d7841827b64a8d170f475bd4488b7 5SHA512 (Test-Needs-0.002009.tar.gz) = 758f22ca9b024f7d3252ff575ae84453e64f4ef4e18d3233cdaa3b81d9212cf48e41fde529047e7355678d5e53345bd51210a45dd9545c3bf8ffe16f96a9500d
6Size (Test-Needs-0.002006.tar.gz) = 15337 bytes 6Size (Test-Needs-0.002009.tar.gz) = 17052 bytes