pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-App Update to 1.41



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bc5c97cdaa2
branches:  trunk
changeset: 334392:6bc5c97cdaa2
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun May 26 14:27:58 2019 +0000

description:
Update to 1.41
Update DEPENDS

Upstream changes:
1.41 2019-05-13
    - Switch to Dist::Zilla

1.40 2019-05-13
    - Disable 11_process.t on NetBSD since fork is failing (forking is only done
      during testing and not by the actual module)
    - Sort keys operations to get a predictable order of keys (implemented by Jose Luis Martinez)
    - Simplify dependencies: No need for Path::Class. File::Spec and File::Basename that are
      loaded via Module::Pluggable::Object are sufficient

diffstat:

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

diffs (44 lines):

diff -r 887b6cf36085 -r 6bc5c97cdaa2 devel/p5-MooseX-App/Makefile
--- a/devel/p5-MooseX-App/Makefile      Sun May 26 14:07:09 2019 +0000
+++ b/devel/p5-MooseX-App/Makefile      Sun May 26 14:27:58 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/08/22 09:44:21 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/05/26 14:27:58 wen Exp $
 
-DISTNAME=      MooseX-App-1.39
+DISTNAME=      MooseX-App-1.41
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
 
@@ -11,13 +10,12 @@
 COMMENT=       Write user-friendly command line apps with even less suffering
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
 DEPENDS+=      p5-Config-Any-[0-9]*:../../devel/p5-Config-Any
 DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-MooseX-Types-Path-Class-[0-9]*:../../devel/p5-MooseX-Types-Path-Class
-DEPENDS+=      p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
 DEPENDS+=      p5-Pod-Elemental-[0-9]*:../../textproc/p5-Pod-Elemental
 # for make test
+BUILD_DEPENDS+=        p5-Test-Most-[0-9]*:../../devel/p5-Test-Most
 BUILD_DEPENDS+=        p5-FindBin-libs-[0-9]*:../../devel/p5-FindBin-libs
 BUILD_DEPENDS+=        p5-IO-Interactive-[0-9]*:../../devel/p5-IO-Interactive
 BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
diff -r 887b6cf36085 -r 6bc5c97cdaa2 devel/p5-MooseX-App/distinfo
--- a/devel/p5-MooseX-App/distinfo      Sun May 26 14:07:09 2019 +0000
+++ b/devel/p5-MooseX-App/distinfo      Sun May 26 14:27:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/09/27 20:15:13 wiz Exp $
+$NetBSD: distinfo,v 1.11 2019/05/26 14:27:58 wen Exp $
 
-SHA1 (MooseX-App-1.39.tar.gz) = 7135c8548152fbf7cced7bf62f1f538b70f12c7c
-RMD160 (MooseX-App-1.39.tar.gz) = e26b9bf693b0988fba6d4baadd87ceae4e99dc99
-SHA512 (MooseX-App-1.39.tar.gz) = 2e767be20e93e54c84b11ead60fec74a6c6e65e050cfbb751430d63ff68286a09a4ae2f9b028c5fd750dabdd6be4e650da7ac318550903bed267b7d055295d4d
-Size (MooseX-App-1.39.tar.gz) = 90782 bytes
+SHA1 (MooseX-App-1.41.tar.gz) = da6cdb78d39df6aaed1d3fc279ff20b72ea00cb9
+RMD160 (MooseX-App-1.41.tar.gz) = e01ff149e207d1059e380038ca3964fbd0420604
+SHA512 (MooseX-App-1.41.tar.gz) = 499b4bfcc3d2795b923f23bac8d519ecbd62a5fb05691fa36d4b4d052f81662b4ce1504197ac3554eb9c74d26cdc7de7206d70432eb0a5be4b2650fd43935bc2
+Size (MooseX-App-1.41.tar.gz) = 77449 bytes



Home | Main Index | Thread Index | Old Index