diff options
author | sno <sno@pkgsrc.org> | 2012-09-10 14:12:06 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-10 14:12:06 +0000 |
commit | da04b239d4d39aff3dd91215236722ecc6ce99e5 (patch) | |
tree | c09171885bc2bcda741013637e6d95dc51c6ce5e /devel | |
parent | 30221208a1a3200823808d92256243b7a6678a02 (diff) | |
download | pkgsrc-da04b239d4d39aff3dd91215236722ecc6ce99e5.tar.gz |
Updating package for CPAN module Dist::Zilla in devel/p5-Dist-Zilla from
4.300020 to 4.300023.
pkgsrc changes:
- adjust dependencies
upstream changes:
4.300023 2012-09-06 09:01:12 America/New_York
do not use ">" in a filename; fixes the build on Win32 (thanks,
djgoku!)
4.300022 2012-09-05 08:35:27 America/New_York
do not detect an escaped "\$VERSION =" as an assignment to a variable
(this is sort of a half-measure)
'dzil run' also edits $PATH to include ExecDir directories (Karen
Etheridge)
4.300021 2012-07-31 23:20:50 America/New_York
plugins can now provide a MANIFEST.SKIP that can be processed by
ManifestSkip. Previously generated content was just ignored.
(thanks, Olivier Mengué!)
GenerateFile can now also template its filename, with the
name_is_template option (Thanks, Karen Etheridge!)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Dist-Zilla/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Dist-Zilla/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index ffb766413cb..b46564ed13f 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2012/07/05 17:13:54 sno Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/10 14:12:06 sno Exp $ -DISTNAME= Dist-Zilla-4.300020 +DISTNAME= Dist-Zilla-4.300023 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} @@ -30,7 +30,7 @@ DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON 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.9100:../../devel/p5-Moose +DEPENDS+= p5-Moose>=0.9200:../../devel/p5-Moose DEPENDS+= p5-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox DEPENDS+= p5-MooseX-LazyRequire-[0-9]*:../../devel/p5-MooseX-LazyRequire DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo index 9e4a48c4574..e6199d19131 100644 --- a/devel/p5-Dist-Zilla/distinfo +++ b/devel/p5-Dist-Zilla/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/07/05 17:13:54 sno Exp $ +$NetBSD: distinfo,v 1.2 2012/09/10 14:12:06 sno Exp $ -SHA1 (Dist-Zilla-4.300020.tar.gz) = a44296e9d3de53392c5b77bfd971a12b7fd2d91f -RMD160 (Dist-Zilla-4.300020.tar.gz) = d975f40515344e9a3bff1938aff4ad83b8703bd9 -Size (Dist-Zilla-4.300020.tar.gz) = 125884 bytes +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 |