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  8 11:54:35 UTC 2019

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

Log Message:
Update to 0.61. From the changelog:

- Renamed Test::BDD::Cucumber::Harness::TestBuilder to
  Test::BDD::Cucumber::Harness::TAP for consistency with the
  other harnesses (which have output-based names)
- Add support for step functions using Test2
- Added documentation of availability of meta data defined with step
  functions for use by extensions to the Architecture manual
- Split dependencies by Runtime vs TestRequires


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.27 -r1.28 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.36 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.37
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.36     Mon Sep  2 12:45:26 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Sun Sep  8 11:54:35 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/09/02 12:45:26 schmonz Exp $
+# $NetBSD: Makefile,v 1.37 2019/09/08 11:54:35 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.60
+DISTNAME=              Test-BDD-Cucumber-0.61
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -11,7 +11,6 @@ COMMENT=              Feature-complete Cucumber-styl
 LICENSE=               ${PERL5_LICENSE}
 
 DEPENDS+=              p5-Clone-[0-9]*:../../devel/p5-Clone
-DEPENDS+=              p5-Devel-Refcount-[0-9]*:../../devel/p5-Devel-Refcount
 DEPENDS+=              p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
 DEPENDS+=              p5-JSON-MaybeXS>=1.001000:../../converters/p5-JSON-MaybeXS
 DEPENDS+=              p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils

Index: pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo
diff -u pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.27 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.28
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.27     Mon Sep  2 12:45:26 2019
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Sun Sep  8 11:54:35 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2019/09/02 12:45:26 schmonz Exp $
+$NetBSD: distinfo,v 1.28 2019/09/08 11:54:35 schmonz Exp $
 
-SHA1 (Test-BDD-Cucumber-0.60.tar.gz) = f96b215e0080e797d1ae707731f1d0b52bdce232
-RMD160 (Test-BDD-Cucumber-0.60.tar.gz) = cca9197ec995d5baa2c13910a27cbd25bf270a90
-SHA512 (Test-BDD-Cucumber-0.60.tar.gz) = a0c9881975ab4249637528bdbc1b9e894bc36db74be951c88f05bfa783f6c794db63b0a50cbf2ca2d2865ddf61ef59a9ff909e799b3564ac41d24e57357f73d5
-Size (Test-BDD-Cucumber-0.60.tar.gz) = 97789 bytes
+SHA1 (Test-BDD-Cucumber-0.61.tar.gz) = 6c96257a6b1ff3a5e3576cd5a730b1d9ab3692c0
+RMD160 (Test-BDD-Cucumber-0.61.tar.gz) = 0693effa716287695544b0c4756cbd8c6e349eab
+SHA512 (Test-BDD-Cucumber-0.61.tar.gz) = 3af17787c304d81a5fdba652a4377d836218c17fa2114bdddd3fd52aa87aa974e6873c15dbe01946c2e8c154467801eab805e7ee08a4256288349f6869542416
+Size (Test-BDD-Cucumber-0.61.tar.gz) = 97534 bytes



Home | Main Index | Thread Index | Old Index