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.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae236493e83e
branches:  trunk
changeset: 349827:ae236493e83e
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 16 07:24:51 2016 +0000

description:
Update to 2.14

Upstream changes:
2016-06-25  k  <andk%cpan.org@localhost>

        * release 2.14

        * three weeks after the trial release; cpantesters have generated 383
        passes, no fail

        * no changes except for a few in the distroprefs/ directory which do not
        count because it is not used per default

2016-06-04  k  <andk%cpan.org@localhost>

        * release 2.14-TRIAL

        * Fix failing tests on Windows (hopefully); tested on my i5-3317U
        notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs

        * set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert
        noise on boxes that do not support it)

        * fix a rare bug when ->expand returned nothing for whatever reason

        * improve diagnostics on fails during testing (but it is still very hard
        to debug these tests)

2016-05-16  k  <andk%cpan.org@localhost>

        * release 2.13-TRIAL

        * support for parallel running tests (tested with HARNESS_OPTIONS=j8)

        * bump all versions that have changed since 2.10 or 2.12 so we can
        generate a better pull request for bleadperl

2015-12-31  k  <andk%cpan.org@localhost>

        * release 2.12-TRIAL

        * merge in a lot of small changes to App::Cpan and cpan (brian d foy)

        * rt#92435: non-deterministic dependency handling (Zefram)

        * fix "Redundant argument in sprintf" (Father Chrysostomos)

        * rt#102867: sequential build dir names (Zefram)

        * rt#102429: Tarball with bad permissions may kill CPAN shell (Slaven Rezic)

        * rt#71722: Locking issues on Windows (Slaven Rezic, Andreas Koenig)

        * several small changes improving NFS file locking (Andreas Koenig)

        * warn if system returns -1 when trying to make (David Golden)

        * github#91: fixes Help to fit in an 80-character console window (Steve
        Hay, Andreas Koenig)

        * encourage plugin names of the style CPAN::Plugin::$something (Slaven Rezic)

        * rt#107353: set SIGWINCH to IGNORE (rene.schickbauer, Andreas Koenig)

        * rt#106009: bump dependency on IO::Scalar to 2.105

diffstat:

 devel/p5-CPAN/Makefile |   5 ++---
 devel/p5-CPAN/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r ef446cd9b1fe -r ae236493e83e devel/p5-CPAN/Makefile
--- a/devel/p5-CPAN/Makefile    Sat Jul 16 07:15:10 2016 +0000
+++ b/devel/p5-CPAN/Makefile    Sat Jul 16 07:24:51 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/06/08 19:22:36 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/16 07:24:51 wen Exp $
 
-DISTNAME=      CPAN-2.10
+DISTNAME=      CPAN-2.14
 PKGNAME=       p5-${DISTNAME}00
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
 
diff -r ef446cd9b1fe -r ae236493e83e devel/p5-CPAN/distinfo
--- a/devel/p5-CPAN/distinfo    Sat Jul 16 07:15:10 2016 +0000
+++ b/devel/p5-CPAN/distinfo    Sat Jul 16 07:24:51 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 03:27:58 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/07/16 07:24:51 wen Exp $
 
-SHA1 (CPAN-2.10.tar.gz) = a1b9718bc9cec4313a083fec6c39aefc82d83996
-RMD160 (CPAN-2.10.tar.gz) = aba8a1f314d546cca296395187a113d006961f1a
-SHA512 (CPAN-2.10.tar.gz) = 8c2d7f24c378e745baa7b1bebe7083b91b05d58ff67446deabf71d1420c0897d106af1f4871eb525e78e36e5202aa36a2512327df7b7567ff5aa8f9d97d0cf99
-Size (CPAN-2.10.tar.gz) = 797024 bytes
+SHA1 (CPAN-2.14.tar.gz) = ab385c5583790bfcaf646d3a7c012f0d4ab24ec0
+RMD160 (CPAN-2.14.tar.gz) = 43b85adbeb86d8a76a1a2c26ea2fc694a1594287
+SHA512 (CPAN-2.14.tar.gz) = f3a32d8221bd5da19cd509f7ac5e665d8d182241b8302e5be0105ab557afb890e0bad4f88be9c19909a4468de6056f90e9cd984631cef30a1ca73b3a26408531
+Size (CPAN-2.14.tar.gz) = 799191 bytes



Home | Main Index | Thread Index | Old Index