pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Dist-Zilla Update to 6.024
details: https://anonhg.NetBSD.org/pkgsrc/rev/da2e109723bc
branches: trunk
changeset: 459274:da2e109723bc
user: wen <wen%pkgsrc.org@localhost>
date: Sat Oct 02 12:42:00 2021 +0000
description:
Update to 6.024
Update DEPENDS
Upstream changes:
6.024 2021-08-01 15:38:44-04:00 America/New_York
- pass the dist name to Software::License as the program name
(thanks, Van de Bugger!)
- create the ArchiveBuilder role for building the archive file
(thanks, Graham Ollis!)
6.023 2021-07-06 21:37:37-04:00 America/New_York
- tweak the autoprereqs tests to avoid failing when List::MoreUtils
(which DZ does not actually need) is not installed)
6.022 2021-06-27 21:36:53-04:00 America/New_York
- remove dependency on Class::Load, which is not used
- bump prereq on PPI to 1.222, which is now used in PkgVersion
(thanks, Dan Book and Sven Kirmess)
6.021 2021-06-27 21:31:21-04:00 America/New_York
- [ broken release, don't bother ]
6.020 2021-06-14 12:16:09-04:00 America/New_York
- The log colorization code was trying to use 24-bit color even when
the installed Term::ANSIColor couldn't support it. This has been
fixed by requiring Term::ANSIColor v5. Thanks, Robert Rothenberg,
Michael McClimon, and Matthew Horsfall.
6.019 2021-06-13 08:39:14-04:00 America/New_York
- When using "use_package" in PkgVersion, do not eradicate the entire
block of "package NAME BLOCK" syntax! Wow, what a bug...
6.018 2021-04-03 21:07:54-04:00 America/New_York (TRIAL RELEASE)
- require perl v5.20.0, now seven years old
- add Test::CleanNamespaces, clean all namespaces
- add the same boilerplate of version/pragma/features to every module
- colorize logger prefix when running in a terminal
6.017 2020-11-02 19:30:21-05:00 America/New_York
- replace broken 6.016, released from a confused git repo
6.016 2020-11-02 19:27:18-05:00 America/New_York (TRIAL RELEASE)
- the test generated by [MetaTests] is now an author test, not a
release test (thanks, Karen Etheridge)
- UploadToCPAN will now retry (thanks, PERLANCAR)
- some bug fixes for msys (thanks, Håkon Hægland)
diffstat:
devel/p5-Dist-Zilla/Makefile | 24 ++++++++++++------------
devel/p5-Dist-Zilla/distinfo | 10 +++++-----
2 files changed, 17 insertions(+), 17 deletions(-)
diffs (87 lines):
diff -r df8e7cdcec61 -r da2e109723bc devel/p5-Dist-Zilla/Makefile
--- a/devel/p5-Dist-Zilla/Makefile Sat Oct 02 12:23:23 2021 +0000
+++ b/devel/p5-Dist-Zilla/Makefile Sat Oct 02 12:42:00 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:50:35 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2021/10/02 12:42:00 wen Exp $
-DISTNAME= Dist-Zilla-6.015
+DISTNAME= Dist-Zilla-6.024
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dist/}
@@ -11,22 +10,22 @@
COMMENT= Perl 5 module distribution builder; installer not included
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-App-Cmd>=0.309:../../devel/p5-App-Cmd
+DEPENDS+= p5-App-Cmd>=0.330:../../devel/p5-App-Cmd
DEPENDS+= p5-Archive-Tar-Wrapper-[0-9]*:../../archivers/p5-Archive-Tar-Wrapper
#DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.120630}:../../devel/p5-CPAN-Meta
#DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements
DEPENDS+= p5-CPAN-Uploader>=0.103004:../../devel/p5-CPAN-Uploader
DEPENDS+= p5-Class-Load>=0.17:../../devel/p5-Class-Load
DEPENDS+= p5-Config-INI-[0-9]*:../../devel/p5-Config-INI
-DEPENDS+= p5-Config-MVP>=2.200002:../../devel/p5-Config-MVP
-DEPENDS+= p5-Config-MVP-Reader-INI>=2.0:../../devel/p5-Config-MVP-Reader-INI
-DEPENDS+= p5-Data-Section>=0.004:../../devel/p5-Data-Section
+DEPENDS+= p5-Config-MVP>=2.200011:../../devel/p5-Config-MVP
+DEPENDS+= p5-Config-MVP-Reader-INI>=2.101461:../../devel/p5-Config-MVP-Reader-INI
+DEPENDS+= p5-Data-Section>=0.200.002:../../devel/p5-Data-Section
DEPENDS+= p5-DateTime>=0.4400:../../time/p5-DateTime
-DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+DEPENDS+= p5-File-Copy-Recursive>=0.41:../../sysutils/p5-File-Copy-Recursive
DEPENDS+= p5-File-Find-Rule-[0-9]*:../../devel/p5-File-Find-Rule
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
-DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
+DEPENDS+= p5-File-ShareDir-Install>=0.06:../../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
@@ -42,13 +41,13 @@
DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types
DEPENDS+= p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
DEPENDS+= p5-MooseX-Types-Perl-[0-9]*:../../devel/p5-MooseX-Types-Perl
-DEPENDS+= p5-PPI-[0-9]*:../../devel/p5-PPI
+DEPENDS+= p5-PPI>=1.222:../../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.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
+DEPENDS+= p5-Software-License>=0.104.001:../../devel/p5-Software-License
DEPENDS+= p5-String-Formatter>=0.100680:../../textproc/p5-String-Formatter
DEPENDS+= p5-String-RewritePrefix>=0.005:../../textproc/p5-String-RewritePrefix
DEPENDS+= p5-Sub-Exporter-ForMethods-[0-9]*:../../devel/p5-Sub-Exporter-ForMethods
@@ -64,10 +63,11 @@
DEPENDS+= p5-autobox>=2.53:../../devel/p5-autobox
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
-TEST_DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check
+TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check
TEST_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
TEST_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
TEST_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
TEST_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
diff -r df8e7cdcec61 -r da2e109723bc devel/p5-Dist-Zilla/distinfo
--- a/devel/p5-Dist-Zilla/distinfo Sat Oct 02 12:23:23 2021 +0000
+++ b/devel/p5-Dist-Zilla/distinfo Sat Oct 02 12:42:00 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/09/06 23:03:14 wiz Exp $
+$NetBSD: distinfo,v 1.24 2021/10/02 12:42:00 wen Exp $
-SHA1 (Dist-Zilla-6.015.tar.gz) = f7b464141047216c588f4a5eb15b4600b46af527
-RMD160 (Dist-Zilla-6.015.tar.gz) = 1d526133d6f267e95266adc1b60c78567dd5fec5
-SHA512 (Dist-Zilla-6.015.tar.gz) = 956a32d2123fa371f2589f2d18d87b6408fd13ebdf0e711da4cac8ebc3dd82accf9e97d6dd577d69bf795c589b7246b9f9f1124835a6dcdb89730fdeec547715
-Size (Dist-Zilla-6.015.tar.gz) = 202822 bytes
+SHA1 (Dist-Zilla-6.024.tar.gz) = 041d10e715d978bb089bf1ceac8614487cacb0f4
+RMD160 (Dist-Zilla-6.024.tar.gz) = 1a8893b3b38cece9ccd20b6f4c5657ff31fb800a
+SHA512 (Dist-Zilla-6.024.tar.gz) = 4428b6a835eea398d84dfe5cf0a5a2c3d85982891eb4d66bef6da68f527ad37ecfef7205bf44d3827ca561a6c597e40b4196c1d7f934e6cfd5da888df4996f57
+Size (Dist-Zilla-6.024.tar.gz) = 355304 bytes
Home |
Main Index |
Thread Index |
Old Index