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:           Sun Mar 21 08:46:49 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Test-BDD-Cucumber: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.40 -r1.41 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.50 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.51
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.50     Wed Feb 10 20:55:39 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Sun Mar 21 08:46:48 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2021/02/10 20:55:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.51 2021/03/21 08:46:48 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.77
+DISTNAME=              Test-BDD-Cucumber-0.79
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -24,6 +24,7 @@ DEPENDS+=             p5-strictures-[0-9]*:../../de
 
 #BUILD_DEPENDS+=       p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 #BUILD_DEPENDS+=       p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always
+#BUILD_DEPENDS+=       p5-IO-Stringy-[0-9]*:../../devel/p5-IO-Stringy
 
 REPLACE_PERL+=         bin/pherkin
 PERL5_PACKLIST=                auto/Test/BDD/Cucumber/.packlist

Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.40 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.41
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.40     Wed Feb 10 20:55:39 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Sun Mar 21 08:46:48 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2021/02/10 20:55:39 schmonz Exp $
+$NetBSD: distinfo,v 1.41 2021/03/21 08:46:48 schmonz Exp $
 
-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
+SHA1 (Test-BDD-Cucumber-0.79.tar.gz) = cd3e2b31fe1156af0df873426770028888e1d1c4
+RMD160 (Test-BDD-Cucumber-0.79.tar.gz) = 2d75002dc5323110eed2741b02263c219d3b6545
+SHA512 (Test-BDD-Cucumber-0.79.tar.gz) = 6fa8f5b76349da9faf122613abb913b0a71c5b228bc6540f898a261c0765565a1b4f731d3977015d5d347bcdc8b0834e1e32bbec787e9ba79de7864fd83b3bfc
+Size (Test-BDD-Cucumber-0.79.tar.gz) = 104473 bytes



Home | Main Index | Thread Index | Old Index