summaryrefslogtreecommitdiff
path: root/devel/p5-Dist-Zilla
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2013-07-03 16:49:57 +0000
committersno <sno@pkgsrc.org>2013-07-03 16:49:57 +0000
commit4874ac8137148fa14a6e4be22efc71d0a35e71a9 (patch)
treeb074e854cee7487310fa66edd728cc2c1efee3ba /devel/p5-Dist-Zilla
parentcdbf9aba665c0016feb0297fc2fe6a680ae6877a (diff)
downloadpkgsrc-4874ac8137148fa14a6e4be22efc71d0a35e71a9.tar.gz
Updating package for CPAN distribution Dist-Zilla in devel/p5-Dist-Zilla
from 4.300023nb2 to 4.300035. pkgsrc changes: - update dependencies Upstream changes: 4.300035 2013-06-19 21:37:28 America/New_York update for new Perl::PrereqScanner, which will find "lib" update AutoPrereqs to skip Config and Errno fix docs to not suggest obsolete "Prereq" name (thanks, Ivan Bessarabov!) 4.300034 2013-04-13 16:56:48 Europe/London delay loading of CPAN::Uploader, and require a newer version to require HTTPS (thanks, Olivier Mengué!) 4.300033 2013-04-05 15:00:37 America/New_York fix .build/latest (thanks, Karen Etheridge!) doc fixes (thanks, Randy Stauner!) 4.300032 2013-03-29 16:41:11 America/New_York test_requires support for ModuleBuild and MakeMaker (thanks, Tatsuhiko Miyagawa!) 4.300031 2013-03-17 21:47:31 America/New_York stacktrace removed from exception when a plugin's minimum version check fails (thanks, Karen Etheridge!) add 'dzil listdeps --json', which lists all prerequisites broken up by phase and type, in readable JSON format (thanks, Karen Etheridge!) improve errors when there's not enough configuration and no global config file can be found (thanks, Dimitar Petrov) delay loading yet more libraries until needed (thanks, Olivier Mengué!) 4.300030 2013-01-30 22:25:27 America/New_York listdeps --versions now sorts properly (thanks, Karen Etheridge!) delay loading more libraries until needed (thanks, Olivier Mengué!) excluded filenames in GatherDir were sometimes matched too fuzzily (thanks, Mike Doherty) 4.300029 2013-01-14 20:03:15 America/New_York allow :version directive in root section to require a given version of Dist::Zilla simply and speedify some of GatherDir (Thanks, Olivier Mengué!) 4.300028 2012-10-19 10:50:42 America/New_York when picking modules to treat as "part of the dist," be more lax in understanding libraries under ./t: ./t/lib/Foo.pm is now treated as providing t::lib::Foo, lib::Foo, and Foo 4.300027 2012-10-16 21:07:06 America/New_York the "latest" symlink code broke Dist::Zilla on win32; fixed now! (thanks, Brendan Byrd!) 4.300026 2012-10-13 22:21:17 America/New_York PodSyntaxTests, PodCoverageTests and MetaTests now add the right develop/requires prereqs (thanks, Olivier Mengué and Ricardo Signes!) ModuleBuild now takes an mb_lib argument that can override the default of "inc" (thanks, ben hengst) create .build/latest symlink when a build in .build is built (thanks, Alexei Znamensky!) allow "-version" arg to [@Filter] to specify the version of the bundle required (thanks, Rob Hoelz) 4.300025 2012-10-07 23:02:33 America/New_York add the LicenseProvider and NameProvider roles (thanks, Vyacheslav Matjukhin!) make Dist::Zilla::App::Tester be a CaptureExternal App::Cmd::Tester 4.300024 2012-09-26 12:01:45 America/New_York include $] in MetaConfig data
Diffstat (limited to 'devel/p5-Dist-Zilla')
-rw-r--r--devel/p5-Dist-Zilla/Makefile8
-rw-r--r--devel/p5-Dist-Zilla/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile
index 3e4cae91d3f..e2d08a49c43 100644
--- a/devel/p5-Dist-Zilla/Makefile
+++ b/devel/p5-Dist-Zilla/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:16 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/07/03 16:49:57 sno Exp $
-DISTNAME= Dist-Zilla-4.300023
+DISTNAME= Dist-Zilla-4.300035
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
@@ -29,6 +28,7 @@ DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON
+DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Log-Dispatchouli>=1.102.220:../../devel/p5-Log-Dispatchouli
DEPENDS+= p5-Moose>=0.9200:../../devel/p5-Moose
@@ -42,7 +42,7 @@ DEPENDS+= p5-MooseX-Types-Perl-[0-9]*:../../devel/p5-MooseX-Types-Perl
DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
-DEPENDS+= p5-Perl-PrereqScanner>=1.005:../../devel/p5-Perl-PrereqScanner
+DEPENDS+= p5-Perl-PrereqScanner>=1.016:../../devel/p5-Perl-PrereqScanner
DEPENDS+= p5-Perl-Version-[0-9]*:../../devel/p5-Perl-Version
DEPENDS+= p5-Pod-Eventual>=0.091.480:../../textproc/p5-Pod-Eventual
DEPENDS+= p5-Software-License>=0.101.370:../../devel/p5-Software-License
diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo
index e6199d19131..c8c8299c6b8 100644
--- a/devel/p5-Dist-Zilla/distinfo
+++ b/devel/p5-Dist-Zilla/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/09/10 14:12:06 sno Exp $
+$NetBSD: distinfo,v 1.3 2013/07/03 16:49:57 sno Exp $
-SHA1 (Dist-Zilla-4.300023.tar.gz) = fadbd4f467a2740092e7498c577a786b1822aef0
-RMD160 (Dist-Zilla-4.300023.tar.gz) = 894a375297325928f08433033f6f1a9cffc3c179
-Size (Dist-Zilla-4.300023.tar.gz) = 129887 bytes
+SHA1 (Dist-Zilla-4.300035.tar.gz) = 358554d37a02873b5ef8f788237ef2e55da0de7c
+RMD160 (Dist-Zilla-4.300035.tar.gz) = 138c134e8f4a8fd64c4a0f62e2b26a7ec1b8c81c
+Size (Dist-Zilla-4.300035.tar.gz) = 133474 bytes