Sun Apr 10 08:07:25 2016 UTC ()
(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)


(mef)
diff -r1.17 -r1.18 pkgsrc/devel/p5-Dist-Zilla/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Dist-Zilla/distinfo

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

--- pkgsrc/devel/p5-Dist-Zilla/Makefile 2015/08/16 03:32:25 1.17
+++ pkgsrc/devel/p5-Dist-Zilla/Makefile 2016/04/10 08:07:25 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2015/08/16 03:32:25 mef Exp $ 1# $NetBSD: Makefile,v 1.18 2016/04/10 08:07:25 mef Exp $
2 2
3DISTNAME= Dist-Zilla-5.039 3DISTNAME= Dist-Zilla-5.044
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Dist-Zilla/ 9HOMEPAGE= http://search.cpan.org/dist/Dist-Zilla/
10COMMENT= Perl 5 module distribution builder; installer not included 10COMMENT= Perl 5 module distribution builder; installer not included
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd 13DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd
14DEPENDS+= p5-Archive-Tar-Wrapper-[0-9]*:../../archivers/p5-Archive-Tar-Wrapper 14DEPENDS+= p5-Archive-Tar-Wrapper-[0-9]*:../../archivers/p5-Archive-Tar-Wrapper
15#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta 15#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta
16#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements 16#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements
@@ -61,18 +61,19 @@ DEPENDS+= p5-Text-Template-[0-9]*:../../ @@ -61,18 +61,19 @@ DEPENDS+= p5-Text-Template-[0-9]*:../../
61DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 61DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
62DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny 62DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
63DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox 63DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox
64DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean 64DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
65 65
66BUILD_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check 66BUILD_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check
67BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install 67BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
68BUILD_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run 68BUILD_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
69BUILD_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl 69BUILD_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
70BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings 70BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
71BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 71BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
72BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir 72BUILD_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
73#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple 73#BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
 74BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
74 75
75PERL5_PACKLIST= auto/Dist/Zilla/.packlist 76PERL5_PACKLIST= auto/Dist/Zilla/.packlist
76 77
77.include "../../lang/perl5/module.mk" 78.include "../../lang/perl5/module.mk"
78.include "../../mk/bsd.pkg.mk" 79.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Dist-Zilla/distinfo 2015/11/03 03:28:11 1.11
+++ pkgsrc/devel/p5-Dist-Zilla/distinfo 2016/04/10 08:07:25 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/11/03 03:28:11 agc Exp $ 1$NetBSD: distinfo,v 1.12 2016/04/10 08:07:25 mef Exp $
2 2
3SHA1 (Dist-Zilla-5.039.tar.gz) = 7ec4efd8938a9c7a30ef11c74371dd5fd7582279 3SHA1 (Dist-Zilla-5.044.tar.gz) = 655c47333b56b083a7d6ee01723a21e0421bbb79
4RMD160 (Dist-Zilla-5.039.tar.gz) = e39dc5c10b2d99c415d107d870224db2695785bb 4RMD160 (Dist-Zilla-5.044.tar.gz) = 11a510a6f644b352de65b6290ac16b6783f343e9
5SHA512 (Dist-Zilla-5.039.tar.gz) = 4c143d8c23d4645a12bc7042202e3a11c664d3619e50004b8d9ea16fe1e3ae28e3761864349492e528052aec64f95061f74fb2315e5d0f8cfb3ee3f721f6c62c 5SHA512 (Dist-Zilla-5.044.tar.gz) = 5b9e0af024b840141a37b3e9087b0b42879a3d46fc84dcc23a592be4f6fafda1f2fd5944002d05c56a127b887bee69d6f1acab7bad77236bbfec6ab9dab7d3c4
6Size (Dist-Zilla-5.039.tar.gz) = 186919 bytes 6Size (Dist-Zilla-5.044.tar.gz) = 188921 bytes