Update to 0.44
Update DEPENDS Upstream changes: 0.44 2012-11-24 13:17:02 PST-0800 (Karen Etheridge) * Fix broken test in 5.17.6, where hash ordering is now randomized (RT#81388, Karen Etheridge) 0.43 2012-05-20 17:34:04 PDT-0700 * Bump dependency on MooseX::Types to 0.35 to resolve issues with recent MooseX::Types releases. 0.42 2012-04-23 11:08:19 PDT-0700 * Mark failing test due to Eval::Closure/Devel::Declare issues as TODO until things are fixed, to at least allow recent versions to install without errors. 0.41 Sun Mar 11 10:05:27 PDT 2012 * Add explicit dependency on Eval::Closure, in an effort to get more diagnostics from failing cpantesters reports. No functionality changes. 0.40 Sat Mar 10 09:03:51 PST 2012 * Loosen a regexp in a test, to handle the new format emitted by Carp 1.25. 0.39 Sat Mar 10 00:54:18 GMT 2012 * The test suite now uses Test::Fatal instead of Test::Exception (Karen Etheridge). * Bump dependency on MooseX::Types::Structured to 0.24, which contains more detailed error messages as well as some performance enhancements. 0.38 Fri Mar 9 23:43:07 GMT 2012 * Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various perl 5.8 breakages.
This commit is contained in:
parent
087aac3221
commit
700dd81e9b
2 changed files with 12 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2013/05/31 12:40:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2013/07/27 09:00:50 wen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Method-Signatures-0.37
|
||||
DISTNAME= MooseX-Method-Signatures-0.44
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
#MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLORA/}
|
||||
|
@ -13,21 +12,23 @@ HOMEPAGE= http://search.cpan.org/dist/MooseX-Method-Signatures/
|
|||
COMMENT= Perl 5 module for method declarations with type constraints
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-B-Hooks-EndOfScope>=0.07:../../devel/p5-B-Hooks-EndOfScope
|
||||
DEPENDS+= p5-B-Hooks-EndOfScope>=0.10:../../devel/p5-B-Hooks-EndOfScope
|
||||
DEPENDS+= p5-Context-Preserve-[0-9]*:../../devel/p5-Context-Preserve
|
||||
DEPENDS+= p5-Devel-Declare>=0.005011:../../devel/p5-Devel-Declare
|
||||
DEPENDS+= p5-Moose>=0.89:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-LazyRequire>=0.06:../../devel/p5-MooseX-LazyRequire
|
||||
DEPENDS+= p5-MooseX-Meta-TypeConstraint-ForceCoercion-[0-9]*:../../devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion
|
||||
DEPENDS+= p5-MooseX-Types>=0.19:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-MooseX-Types-Structured>=0.20:../../devel/p5-MooseX-Types-Structured
|
||||
DEPENDS+= p5-MooseX-Types>=0.35:../../devel/p5-MooseX-Types
|
||||
DEPENDS+= p5-MooseX-Types-Structured>=0.24:../../devel/p5-MooseX-Types-Structured
|
||||
DEPENDS+= p5-Parse-Method-Signatures>=1.003014:../../devel/p5-Parse-Method-Signatures
|
||||
DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
|
||||
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
||||
DEPENDS+= p5-aliased-[0-9]*:../../devel/p5-aliased
|
||||
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
||||
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
|
||||
DEPENDS+= p5-Module-Runtime>=0.012:../../devel/p5-Module-Runtime
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
||||
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.89}:../../devel/p5-Test-Simple
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2011/11/15 09:10:17 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.13 2013/07/27 09:00:51 wen Exp $
|
||||
|
||||
SHA1 (MooseX-Method-Signatures-0.37.tar.gz) = 8f47336bc86ffc23583495357de3e3ad0d73acff
|
||||
RMD160 (MooseX-Method-Signatures-0.37.tar.gz) = e831c57a71970ba9504d986b2453a53a2361b87c
|
||||
Size (MooseX-Method-Signatures-0.37.tar.gz) = 32347 bytes
|
||||
SHA1 (MooseX-Method-Signatures-0.44.tar.gz) = 13f0fdb79d1e90d60eb78c8e0a1d3c7a47f21cc3
|
||||
RMD160 (MooseX-Method-Signatures-0.44.tar.gz) = cda5fad5c2dc1e6800ddb13a3a7f2802014a01c1
|
||||
Size (MooseX-Method-Signatures-0.44.tar.gz) = 37491 bytes
|
||||
|
|
Loading…
Reference in a new issue