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 Sep 22 18:37:07 UTC 2019

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

Log Message:
Update to 0.660001. From the changelog:

[Changed]
- Add package statement to step files of core feature tests
  (causes tests to fail locally too now; hopefully cpantesters
   now lights up like a Christmas tree :-) )
- Dependency listing clean up
- Test2::API minimum dependency updated
- META.json generation -- now includes 'provides' as CPANTS wants

[Added]
- Full support for package declarations in step files
- Scenario descriptions are now included in output
- Support for multiple Examples per scenario
- Support for tags on Examples
- Support for description blocks in Examples

[Fixed]
- Harnass outputs 'Scenario' and 'Feature' instead of the actual
  keywords from the feature file (e.g. 'Szenario')

[Removed]
- Test files in t/old/ -- not run as tests


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.30 -r1.31 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.39 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.40
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.39     Sun Sep 15 18:53:16 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Sun Sep 22 18:37:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2019/09/15 18:53:16 schmonz Exp $
+# $NetBSD: Makefile,v 1.40 2019/09/22 18:37:07 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.64
+DISTNAME=              Test-BDD-Cucumber-0.660001
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -26,6 +26,7 @@ DEPENDS+=             p5-YAML-Syck-[0-9]*:../../tex
 DEPENDS+=              p5-strictures-[0-9]*:../../devel/p5-strictures
 
 #BUILD_DEPENDS+=       p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+#BUILD_DEPENDS+=       p5-Carp-Always-[0-9]*:../../devel/p5-Carp-Always
 
 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.30 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.31
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.30     Sun Sep 15 18:53:16 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Sun Sep 22 18:37:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2019/09/15 18:53:16 schmonz Exp $
+$NetBSD: distinfo,v 1.31 2019/09/22 18:37:07 schmonz Exp $
 
-SHA1 (Test-BDD-Cucumber-0.64.tar.gz) = ed5c00e7cea95143ad60f4f88881f7cb2577d9e3
-RMD160 (Test-BDD-Cucumber-0.64.tar.gz) = e6612a035ddeb311c05d9c0b4505dc3a05566c21
-SHA512 (Test-BDD-Cucumber-0.64.tar.gz) = fa0963617d7e82839e6515d53f1276c83e7324b8074aecad0d37dd4d93afad07411f7e8eda0a96d252c71c391b69403d964d3b1ac1596f60bf2bda901dc107a4
-Size (Test-BDD-Cucumber-0.64.tar.gz) = 98235 bytes
+SHA1 (Test-BDD-Cucumber-0.660001.tar.gz) = 8264867379b3361c3a62ace76640256a9331e962
+RMD160 (Test-BDD-Cucumber-0.660001.tar.gz) = 2b87e84bec7d2be32433baabcbb91894962a6148
+SHA512 (Test-BDD-Cucumber-0.660001.tar.gz) = 7d7ce4d2e59e0f830d8598ff14bb7cc64d8974c5192188d8e89853fbd487693caba1f3937116ceb598986f3c27f9e22a349b063c511c829302034d0548da8088
+Size (Test-BDD-Cucumber-0.660001.tar.gz) = 100234 bytes



Home | Main Index | Thread Index | Old Index