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:           Wed Jul 21 13:29:33 UTC 2021

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

Log Message:
Update to 0.81. From the changelog:

[Fixed]
- Remove cruft from released archive (by expanding .gitignore)
- UTF-8 in test output double encoded
- Tutorial example references `use_ok`, which does not exist in
  Test2::Bundle::More
- Step redispatching with step data now work (with documentation)


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile
cvs rdiff -u -r1.41 -r1.42 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.52 pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.53
--- pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile:1.52     Mon May 24 19:51:40 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/Makefile  Wed Jul 21 13:29:33 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2021/05/24 19:51:40 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2021/07/21 13:29:33 schmonz Exp $
 
-DISTNAME=              Test-BDD-Cucumber-0.79
+DISTNAME=              Test-BDD-Cucumber-0.81
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -25,7 +24,8 @@ 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
+#BUILD_DEPENDS+=       p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
+#BUILD_DEPENDS+=       p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
 
 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.41 pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.42
--- pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo:1.41     Sun Mar 21 08:46:48 2021
+++ pkgsrc/devel/p5-Test-BDD-Cucumber/distinfo  Wed Jul 21 13:29:33 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2021/03/21 08:46:48 schmonz Exp $
+$NetBSD: distinfo,v 1.42 2021/07/21 13:29:33 schmonz Exp $
 
-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
+SHA1 (Test-BDD-Cucumber-0.81.tar.gz) = 618aacef87c2fe7bc1599996bd9625f18cc54c28
+RMD160 (Test-BDD-Cucumber-0.81.tar.gz) = 785ce205db1dfa959f264365a9fba8026cdeb555
+SHA512 (Test-BDD-Cucumber-0.81.tar.gz) = 3c87ccb77923a331d920aebc4b85e10841e326f5ac166e2af388c804e5515c1facdb7945600c70323d1e2a8d99335bf77c418302495aa01d08aeec4323539759
+Size (Test-BDD-Cucumber-0.81.tar.gz) = 105095 bytes



Home | Main Index | Thread Index | Old Index