Update to 0.32. From the changelog:
- Colour themes for TermColor harness, fixes https://github.com/sheriff/test-bdd-cucumber-perl/issues/35 - Command-line options are now passed through https://github.com/sheriff/test-bdd-cucumber-perl/pull/49/files - Both of these are based on a patch from benningm Updating during the freeze because this is a leaf, passes its self-tests, and fixes bugs.
This commit is contained in:
parent
fc8baf33e1
commit
55f5ed81a0
2 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2014/10/14 10:00:30 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2014/12/25 05:36:56 schmonz Exp $
|
||||
|
||||
DISTNAME= Test-BDD-Cucumber-0.31
|
||||
DISTNAME= Test-BDD-Cucumber-0.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -28,8 +28,5 @@ DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|||
REPLACE_PERL+= bin/pherkin
|
||||
PERL5_PACKLIST= auto/Test/BDD/Cucumber/.packlist
|
||||
|
||||
post-extract:
|
||||
chmod -x ${WRKSRC}/lib/Test/BDD/Cucumber/StepFile.pm
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2014/10/14 10:00:30 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.10 2014/12/25 05:36:56 schmonz Exp $
|
||||
|
||||
SHA1 (Test-BDD-Cucumber-0.31.tar.gz) = e045a7ac97eb3d3c5d8de192ef1b96a742ccb80d
|
||||
RMD160 (Test-BDD-Cucumber-0.31.tar.gz) = 860ae6e18e830cf1527e3a62894e012bad9b7592
|
||||
Size (Test-BDD-Cucumber-0.31.tar.gz) = 69334 bytes
|
||||
SHA1 (Test-BDD-Cucumber-0.32.tar.gz) = fabce879fa8121da201a37190a5fada6e678445e
|
||||
RMD160 (Test-BDD-Cucumber-0.32.tar.gz) = df0a5f31a68c615417ae484f0c7f8ab2d60fc35a
|
||||
Size (Test-BDD-Cucumber-0.32.tar.gz) = 69921 bytes
|
||||
|
|
Loading…
Reference in a new issue