aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2011-08-08 14:37:02 +0800
committerwen <wen@FreeBSD.org>2011-08-08 14:37:02 +0800
commit39a40fd3f4bd11af6c99a98c1c79d80ad58e1d90 (patch)
tree3900eddc87a89db39c89b64f32c55820731e73ba /devel
parent9a9193a213b57859265a6184496402bb1a8b5455 (diff)
downloadfreebsd-ports-gnome-39a40fd3f4bd11af6c99a98c1c79d80ad58e1d90.tar.gz
freebsd-ports-gnome-39a40fd3f4bd11af6c99a98c1c79d80ad58e1d90.tar.zst
freebsd-ports-gnome-39a40fd3f4bd11af6c99a98c1c79d80ad58e1d90.zip
- Update to 0.009010
ChangeLog: http://cpansearch.perl.org/src/MSTROUT/Moo-0.009010/Changes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Moo/Makefile5
-rw-r--r--devel/p5-Moo/distinfo4
-rw-r--r--devel/p5-Moo/pkg-plist2
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-Moo/Makefile b/devel/p5-Moo/Makefile
index cca42b1f7ce9..8194d609323f 100644
--- a/devel/p5-Moo/Makefile
+++ b/devel/p5-Moo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Moo
-PORTVERSION= 0.009007
+PORTVERSION= 0.009010
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSTROUT
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
-RUN_DEPENDS= p5-strictures>=0:${PORTSDIR}/devel/p5-strictures \
+RUN_DEPENDS= p5-strictures>=1.001001:${PORTSDIR}/devel/p5-strictures \
p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers
PERL_CONFIGURE= yes
@@ -23,6 +23,7 @@ PERL_CONFIGURE= yes
MAN3= Moo.3 \
Moo::Role.3 \
Role::Tiny.3 \
+ Role::Tiny::With.3 \
Sub::Defer.3 \
Sub::Quote.3
diff --git a/devel/p5-Moo/distinfo b/devel/p5-Moo/distinfo
index 834cb9b775e6..861c6fa08481 100644
--- a/devel/p5-Moo/distinfo
+++ b/devel/p5-Moo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Moo-0.009007.tar.gz) = f395f99490b75bcb1ed8417745ce596c6c592492b76a0713946972073e70d458
-SIZE (Moo-0.009007.tar.gz) = 25227
+SHA256 (Moo-0.009010.tar.gz) = e82b633278f618882ec4b9c16052642c09500d973d081e1c873b1f705fef2175
+SIZE (Moo-0.009010.tar.gz) = 29006
diff --git a/devel/p5-Moo/pkg-plist b/devel/p5-Moo/pkg-plist
index 38bcef5a6180..b9e6fddc99c5 100644
--- a/devel/p5-Moo/pkg-plist
+++ b/devel/p5-Moo/pkg-plist
@@ -5,6 +5,7 @@
%%SITE_PERL%%/Moo/_mro.pm
%%SITE_PERL%%/Moo/Object.pm
%%SITE_PERL%%/Role/Tiny.pm
+%%SITE_PERL%%/Role/Tiny/With.pm
%%SITE_PERL%%/Sub/Defer.pm
%%SITE_PERL%%/Sub/Quote.pm
%%SITE_PERL%%/Method/Inliner.pm
@@ -14,6 +15,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo
@dirrm %%SITE_PERL%%/Moo
+@dirrmtry %%SITE_PERL%%/Role/Tiny
@dirrmtry %%SITE_PERL%%/Role
@dirrmtry %%SITE_PERL%%/Sub
@dirrmtry %%SITE_PERL%%/Method/Generate