diff options
author | erwin <erwin@FreeBSD.org> | 2005-07-13 19:35:09 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-07-13 19:35:09 +0800 |
commit | 4dfafd1ef3b6dfe1cff97cc5e9c233a15e93f7db (patch) | |
tree | 9efc35940900b1d0f852c477a767379fbc84a12d /www | |
parent | c073a46d3f97fe03a49de2706b1c437ce35ee880 (diff) | |
download | freebsd-ports-gnome-4dfafd1ef3b6dfe1cff97cc5e9c233a15e93f7db.tar.gz freebsd-ports-gnome-4dfafd1ef3b6dfe1cff97cc5e9c233a15e93f7db.tar.zst freebsd-ports-gnome-4dfafd1ef3b6dfe1cff97cc5e9c233a15e93f7db.zip |
- Update to 1.31
- Bump required perl version to 5.8.1 or higher.
- Pass maintainership to submitter
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Prototype/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Prototype/Makefile b/www/p5-Catalyst-Plugin-Prototype/Makefile index dd85828baed8..3693a6ee80d3 100644 --- a/www/p5-Catalyst-Plugin-Prototype/Makefile +++ b/www/p5-Catalyst-Plugin-Prototype/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Catalyst-Plugin-Prototype -PORTVERSION= 0.01 +PORTVERSION= 1.31 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/S/SR/SRI PKGNAMEPREFIX= p5- -MAINTAINER= lth@FreeBSD.org +MAINTAINER= lars@balker.dk COMMENT= Catalyst plugin for Prototype BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \ @@ -26,7 +26,7 @@ MAN3= Catalyst::Helper::Prototype.3 \ Catalyst::Plugin::Prototype.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again +.if ${PERL_LEVEL} < 500801 +IGNORE= requires Perl 5.8.1. Install lang/perl5.8, and try again .endif .include <bsd.port.post.mk> diff --git a/www/p5-Catalyst-Plugin-Prototype/distinfo b/www/p5-Catalyst-Plugin-Prototype/distinfo index 6c8431d095e1..d56baec5c06a 100644 --- a/www/p5-Catalyst-Plugin-Prototype/distinfo +++ b/www/p5-Catalyst-Plugin-Prototype/distinfo @@ -1,2 +1,2 @@ -MD5 (Catalyst-Plugin-Prototype-0.01.tar.gz) = 63f3af731a430bf3f2f523cceacd05f3 -SIZE (Catalyst-Plugin-Prototype-0.01.tar.gz) = 2046 +MD5 (Catalyst-Plugin-Prototype-1.31.tar.gz) = 333cd51b977eb30bc43855e8053d4125 +SIZE (Catalyst-Plugin-Prototype-1.31.tar.gz) = 2210 |