Thu Jan 29 06:44:40 2015 UTC ()
(pkgsrc)
  - Following two lines added
  DEPENDS+=      p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
  DEPENDS+=      p5-Term-UI-[0-9]*:../../devel/p5-Term-UI

(upstream)
  - Update 5.013 to 5.031
---------------------
5.031     2015-01-08 22:04:30-05:00 America/New_York
        - correct a test to avoid testing symlinks on Win32

5.030     2015-01-04 22:31:38-05:00 America/New_York
        - fixed [GatherDir]'s handling of symlinks to directories
        - [AutoPrereqs] now filters out all namespaces found in contained
          modules, not just the one corresponding to the module filename

5.029     2014-12-14 14:44:44-05:00 America/New_York
        - fix new error in [PkgVersion] when a module had no package
          statements
        - further rip out use of JSON.pm

5.028     2014-12-12 19:06:23-05:00 America/New_York
        - fix regression in [PkgVersion] that made false-positive
          identifications for pre-existing assignments to $VERSION
        - try avoid cases in which plugin code directly modifies file list
        - switch, tentatively, to JSON::MaybeXS

5.027     2014-12-09 09:30:30-05:00 America/New_York
        - fix regression in Plugin->plugin_from_config which started passing a
          list of pairs rather than a hashref

5.026     2014-12-08 21:33:55-05:00 America/New_York
        - eliminate use of Moose::Autobox
        - various small performance optimizations
        - add "use_our" option to PkgVersion

5.025     2014-11-10 21:12:14-05:00 America/New_York
        - fix file.t failures with perl v5.14 and v5.16's Carp

5.024     2014-11-05 23:08:07-05:00 America/New_York
        - add the %Mint stash for minting defaults
        - quiet down some low-priority log lines
        - teeny tiny optimization by building dist prereqs structure lazily
        - avoid ever requiring v0 of ExtUtils::MakeMaker
        - fix a module-loading ordering issue in `dzil setup`

5.023     2014-10-30 22:56:42-04:00 America/New_York
        - optimizations to loading of heavyweight libraries in cmd line app
        - some tests are now skipped on Win32 to avoid filename insanity
        - files' added_by data should be more informative
        - conflicts with installed code is now detected and/or advertised

5.022     2014-10-27 22:55:53-04:00 America/New_York
        - several optimizations to how PPI is used
        - handle an empty ABSTRACT better
        - now properly merging distmeta fragments together without loss, using
          new CPAN::Meta::Merge
        - create Makefile.PL and Build.PL files earlier, so they're in the file
          list "the whole time"

5.021     2014-10-20 22:43:52-04:00 America/New_York
        - improve authordeps' ability to cope with version requirements and
          non-default plugin names
        - a few improvements to help given by "dzil help COMMAND"
        - fixes a situation where exclusion-regexp-building in GatherDir
          could mangle the given regexps
        - now properly merging distmeta fragments together without loss, using
          new CPAN::Meta::Merge (Karen Etheridge)
        - [PkgVersion] now properly skips over $VERSION assignments in
          comments (Karen Etheridge, github #322)
        - the building of manpages is supressed in [MakeMaker]-driven builds
        - lazily load quite a few more modules
        - avoid using user's ~/.dzil even more
        - while building dists for testing, don't bother building man pages
        - try harder to notice minimum required perl version
        - try harder to delete temporarily directory at the end of testing
        - don't treat $VERSION assignments in comments as $VERSION assignments
        - listdeps now takes --omit-core to skip core modules
        - don't try to use terminal encoding on locale-free systems
        - suggest the use of PPI::XS
        - speed up and debug behavior of GatherDir

5.020     2014-07-28 20:56:25-04:00 America/New_York
        - the default required version for ExtUtils::MakeMaker in [MakeMaker]
          has been removed
        - load DateTime lazily
        - the default required version for Module::Build in [ModuleBuild] has
          been lowered

5.019     2014-05-20 21:11:47-04:00 America/New_York
        - remove a very brief-lived attempt to double-decode

5.018     2014-05-20 21:07:04-04:00 America/New_York
        - attempt to return abstract-from-file as a string, rather than
          bytes, which can lead to weirdness (github issue #303)

5.017     2014-05-17 08:35:33-04:00 America/New_York
        - dotfiles and dot-directories are now included in sharedirs
        - ModuleBuild and MakeMake should not re-build if it isn't needed
        - authordeps now better understands "perl" dep
        - munging of README is delayed to prevent unneeded work and
          complication
        - MANIFEST is now treated as a binary file
        - 'dzil setup' now warns that credentials are stored in the clear
        - MakeMaker should include fewer empty and useless hashrefs
        - Makefile.old is now pruned as cruft

5.016     2014-05-05 22:27:06-04:00 America/New_York
        - hint about [Encoding] plugin in encoding error message (David
          Golden)

5.015     2014-03-30 21:55:36-04:00 America/New_York
        - make it easier to have multiple PAUSE configs using UploadToCPAN's
          pause_cfg_dir option (thanks, David Golden)

5.014     2014-03-16 16:47:07+01:00 Europe/Paris
        - Added 'jobs' argument for 'dzil test' for parallel testing (thanks,
          David Golden!)
        - add default_jobs attribute to TestRunner role
        - fix the behavior of 'dzil add' with more than one file
          (thanks, Leon Timmermans!)


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Dist-Zilla/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Dist-Zilla/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Dist-Zilla/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Dist-Zilla/Makefile 2014/05/29 23:35:51 1.9
+++ pkgsrc/devel/p5-Dist-Zilla/Makefile 2015/01/29 06:44:40 1.10
@@ -1,68 +1,69 @@ @@ -1,68 +1,69 @@
1# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2015/01/29 06:44:40 mef Exp $
2 2
3DISTNAME= Dist-Zilla-5.013 3DISTNAME= Dist-Zilla-5.031
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Dist-Zilla/ 9HOMEPAGE= http://search.cpan.org/dist/Dist-Zilla/
11COMMENT= Perl 5 module distribution builder; installer not included 10COMMENT= Perl 5 module distribution builder; installer not included
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd 13DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd
15DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta 14DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta
16DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements 15DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements
17DEPENDS+= p5-CPAN-Uploader>=0.103004:../../devel/p5-CPAN-Uploader 16DEPENDS+= p5-CPAN-Uploader>=0.103004:../../devel/p5-CPAN-Uploader
18DEPENDS+= p5-Class-Load>=0.17:../../devel/p5-Class-Load 17DEPENDS+= p5-Class-Load>=0.17:../../devel/p5-Class-Load
19DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI 18DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI
20DEPENDS+= p5-Config-MVP>=2.200002:../../devel/p5-Config-MVP 19DEPENDS+= p5-Config-MVP>=2.200002:../../devel/p5-Config-MVP
21DEPENDS+= p5-Config-MVP-Reader-INI>=2.0:../../devel/p5-Config-MVP-Reader-INI 20DEPENDS+= p5-Config-MVP-Reader-INI>=2.0:../../devel/p5-Config-MVP-Reader-INI
22DEPENDS+= p5-Data-Section>=0.004:../../devel/p5-Data-Section 21DEPENDS+= p5-Data-Section>=0.004:../../devel/p5-Data-Section
23DEPENDS+= p5-DateTime>=0.4400:../../time/p5-DateTime 22DEPENDS+= p5-DateTime>=0.4400:../../time/p5-DateTime
24DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive 23DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
25DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule 24DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
26DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir 25DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
27DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir 26DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
28DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install 27DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
29DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd 28DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
30DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple 29DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
31DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON 30DEPENDS+= p5-JSON>=2.00:../../converters/p5-JSON
 31DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
32DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils 32DEPENDS+= p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
33DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 33DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
34DEPENDS+= p5-Log-Dispatchouli>=1.102.220:../../devel/p5-Log-Dispatchouli 34DEPENDS+= p5-Log-Dispatchouli>=1.102.220:../../devel/p5-Log-Dispatchouli
35DEPENDS+= p5-Moose>=0.9200:../../devel/p5-Moose 35DEPENDS+= p5-Moose>=0.9200:../../devel/p5-Moose
36DEPENDS+= p5-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox 36DEPENDS+= p5-Moose-Autobox>=0.10:../../devel/p5-Moose-Autobox
37DEPENDS+= p5-MooseX-LazyRequire-[0-9]*:../../devel/p5-MooseX-LazyRequire 37DEPENDS+= p5-MooseX-LazyRequire-[0-9]*:../../devel/p5-MooseX-LazyRequire
38DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized 38DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
39DEPENDS+= p5-MooseX-SetOnce-[0-9]*:../../devel/p5-MooseX-SetOnce 39DEPENDS+= p5-MooseX-SetOnce-[0-9]*:../../devel/p5-MooseX-SetOnce
40DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types 40DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
41DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class 41DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
42DEPENDS+= p5-MooseX-Types-Perl-[0-9]*:../../devel/p5-MooseX-Types-Perl 42DEPENDS+= p5-MooseX-Types-Perl-[0-9]*:../../devel/p5-MooseX-Types-Perl
43DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI 43DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
44DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util 44DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
45DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class 45DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
46DEPENDS+= p5-Perl-PrereqScanner>=1.016:../../devel/p5-Perl-PrereqScanner 46DEPENDS+= p5-Perl-PrereqScanner>=1.016:../../devel/p5-Perl-PrereqScanner
47DEPENDS+= p5-Perl-Version-[0-9]*:../../devel/p5-Perl-Version 47DEPENDS+= p5-Perl-Version-[0-9]*:../../devel/p5-Perl-Version
48DEPENDS+= p5-Pod-Eventual>=0.091.480:../../textproc/p5-Pod-Eventual 48DEPENDS+= p5-Pod-Eventual>=0.091.480:../../textproc/p5-Pod-Eventual
49DEPENDS+= p5-Software-License>=0.101.370:../../devel/p5-Software-License 49DEPENDS+= p5-Software-License>=0.101.370:../../devel/p5-Software-License
50DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter 50DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter
51DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix 51DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix
52DEPENDS+= p5-Sub-Exporter-ForMethods-[0-9]*:../../devel/p5-Sub-Exporter-ForMethods 52DEPENDS+= p5-Sub-Exporter-ForMethods-[0-9]*:../../devel/p5-Sub-Exporter-ForMethods
53DEPENDS+= p5-Term-Encoding>=0:../../devel/p5-Term-Encoding 53DEPENDS+= p5-Term-Encoding>=0:../../devel/p5-Term-Encoding
54DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey 54DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
55# Term::ReadLine and Term::UI are part of core 55DEPENDS+= p5-Term-UI-[0-9]*:../../devel/p5-Term-UI
 56# Term::ReadLine is part of core
56DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 57DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
57DEPENDS+= p5-Text-Glob>=0.08:../../textproc/p5-Text-Glob 58DEPENDS+= p5-Text-Glob>=0.08:../../textproc/p5-Text-Glob
58DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template 59DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
59DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 60DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
60DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny 61DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
61DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox 62DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox
62DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean 63DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
63 64
64BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install 65BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
65BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 66BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
66BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir 67BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
67BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple 68BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
68 69

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Dist-Zilla/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Dist-Zilla/distinfo 2014/02/10 13:59:06 1.4
+++ pkgsrc/devel/p5-Dist-Zilla/distinfo 2015/01/29 06:44:40 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2014/02/10 13:59:06 wen Exp $ 1$NetBSD: distinfo,v 1.5 2015/01/29 06:44:40 mef Exp $
2 2
3SHA1 (Dist-Zilla-5.013.tar.gz) = 6e92e0f3f33c95d26658556cee821fe64bbcc0a8 3SHA1 (Dist-Zilla-5.031.tar.gz) = 0c49333287e8700c5591567fc75f1ee7a4b36f01
4RMD160 (Dist-Zilla-5.013.tar.gz) = ece62a45d6d6a8649a38626803654154c1cb96e3 4RMD160 (Dist-Zilla-5.031.tar.gz) = b111a389c1a9deb8e17c3e7b99398476801deb2c
5Size (Dist-Zilla-5.013.tar.gz) = 158971 bytes 5Size (Dist-Zilla-5.031.tar.gz) = 165513 bytes