Sun Mar 21 08:46:49 2021 UTC ()
Update to 0.79. From the changelog:

[Changed]
- Files with DOS line endings (\r\n) no longer leave \r at the
  end of the line on Unix (\n line-ending systems)
- Stop warning about mixed comments being disallowed after consulting
  the Cucumber project through their Slack channel
- Moved CI to GitHub Actions, because TravisCI minutes ran out

[Fixed]
- Fix parallel testing support in the `prove` plugin (prove '-j' support)
- Fix passing UTF-8 data from sub-process spawned by `prove` plugin
- Fix formatting UTF-8 TAP output collected during step execution


(schmonz)
diff -r1.50 -r1.51 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
diff -r1.40 -r1.41 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2021/02/10 20:55:39 1.50
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2021/03/21 08:46:48 1.51
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.50 2021/02/10 20:55:39 schmonz Exp $ 1# $NetBSD: Makefile,v 1.51 2021/03/21 08:46:48 schmonz Exp $
2 2
3DISTNAME= Test-BDD-Cucumber-0.77 3DISTNAME= Test-BDD-Cucumber-0.79
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
7 7
8MAINTAINER= schmonz@NetBSD.org 8MAINTAINER= schmonz@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber 9HOMEPAGE= https://metacpan.org/release/Test-BDD-Cucumber
10COMMENT= Feature-complete Cucumber-style testing in Perl 10COMMENT= Feature-complete Cucumber-style testing in Perl
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule 13DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
14DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS 14DEPENDS+= p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
15DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 15DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
16DEPENDS+= p5-Moo>=2.002002:../../devel/p5-Moo 16DEPENDS+= p5-Moo>=2.002002:../../devel/p5-Moo
17DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia 17DEPENDS+= p5-MooX-HandlesVia-[0-9]*:../../devel/p5-MooX-HandlesVia
18DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class 18DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
19DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote 19DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
20DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences 20DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
21DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny 21DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
22DEPENDS+= p5-YAML>=1.15:../../textproc/p5-YAML 22DEPENDS+= p5-YAML>=1.15:../../textproc/p5-YAML
23DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures 23DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
24 24
25#BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 25#BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
26#BUILD_DEPENDS+= p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always 26#BUILD_DEPENDS+= p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always
 27#BUILD_DEPENDS+= p5-IO-Stringy-[0-9]*:../../devel/p5-IO-Stringy
27 28
28REPLACE_PERL+= bin/pherkin 29REPLACE_PERL+= bin/pherkin
29PERL5_PACKLIST= auto/Test/BDD/Cucumber/.packlist 30PERL5_PACKLIST= auto/Test/BDD/Cucumber/.packlist
30 31
31.include "../../lang/perl5/module.mk" 32.include "../../lang/perl5/module.mk"
32.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"

cvs diff -r1.40 -r1.41 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2021/02/10 20:55:39 1.40
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2021/03/21 08:46:48 1.41
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.40 2021/02/10 20:55:39 schmonz Exp $ 1$NetBSD: distinfo,v 1.41 2021/03/21 08:46:48 schmonz Exp $
2 2
3SHA1 (Test-BDD-Cucumber-0.77.tar.gz) = 5bbd53358039bea9cba451d60a45a7a62c66b13d 3SHA1 (Test-BDD-Cucumber-0.79.tar.gz) = cd3e2b31fe1156af0df873426770028888e1d1c4
4RMD160 (Test-BDD-Cucumber-0.77.tar.gz) = 663332de55e2f488a0d87914af02f2ccc12b4c88 4RMD160 (Test-BDD-Cucumber-0.79.tar.gz) = 2d75002dc5323110eed2741b02263c219d3b6545
5SHA512 (Test-BDD-Cucumber-0.77.tar.gz) = c7efacf71032233f8bbc7a1ca54a508c8500a6e810bc728082150bc18bf347aeb8f59b024ce26d7863be39046ea77286cf928f3121aa9732854370a3e44ef26b 5SHA512 (Test-BDD-Cucumber-0.79.tar.gz) = 6fa8f5b76349da9faf122613abb913b0a71c5b228bc6540f898a261c0765565a1b4f731d3977015d5d347bcdc8b0834e1e32bbec787e9ba79de7864fd83b3bfc
6Size (Test-BDD-Cucumber-0.77.tar.gz) = 104086 bytes 6Size (Test-BDD-Cucumber-0.79.tar.gz) = 104473 bytes