pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-BDD-Cucumber
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Feb 10 20:55:39 UTC 2021
Modified Files:
pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo
Log Message:
Update to 0.77. From the changelog:
[Added]
- New option `--version` for `pherkin`
[Changed]
- Even more compact storage of language definitions
[Fixed]
- With `prove`, no location details are reported (as they are with
regular Test::More tests), unless run in verbose mode which includes
all non-failing output too (gh #176)
- Require YAML v1.15 to fix failures seen on cpantesters
- No exit status reported for tests run by the `prove` integration
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.49 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.50
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.49 Sun Feb 7 20:16:39 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile Wed Feb 10 20:55:39 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2021/02/07 20:16:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.50 2021/02/10 20:55:39 schmonz Exp $
-DISTNAME= Test-BDD-Cucumber-0.76
+DISTNAME= Test-BDD-Cucumber-0.77
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -19,7 +19,7 @@ DEPENDS+= p5-Path-Class-[0-9]*:../../de
DEPENDS+= p5-Sub-Quote-[0-9]*:../../devel/p5-Sub-Quote
DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
-DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
+DEPENDS+= p5-YAML>=1.15:../../textproc/p5-YAML
DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
#BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.39 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.40
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.39 Sun Feb 7 20:16:39 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo Wed Feb 10 20:55:39 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2021/02/07 20:16:39 schmonz Exp $
+$NetBSD: distinfo,v 1.40 2021/02/10 20:55:39 schmonz Exp $
-SHA1 (Test-BDD-Cucumber-0.76.tar.gz) = a4d71137865f94f14ccd5670b50afe09c5de0042
-RMD160 (Test-BDD-Cucumber-0.76.tar.gz) = 572d99328ead5e40fca57e1fa04fe26e95b9a669
-SHA512 (Test-BDD-Cucumber-0.76.tar.gz) = 44ec439ab5eac5d3ba8f236c7715caebfb27286d13094df8bce0f06962aacc0f6fa43a692a68add91eff1f9171b989f6ae345adc148a4f6b3dc440ccf50190f1
-Size (Test-BDD-Cucumber-0.76.tar.gz) = 103308 bytes
+SHA1 (Test-BDD-Cucumber-0.77.tar.gz) = 5bbd53358039bea9cba451d60a45a7a62c66b13d
+RMD160 (Test-BDD-Cucumber-0.77.tar.gz) = 663332de55e2f488a0d87914af02f2ccc12b4c88
+SHA512 (Test-BDD-Cucumber-0.77.tar.gz) = c7efacf71032233f8bbc7a1ca54a508c8500a6e810bc728082150bc18bf347aeb8f59b024ce26d7863be39046ea77286cf928f3121aa9732854370a3e44ef26b
+Size (Test-BDD-Cucumber-0.77.tar.gz) = 104086 bytes
Home |
Main Index |
Thread Index |
Old Index