pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-BDD-Cucumber Update to 0.24. From the ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b0a3b39c6a6
branches:  trunk
changeset: 635654:4b0a3b39c6a6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 18:04:10 2014 +0000

description:
Update to 0.24. From the changelog:

- Replacing string `eval` with block `eval` for requiring test harnesses -
  thanks Paul Cochrane
- Module metadata now points to repository and bug tracker - thanks Peter
  Rabbitson
- Removed Ouch
- Another attempt to fix up the weird regex test bug
- Remove our experiment with ShareDir
- Some PerlCritic-ish fixes from Paul Cochrane
- Updated copyrights, again from Paul Cochrane
- There's some weird-ass bug with $1 not getting set properly, sometimes,
  on perl's older than 5.14. I can't reproduce, and virtually identical
  examples act differently. Also I can't reproduce it. Rewritten the test
  itself to go via ->matches
- Now works with 5.10.0 again
- Adding missed dependency from Paul Cochrane
- Removed Method::Signatures dependency
- Added C and S step file shortcut subrefs
- Added Internationalization support, thanks to some sterling work
    by Gregor Goldbach and Pablo Duboue

diffstat:

 devel/p5-Test-BDD-Cucumber/Makefile |  9 ++++-----
 devel/p5-Test-BDD-Cucumber/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r d1025efee328 -r 4b0a3b39c6a6 devel/p5-Test-BDD-Cucumber/Makefile
--- a/devel/p5-Test-BDD-Cucumber/Makefile       Mon Jun 09 17:58:31 2014 +0000
+++ b/devel/p5-Test-BDD-Cucumber/Makefile       Mon Jun 09 18:04:10 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:20 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/06/09 18:04:10 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.18
+DISTNAME=              Test-BDD-Cucumber-0.24
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -15,10 +14,10 @@
 DEPENDS+=              p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
 DEPENDS+=              p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 DEPENDS+=              p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
+DEPENDS+=              p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
 DEPENDS+=              p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
-DEPENDS+=              p5-Method-Signatures-[0-9]*:../../devel/p5-Method-Signatures
+DEPENDS+=              p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
 DEPENDS+=              p5-Moose-[0-9]*:../../devel/p5-Moose
-DEPENDS+=              p5-Ouch-[0-9]*:../../devel/p5-Ouch
 DEPENDS+=              p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
 #DEPENDS+=             p5-Storable-[0-9]*:../../devel/p5-Storable
 #DEPENDS+=             p5-Term-ANSIColor>=3.00:../../devel/p5-Term-ANSIColor
diff -r d1025efee328 -r 4b0a3b39c6a6 devel/p5-Test-BDD-Cucumber/distinfo
--- a/devel/p5-Test-BDD-Cucumber/distinfo       Mon Jun 09 17:58:31 2014 +0000
+++ b/devel/p5-Test-BDD-Cucumber/distinfo       Mon Jun 09 18:04:10 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/04/13 14:55:39 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2014/06/09 18:04:10 schmonz Exp $
 
-SHA1 (Test-BDD-Cucumber-0.18.tar.gz) = 7517174a473564bb299ebbdfc0ac6290afb5854c
-RMD160 (Test-BDD-Cucumber-0.18.tar.gz) = 54232662fa9a825d771a871039a3e1c61f65ecaf
-Size (Test-BDD-Cucumber-0.18.tar.gz) = 46381 bytes
+SHA1 (Test-BDD-Cucumber-0.24.tar.gz) = 19d9c31a58ebe7b68a6e924520b7e7f44aad6308
+RMD160 (Test-BDD-Cucumber-0.24.tar.gz) = d8e0416c36e12e23dc0c7a8f8e1f4f7d6612b292
+Size (Test-BDD-Cucumber-0.24.tar.gz) = 63315 bytes



Home | Main Index | Thread Index | Old Index