diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-10 11:38:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-10 11:38:00 +0800 |
commit | 708a1f4b1cc0ed4fc0d63eeab274642367eb7f75 (patch) | |
tree | 079b04aa64c3921c27d14c1af634403e15f6abc8 /devel | |
parent | 272555ae3cd40b97d923383bce8953868215d222 (diff) | |
download | freebsd-ports-gnome-708a1f4b1cc0ed4fc0d63eeab274642367eb7f75.tar.gz freebsd-ports-gnome-708a1f4b1cc0ed4fc0d63eeab274642367eb7f75.tar.zst freebsd-ports-gnome-708a1f4b1cc0ed4fc0d63eeab274642367eb7f75.zip |
- Update to 2.01
Changes: http://search.cpan.org/dist/Class-Autouse/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Class-Autouse/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 2043f81a38e1..6ec29137ec10 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Class-Autouse -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ADAMK @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Defer loading of one or more classes -RUN_DEPENDS= ${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-prefork>=0:${PORTSDIR}/devel/p5-prefork +RUN_DEPENDS= p5-prefork>=0:${PORTSDIR}/devel/p5-prefork PERL_CONFIGURE= yes diff --git a/devel/p5-Class-Autouse/distinfo b/devel/p5-Class-Autouse/distinfo index 1052ab691903..1dac8537f0da 100644 --- a/devel/p5-Class-Autouse/distinfo +++ b/devel/p5-Class-Autouse/distinfo @@ -1,2 +1,2 @@ -SHA256 (Class-Autouse-2.00.tar.gz) = 0f20d3f7cd86cc5f013250551d2e62de9ca21a925f8c9294d255ac78dc02f5e0 -SIZE (Class-Autouse-2.00.tar.gz) = 52116 +SHA256 (Class-Autouse-2.01.tar.gz) = c05b3236c05719d819c20db0fdeb6d0954747e43d7a738294eed7fbcf36ecf1b +SIZE (Class-Autouse-2.01.tar.gz) = 52719 |