summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-08-13 03:03:25 +0000
committerwen <wen@pkgsrc.org>2013-08-13 03:03:25 +0000
commit7079532de4516bd2f5f71a9f8830a8d3122afb84 (patch)
tree8d9a460511e7bfd0e795107607f5da6e50d34f77
parentcbb2c2a60c2186229dccb1bece0b343561a1da3b (diff)
downloadpkgsrc-7079532de4516bd2f5f71a9f8830a8d3122afb84.tar.gz
Update to 2.1005
Add two missing BUILD_DEPENDS Upstream changes: 2.1005 Tue, Aug 06, 2013 [ENHANCEMENTS] * add_method now accepts blessed subs (Graham Knop, PR#28) [BUG FIXES} * If a role consumed another role, we resolve method conflicts just like a class consuming a role, but when metaclass compat tried to fix up metaclass roles, we were putting all methods into one composite role and allowing methods in the metaclass roles to conflict. Now we resolve them as we should. (Jesse Luehrs, PR#27) * Some edge cases in tests with base.pm and non-existent module files are handled more strictly (see also perl RT#118561) (Graham Knop, PR#25)
-rw-r--r--devel/p5-Moose/Makefile6
-rw-r--r--devel/p5-Moose/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index c4736c9dfcf..da18d7e2824 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2013/07/27 01:35:21 wen Exp $
+# $NetBSD: Makefile,v 1.65 2013/08/13 03:03:25 wen Exp $
-DISTNAME= Moose-2.1004
+DISTNAME= Moose-2.1005
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -57,6 +57,8 @@ BUILD_DEPENDS+= p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline
BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
+BUILD_DEPENDS+= p5-Test-CheckDeps>=0.006:../../devel/p5-Test-CheckDeps
+BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
# missing Test::Spelling
BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
#BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage # xt/author/pod_coverage.t
diff --git a/devel/p5-Moose/distinfo b/devel/p5-Moose/distinfo
index 1f23f7434a9..964e6266887 100644
--- a/devel/p5-Moose/distinfo
+++ b/devel/p5-Moose/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2013/07/27 01:35:21 wen Exp $
+$NetBSD: distinfo,v 1.53 2013/08/13 03:03:25 wen Exp $
-SHA1 (Moose-2.1004.tar.gz) = 4cdb9fe30605f10c0028a56fbfbaf1ec92004adb
-RMD160 (Moose-2.1004.tar.gz) = 53e110f3b096d0200547454c03621590835c7697
-Size (Moose-2.1004.tar.gz) = 711617 bytes
+SHA1 (Moose-2.1005.tar.gz) = 888090089e36edbcf99903bcf3d5bd07f7f31b59
+RMD160 (Moose-2.1005.tar.gz) = 08848535ba9d33e900f6c4db0e45ef02682ff3fb
+Size (Moose-2.1005.tar.gz) = 713142 bytes