diff options
author | mef <mef> | 2016-04-10 08:07:25 +0000 |
---|---|---|
committer | mef <mef> | 2016-04-10 08:07:25 +0000 |
commit | d6308d461263e444de48dfcdf906bf4adc853adb (patch) | |
tree | 730c3ec628973f6291cf27747f74883ba2f512a8 /devel | |
parent | c403545bbac0837bda3ed5e2e9c8094c579bf33f (diff) | |
download | pkgsrc-d6308d461263e444de48dfcdf906bf4adc853adb.tar.gz |
(pkgsrc)
- Add following line for make test
+BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
(upstream)
- Updated to devel/p5-Dist-Zilla-5.044
------------------------------------
5.044 2016-04-06 20:32:14-04:00 America/New_York
- require a newer List::Util to avoid a dumb bug caused by relying on
side effects of loading Moose (thanks, Karen Etheridge!)
5.043 2016-01-04 22:54:56-05:00 America/New_York
- dzil test now supports --extended to set EXTENDED_TESTING (thanks,
Philippe Bruhat)
5.042 2015-11-26 09:05:37-05:00 America/New_York
- try to avoid testing errors when the local time zone can't be
determined (https://github.com/rjbs/Dist-Zilla/issues/497)
5.041 2015-10-27 22:07:54-04:00 America/New_York
- add 'static_attribution' attribution to MakeMaker plugin
- fix prereqs for App::Cmd and Config::MVP::Reader::INI
5.040 2015-10-13 11:42:25-04:00 America/New_York
- the distribution tarball name no longer includes -TRIAL if the
version contains an underscore
- [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when
version contains an underscore
- made the PodCoverageTests and PodSyntaxTests plugins generate author
tests, not release tests. These are tests you want passing on every
commit, not just before a release (Dave Rolsky)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Dist-Zilla/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Dist-Zilla/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index be5ef49d622..494d99c7f8d 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2015/08/16 03:32:25 mef Exp $ +# $NetBSD: Makefile,v 1.18 2016/04/10 08:07:25 mef Exp $ -DISTNAME= Dist-Zilla-5.039 +DISTNAME= Dist-Zilla-5.044 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} @@ -71,6 +71,7 @@ BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir #BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils PERL5_PACKLIST= auto/Dist/Zilla/.packlist diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo index d2e50bf6e3c..6b5261b1a34 100644 --- a/devel/p5-Dist-Zilla/distinfo +++ b/devel/p5-Dist-Zilla/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/03 03:28:11 agc Exp $ +$NetBSD: distinfo,v 1.12 2016/04/10 08:07:25 mef Exp $ -SHA1 (Dist-Zilla-5.039.tar.gz) = 7ec4efd8938a9c7a30ef11c74371dd5fd7582279 -RMD160 (Dist-Zilla-5.039.tar.gz) = e39dc5c10b2d99c415d107d870224db2695785bb -SHA512 (Dist-Zilla-5.039.tar.gz) = 4c143d8c23d4645a12bc7042202e3a11c664d3619e50004b8d9ea16fe1e3ae28e3761864349492e528052aec64f95061f74fb2315e5d0f8cfb3ee3f721f6c62c -Size (Dist-Zilla-5.039.tar.gz) = 186919 bytes +SHA1 (Dist-Zilla-5.044.tar.gz) = 655c47333b56b083a7d6ee01723a21e0421bbb79 +RMD160 (Dist-Zilla-5.044.tar.gz) = 11a510a6f644b352de65b6290ac16b6783f343e9 +SHA512 (Dist-Zilla-5.044.tar.gz) = 5b9e0af024b840141a37b3e9087b0b42879a3d46fc84dcc23a592be4f6fafda1f2fd5944002d05c56a127b887bee69d6f1acab7bad77236bbfec6ab9dab7d3c4 +Size (Dist-Zilla-5.044.tar.gz) = 188921 bytes |