pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Moose



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Apr  1 08:21:05 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Moose: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/p5-Moose/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/p5-Moose/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Moose/Makefile
diff -u pkgsrc/devel/p5-Moose/Makefile:1.120 pkgsrc/devel/p5-Moose/Makefile:1.121
--- pkgsrc/devel/p5-Moose/Makefile:1.120        Mon Sep  7 09:38:05 2020
+++ pkgsrc/devel/p5-Moose/Makefile      Thu Apr  1 08:21:05 2021
@@ -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-Sub-Name>=0.20:../../devel/
 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
 

Index: pkgsrc/devel/p5-Moose/distinfo
diff -u pkgsrc/devel/p5-Moose/distinfo:1.93 pkgsrc/devel/p5-Moose/distinfo:1.94
--- pkgsrc/devel/p5-Moose/distinfo:1.93 Mon Sep  7 09:38:05 2020
+++ pkgsrc/devel/p5-Moose/distinfo      Thu Apr  1 08:21:05 2021
@@ -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