Thu Feb 25 18:27:52 2016 UTC ()
Update to 0.48. From the changelog:

- Now without cruft that was lying around in the build dir
- eheulsmann adds extra documentation on extensions
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/82
- eheulsmann fixes which keys we allow in configuration files
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/81
- Spelling mistakes fixed
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/75
- Table quoting fixed
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/50
- Extensions gains setup and teardown methods
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/78
- Works on old Perls again:
    https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/79


(schmonz)
diff -r1.21 -r1.22 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo

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

--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2016/02/11 13:10:26 1.21
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile 2016/02/25 18:27:52 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2016/02/11 13:10:26 schmonz Exp $ 1# $NetBSD: Makefile,v 1.22 2016/02/25 18:27:52 schmonz Exp $
2 2
3DISTNAME= Test-BDD-Cucumber-0.45 3DISTNAME= Test-BDD-Cucumber-0.48
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= http://search.cpan.org/dist/Test-BDD-Cucumber/ 9HOMEPAGE= http://search.cpan.org/dist/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-Clone-[0-9]*:../../devel/p5-Clone 13DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
14DEPENDS+= p5-Devel-Refcount-[0-9]*:../../devel/p5-Devel-Refcount 14DEPENDS+= p5-Devel-Refcount-[0-9]*:../../devel/p5-Devel-Refcount
15DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule 15DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
16DEPENDS+= p5-File-Slurp>=9999.16:../../devel/p5-File-Slurp 16DEPENDS+= p5-File-Slurp>=9999.16:../../devel/p5-File-Slurp

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

--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2016/02/11 13:10:26 1.17
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo 2016/02/25 18:27:52 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2016/02/11 13:10:26 schmonz Exp $ 1$NetBSD: distinfo,v 1.18 2016/02/25 18:27:52 schmonz Exp $
2 2
3SHA1 (Test-BDD-Cucumber-0.45.tar.gz) = 262c5cd0e531a68b9b292c1bacd0ab1877539760 3SHA1 (Test-BDD-Cucumber-0.48.tar.gz) = 9934e2428c5a9581adf19e7305fd4b5d4dd6a6e5
4RMD160 (Test-BDD-Cucumber-0.45.tar.gz) = 52eaf0883acc3429e71a8c3de765cd18911e2bdc 4RMD160 (Test-BDD-Cucumber-0.48.tar.gz) = 32fa09416857340955dfdf8a6cf12abf65f700a9
5SHA512 (Test-BDD-Cucumber-0.45.tar.gz) = 83b78c398c3eba12f0130c8090f1a23899f02632b89f633972ce4bd017cd66a5c9658b24c86977addf89090a462016ed486cfb522672b3dd6cc0994a72b088f0 5SHA512 (Test-BDD-Cucumber-0.48.tar.gz) = 0852e32d1db8a0f4115c2eab9c8cd7756f6ebc16f582d928c034d3d2a2e477e60ee58389f9aba6a694e1b5d742d7c34f4b6cca2168ad0ec4bdfee472e4c93af2
6Size (Test-BDD-Cucumber-0.45.tar.gz) = 80568 bytes 6Size (Test-BDD-Cucumber-0.48.tar.gz) = 81079 bytes