diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-05-02 06:10:46 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2007-05-02 06:10:46 +0000 |
commit | ca8eb9b08fcc9373f0d4f9da8b9b1f3bf22ad924 (patch) | |
tree | 7644496d65e56a31ff04c00b695314b8b6d36eca | |
parent | e04a672a0015481c9d11a63360706dfc68cf062e (diff) | |
download | ports-ca8eb9b08fcc9373f0d4f9da8b9b1f3bf22ad924.tar.gz ports-ca8eb9b08fcc9373f0d4f9da8b9b1f3bf22ad924.zip |
Update to 1.33
Notes
Notes:
svn path=/head/; revision=191373
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/Makefile | 13 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/distinfo | 6 |
2 files changed, 11 insertions, 8 deletions
diff --git a/www/p5-Catalyst-Plugin-Prototype/Makefile b/www/p5-Catalyst-Plugin-Prototype/Makefile index 1554549677f7..04c145715d7f 100644 --- a/www/p5-Catalyst-Plugin-Prototype/Makefile +++ b/www/p5-Catalyst-Plugin-Prototype/Makefile @@ -6,19 +6,19 @@ # PORTNAME= Catalyst-Plugin-Prototype -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI +MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG PKGNAMEPREFIX= p5- MAINTAINER= lbr@FreeBSD.org COMMENT= Catalyst plugin for Prototype -BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \ +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7006:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/HTML/Prototype.pm:${PORTSDIR}/www/p5-HTML-Prototype + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-HTML-Prototype>=1.48:${PORTSDIR}/www/p5-HTML-Prototype RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -26,6 +26,9 @@ PERL_CONFIGURE= yes MAN3= Catalyst::Helper::Prototype.3 \ Catalyst::Plugin::Prototype.3 +post-extract: + ${RM} ${WRKSRC}/lib/Catalyst/Plugin/._Prototype.pm + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500801 IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again diff --git a/www/p5-Catalyst-Plugin-Prototype/distinfo b/www/p5-Catalyst-Plugin-Prototype/distinfo index 3872270754d8..508aed49cc8f 100644 --- a/www/p5-Catalyst-Plugin-Prototype/distinfo +++ b/www/p5-Catalyst-Plugin-Prototype/distinfo @@ -1,3 +1,3 @@ -MD5 (Catalyst-Plugin-Prototype-1.32.tar.gz) = 2240e5b22a416cbba2111e96a322b608 -SHA256 (Catalyst-Plugin-Prototype-1.32.tar.gz) = b738a67aa08d4fca945fadd4465009db377d15aed23ebde3146013be9edb27cc -SIZE (Catalyst-Plugin-Prototype-1.32.tar.gz) = 2255 +MD5 (Catalyst-Plugin-Prototype-1.33.tar.gz) = 20bf269ee3e0ad47d2d25fde6f4e4b96 +SHA256 (Catalyst-Plugin-Prototype-1.33.tar.gz) = 119ef54c36b89b15f8c299f9d5d21959d3ea26d46331eddd64e4d4f59879e165 +SIZE (Catalyst-Plugin-Prototype-1.33.tar.gz) = 18789 |