aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-C3
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-03-26 21:00:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-03-26 21:00:05 +0000
commitb2ce6e0e9da5b0e6227c98f2f8a11e5d365e93ab (patch)
tree9c6d9f5c80ca70b47e5267e968694705e016d0b1 /devel/p5-Class-C3
parent3c3b636224309cc50ae3620c3a6ad101cfd0b65f (diff)
downloadports-b2ce6e0e9da5b0e6227c98f2f8a11e5d365e93ab.tar.gz
ports-b2ce6e0e9da5b0e6227c98f2f8a11e5d365e93ab.zip
- Update to 0.11
PR: ports/93821 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes: svn path=/head/; revision=158200
Diffstat (limited to 'devel/p5-Class-C3')
-rw-r--r--devel/p5-Class-C3/Makefile5
-rw-r--r--devel/p5-Class-C3/distinfo6
-rw-r--r--devel/p5-Class-C3/pkg-descr8
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/p5-Class-C3/Makefile b/devel/p5-Class-C3/Makefile
index 7f78379268d1..381bab86dcb5 100644
--- a/devel/p5-Class-C3/Makefile
+++ b/devel/p5-Class-C3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Class-C3
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@@ -17,7 +17,8 @@ COMMENT= A pragma to use the C3 method resolution order algorithm
BUILD_DEPENDS= p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Scalar-List-Utils>=1.18:${PORTSDIR}/lang/p5-Scalar-List-Utils
+ p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+ p5-Algorithm-C3>=0.01:${PORTSDIR}/devel/p5-Algorithm-C3
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Class-C3/distinfo b/devel/p5-Class-C3/distinfo
index e1c17574689d..0164239082e6 100644
--- a/devel/p5-Class-C3/distinfo
+++ b/devel/p5-Class-C3/distinfo
@@ -1,3 +1,3 @@
-MD5 (Class-C3-0.10.tar.gz) = 1bad3c8b4b7a03d4155585459de94870
-SHA256 (Class-C3-0.10.tar.gz) = 17506096cfc7aca7c0aae87aeb6b296117fdd3e22398c31fd887ff35d51048ae
-SIZE (Class-C3-0.10.tar.gz) = 14172
+MD5 (Class-C3-0.11.tar.gz) = d1e4397b2cb3e3dbedf91137601f0d96
+SHA256 (Class-C3-0.11.tar.gz) = 894b4a6a42af3bdd769e834413c20c4d1912e330faecdece0cc22065c021543b
+SIZE (Class-C3-0.11.tar.gz) = 14382
diff --git a/devel/p5-Class-C3/pkg-descr b/devel/p5-Class-C3/pkg-descr
index e7893b003cd5..6cc6b5bc3622 100644
--- a/devel/p5-Class-C3/pkg-descr
+++ b/devel/p5-Class-C3/pkg-descr
@@ -1,5 +1,5 @@
-This is currently an experimental pragma to change Perl 5's standard
-method resolution order from depth-first left-to-right (a.k.a -
-pre-order) to the more sophisticated C3 method resolution order.
+This is a pragma to change Perl 5's standard method resolution order
+from depth-first left-to-right (a.k.a - pre-order) to the more
+sophisticated C3 method resolution order.
-WWW: http://search.cpan.org/dist/Module-Find/
+WWW: http://search.cpan.org/dist/Class-C3/