Sat Jul 27 08:39:10 2013 UTC ()
Update to 0.10
Update DEPENDS

Upstream changes:
0.10      2013-03-15 13:09:48 PDT-0700  (Karen Etheridge)
  * use quotes around attribute name in error messages (David Precious)

0.09      2012-12-01 14:16:14 PST-0800  (Karen Etheridge)
  * Invalid tests that failed on perl 5.17.6 have been fixed (they were always
    invalid, but the changes to hash key ordering only now made the tests
    start failing in an obvious way) (RT#81419)
  * unnecessary dependency on MooseX::Types removed


(wen)
diff -r1.11 -r1.12 pkgsrc/devel/p5-MooseX-LazyRequire/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-MooseX-LazyRequire/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-MooseX-LazyRequire/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-LazyRequire/Makefile 2013/05/31 12:40:33 1.11
+++ pkgsrc/devel/p5-MooseX-LazyRequire/Makefile 2013/07/27 08:39:10 1.12
@@ -1,28 +1,26 @@ @@ -1,28 +1,26 @@
1# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/07/27 08:39:10 wen Exp $
2# 2#
3 3
4DISTNAME= MooseX-LazyRequire-0.08 4DISTNAME= MooseX-LazyRequire-0.10
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/MooseX-LazyRequire/ 10HOMEPAGE= http://search.cpan.org/dist/MooseX-LazyRequire/
12COMMENT= Required attributes which fail only when trying to use them 11COMMENT= Required attributes which fail only when trying to use them
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose 14DEPENDS+= p5-Moose>=0.94:../../devel/p5-Moose
16DEPENDS+= p5-MooseX-Types-[0-9]*:../../devel/p5-MooseX-Types 
17DEPENDS+= p5-aliased>=0.30:../../devel/p5-aliased 15DEPENDS+= p5-aliased>=0.30:../../devel/p5-aliased
18DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean 16DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
19 17
20BUILD_DEPENDS+= p5-Test-CheckDeps>=0.002:../../devel/p5-Test-CheckDeps 18BUILD_DEPENDS+= p5-Test-CheckDeps>=0.002:../../devel/p5-Test-CheckDeps
21BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal 19BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
22BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 20BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
23 21
24USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
25PERL5_PACKLIST= auto/MooseX/LazyRequire/.packlist 23PERL5_PACKLIST= auto/MooseX/LazyRequire/.packlist
26 24
27.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-MooseX-LazyRequire/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-LazyRequire/distinfo 2012/09/10 12:46:58 1.5
+++ pkgsrc/devel/p5-MooseX-LazyRequire/distinfo 2013/07/27 08:39:10 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/09/10 12:46:58 sno Exp $ 1$NetBSD: distinfo,v 1.6 2013/07/27 08:39:10 wen Exp $
2 2
3SHA1 (MooseX-LazyRequire-0.08.tar.gz) = 84c515f7f4ea3d83b6d143736e22817353bd14c4 3SHA1 (MooseX-LazyRequire-0.10.tar.gz) = 87a2b04976ed93271f00d3077f100693a504edde
4RMD160 (MooseX-LazyRequire-0.08.tar.gz) = ccbab9c374e3fa381a17104bed04fa5d710c371e 4RMD160 (MooseX-LazyRequire-0.10.tar.gz) = 1e9e132ab24267d46ce89c13fd77396739610ba0
5Size (MooseX-LazyRequire-0.08.tar.gz) = 15065 bytes 5Size (MooseX-LazyRequire-0.10.tar.gz) = 15557 bytes