pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN Update to 2.22
details: https://anonhg.NetBSD.org/pkgsrc/rev/9658e3ec3853
branches: trunk
changeset: 327365:9658e3ec3853
user: wen <wen%pkgsrc.org@localhost>
date: Mon Dec 31 09:42:16 2018 +0000
description:
Update to 2.22
Upstream changes:
2018-12-23 k <andk%cpan.org@localhost>
* release 2.22
* one week after the TRIAL release cpantesters have produced 306
pass and 0 fail reports on 157 different configurations
* no functional change over 2.22-TRIAL; only one change in the
distroprefs directory which is not used per default and a minor
change in the Makefile.PL to ensure that the signature for the
tarball is produced with the current version of Module::Signature.
2018-12-16 k <andk%cpan.org@localhost>
* release 2.22-TRIAL
* fix: erroneous propagation from build_requires to requires
(Andreas Koenig)
* fix: ensure that the post install hook is always called (Andreas
Koenig)
* fix: the single blank line output that initializing CPAN does
when it's not having to report anything (Achim Gratz)
* doc fix: Correct spelling of Perl 5 command-line switch (James E
Keenan)
* doc fix: clarify use of pop/splice in the manpage of the
Specfile plugin (Andreas Koenig)
* a tiny amount of new and updated distroprefs files
2018-09-22 k <andk%cpan.org@localhost>
* release 2.21-TRIAL
* Avoid hash slice autovivification (Reini Urban)
* make chdir argument always stringified (Reini Urban)
* support JSON::PP as fallback for `reports` command when no YAML
is available (Michiel Beijen)
* fix #116507: cpan -j relative path issue (brian d foy)
* Bug fix for plugin `Specfile`: Build.PL script_files may be
non-ARRAY (Bernhard Graf)
* Fix tiny POD error (Aaron Crane)
* Added suggestion to the user to fix the common 'Terminal does
not support AddHistory error.' (Howard)
* fix #87474: build_require_install_policy=no: runtime dependency
not installed if also listed as build_require (Olivier Mengue, Slaven
Rezi?, Peter Rabbitson, Andreas K?nig)
* We are finally under the Travis umbrella (Katherine Spice)
* Adapt Jim Keenan's patch for _download status checking (brian d
foy)
* Use the right key in cpan(1) -g log message (brian d foy)
* address #124726: check for having EEXIST before using it (thanks
to Sergey Aleynikov for debugging)
* fix an unini warning from recompile() (thanks to frederick for
reporting)
* fix recently introduced bug: isa_perl() returns perl version
again and a test is added to ensure that (thanks to frederick for
reporting)
* a modest amount of new, imported and updated distroprefs files
2017-11-26 k <andk%cpan.org@localhost>
* release 2.20-TRIAL
* bugfix #123691: fix wrong wording of result message when r
command hits an empty set (Thank to lorenzo taviani for reporting)
* bugfix: remove spurious .= operator where an ordinary assignment
was intended (Andreas Koenig)
2017-11-05 k <andk%cpan.org@localhost>
* release 2.19-TRIAL
* bugfix #118921: make the null logger a non-null logger (Thanks
to Alexandr Ciornii and Zefram for reporting)
* tighten regexp in isa_perl (#123482) so that perl5-0.21 be
recognized as module (Thanks to Father Chrysostomos for the
request)
* bugfix for cleanup_after_install: do not attempt to cleanup the
current directory when the current directory is the build
directory
* improve robustness when CPAN::Reporter::record_command fails
* improve diagnostics when CPAN::Meta::Requirements is too old or
missing; bootstrapping older perls with new CPAN.pm should be
easier now
* improve robustness on file open issues
* improve robustness when yaml files cannot be loaded
* bugfix #121914: cpan client may fail when something is
both recommended AND required (Thanks to Sergey Aleynikov for the
report)
* package the PAUSE2019.pub public key for signatures
* bugfix on cpan script regarding -x option (H.Merijn Brand)
* couple of updates on distroprefs and minor fixes
2017-03-30 k <andk%cpan.org@localhost>
* release 2.18-TRIAL
* inject PERL_USE_UNSAFE_INC=1 also in "install" (Graham Knop,
Leon Timmermans, Andreas Koenig)
* bugfix: address #120781; protect circular Bundle definitions
from deep recursion (Andreas Koenig)
* various distroprefs files updated
2017-02-16 k <andk%cpan.org@localhost>
* release 2.17-TRIAL2
* bump version number for CPAN/Distribution.pm
2017-02-15 k <andk%cpan.org@localhost>
* release 2.17-TRIAL
* address #108: inject PERL_USE_UNSAFE_INC=1 on prepare, make, and
test; survival strategy for perls compiled with
-Ddefault_inc_excludes_dot (Todd Rinaldo, Graham Knop, Andreas
Koenig)
* make tests more robust against parallel runs and missing unzip
program (Andreas Koenig)
diffstat:
devel/p5-CPAN/Makefile | 5 ++---
devel/p5-CPAN/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 29415013ec4f -r 9658e3ec3853 devel/p5-CPAN/Makefile
--- a/devel/p5-CPAN/Makefile Mon Dec 31 09:23:36 2018 +0000
+++ b/devel/p5-CPAN/Makefile Mon Dec 31 09:42:16 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/31 09:42:16 wen Exp $
-DISTNAME= CPAN-2.16
+DISTNAME= CPAN-2.22
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
diff -r 29415013ec4f -r 9658e3ec3853 devel/p5-CPAN/distinfo
--- a/devel/p5-CPAN/distinfo Mon Dec 31 09:23:36 2018 +0000
+++ b/devel/p5-CPAN/distinfo Mon Dec 31 09:42:16 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/02/19 08:52:51 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/12/31 09:42:16 wen Exp $
-SHA1 (CPAN-2.16.tar.gz) = 353f0d6590743bcd113fd39050f6182c96449e43
-RMD160 (CPAN-2.16.tar.gz) = 21320389dff958cfc5b49a8e3f0c0a3af74d01c0
-SHA512 (CPAN-2.16.tar.gz) = 178f350d498643b692616d1190320451ffe4e7f184a47ec6080cd2760e69d05752a47de5861869648879b5e121a89f46455e3b7be6acde7833aec635492f578d
-Size (CPAN-2.16.tar.gz) = 801953 bytes
+SHA1 (CPAN-2.22.tar.gz) = f594d4c9e3d06bd2d810f40e0756316353642882
+RMD160 (CPAN-2.22.tar.gz) = 48973eaf9331525829317baaab7ab7a3012dee8c
+SHA512 (CPAN-2.22.tar.gz) = e071f2605597f874bf49b87f81cd93a246905339e1d9f657c7e05043848c13170a35c683822df5142553eec5ae4d0194c5dd20208a36d6e6b1816cfc76be99bb
+Size (CPAN-2.22.tar.gz) = 832302 bytes
Home |
Main Index |
Thread Index |
Old Index