pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-MooseX-App



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun May 26 14:27:58 UTC 2019

Modified Files:
        pkgsrc/devel/p5-MooseX-App: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-MooseX-App/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-MooseX-App/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-MooseX-App/Makefile
diff -u pkgsrc/devel/p5-MooseX-App/Makefile:1.15 pkgsrc/devel/p5-MooseX-App/Makefile:1.16
--- pkgsrc/devel/p5-MooseX-App/Makefile:1.15    Wed Aug 22 09:44:21 2018
+++ pkgsrc/devel/p5-MooseX-App/Makefile Sun May 26 14:27:58 2019
@@ -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 @@ HOMEPAGE=   http://search.cpan.org/~maros/
 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

Index: pkgsrc/devel/p5-MooseX-App/distinfo
diff -u pkgsrc/devel/p5-MooseX-App/distinfo:1.10 pkgsrc/devel/p5-MooseX-App/distinfo:1.11
--- pkgsrc/devel/p5-MooseX-App/distinfo:1.10    Wed Sep 27 20:15:13 2017
+++ pkgsrc/devel/p5-MooseX-App/distinfo Sun May 26 14:27:58 2019
@@ -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