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
This commit is contained in:
parent
db4c8dd2c3
commit
3de43ff50e
2 changed files with 8 additions and 10 deletions
|
@ -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/MooseX-App/lib/MooseX/App.pm
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue