pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Moose Update to 2.2015



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3df22b9af13
branches:  trunk
changeset: 449526:c3df22b9af13
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Apr 01 08:21:05 2021 +0000

description:
Update to 2.2015
Update DEPENDS

Upstream changes:
2.2015   2021-03-31

  [TESTS]

  - a test has been rewritten so as to remove IO::String from the prerequisite
    list (#179, thanks Ricardo Signes!)

  [OTHER]

  - optional prereq on List::SomeUtils has been replaced with List::Util 1.56.

2.2014   2020-12-19

  [ENHANCEMENTS]

  - Include details about expected values when Enum type checks fail (#174;
    thanks sherrardb)

  [DOCUMENTATION]

  - fix misleading missing semicolon in exceptions example (#170; thanks
    Perlover)

  [OTHER]

  - allow internal packages to be indexed by PAUSE. This avoids their
    permissions being captured (possibly unintentionally) by others.
  - Sub::Identify prerequisite removed, in favour of already-existing local
    code.

diffstat:

 devel/p5-Moose/Makefile |   6 +++---
 devel/p5-Moose/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 0ee200979751 -r c3df22b9af13 devel/p5-Moose/Makefile
--- a/devel/p5-Moose/Makefile   Thu Apr 01 07:08:02 2021 +0000
+++ b/devel/p5-Moose/Makefile   Thu Apr 01 08:21:05 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2020/09/07 09:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2021/04/01 08:21:05 wen Exp $
 
-DISTNAME=      Moose-2.2013
+DISTNAME=      Moose-2.2015
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -31,7 +31,7 @@
 DEPENDS+=      p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
 DEPENDS+=      p5-Try-Tiny>=0.17:../../devel/p5-Try-Tiny
 DEPENDS+=      p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
-DEPENDS+=      p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
+DEPENDS+=      p5-Scalar-List-Utils>=1.56:../../devel/p5-Scalar-List-Utils
 # Note: Moose can take advantage of PartialDump, but as PartialDump depends
 # on Moose, we cannot add it to DEPENDS
 
diff -r 0ee200979751 -r c3df22b9af13 devel/p5-Moose/distinfo
--- a/devel/p5-Moose/distinfo   Thu Apr 01 07:08:02 2021 +0000
+++ b/devel/p5-Moose/distinfo   Thu Apr 01 08:21:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.93 2020/09/07 09:38:05 wiz Exp $
+$NetBSD: distinfo,v 1.94 2021/04/01 08:21:05 wen Exp $
 
-SHA1 (Moose-2.2013.tar.gz) = ac2a9ff11d76b5ba9049539ef1072155c74150c6
-RMD160 (Moose-2.2013.tar.gz) = 09dd5d5d26614222a56dd959847a326926860383
-SHA512 (Moose-2.2013.tar.gz) = 9e177019930d6bae4fdd90713e3c95b16e6bc91e229ab2aacc03e14a5efbedf6c944b93fefbbcc4586ffb18cc786f323c4102f76d84af949c8f328acf69a5ec3
-Size (Moose-2.2013.tar.gz) = 857254 bytes
+SHA1 (Moose-2.2015.tar.gz) = 98e419949b9212d9497b32bc9cb91ecdac619c69
+RMD160 (Moose-2.2015.tar.gz) = e0a05baeed25170e5a8b0d524a6d6632385b6ba8
+SHA512 (Moose-2.2015.tar.gz) = 162a0cd5f96f943cfd9f4a7f9fdc3f86341805045ecab418e1420e3b5e90b216d243515f073274bdb83846fddad78169ef5a2a6c41849466bb36a24c71a38b1b
+Size (Moose-2.2015.tar.gz) = 899314 bytes



Home | Main Index | Thread Index | Old Index