diff options
author | tobez <tobez@FreeBSD.org> | 2009-10-07 16:50:34 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-10-07 16:50:34 +0800 |
commit | 13052b3269a4fc04149dd8ec283fb0d21df63712 (patch) | |
tree | 9310acef6a5b5dbd7d577b6251fca7c0a79446b2 /www | |
parent | 96d5463d10b2331aae5926ade0ed0b74bc7f3e2b (diff) | |
download | freebsd-ports-gnome-13052b3269a4fc04149dd8ec283fb0d21df63712.tar.gz freebsd-ports-gnome-13052b3269a4fc04149dd8ec283fb0d21df63712.tar.zst freebsd-ports-gnome-13052b3269a4fc04149dd8ec283fb0d21df63712.zip |
Update to 0.02. Change maintainer from ports@ to perl@.
Changes: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/Makefile | 14 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/distinfo | 6 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile index d3d1e960e89d..2b29ede49239 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/Makefile @@ -6,18 +6,20 @@ # PORTNAME= WWW-Mechanize-Plugin-phpBB -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Screen scraper for phpBB installations -BUILD_DEPENDS= ${SITE_PERL}/WWW/Mechanize/Pluggable.pm:${PORTSDIR}/www/p5-WWW-Mechanize-Pluggable \ - ${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ - ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \ - ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +BUILD_DEPENDS= p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-WWW-Mechanize-Pluggable>=0.10:${PORTSDIR}/www/p5-WWW-Mechanize-Pluggable \ + p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ + p5-Log-Log4perl>=1.0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Class-Accessor>=0.19:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= WWW::Mechanize::Plugin::phpBB.3 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo index 02393496affa..4b5084aa1699 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = a49e5c3c267b99691b945ff02441e4f8 -SHA256 (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 39759ec5df3ad23acfa8e97edb25b73de6dcb00e4ed70555accc81239f77b800 -SIZE (WWW-Mechanize-Plugin-phpBB-0.01.tar.gz) = 5524 +MD5 (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = 72f4858542c7e3a8b58f0c63601a485a +SHA256 (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = c066d308cddb4efc6a475e79e6713dda3b6a26e9caee041726c6a21f080b2f68 +SIZE (WWW-Mechanize-Plugin-phpBB-0.02.tar.gz) = 5609 diff --git a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr index 2fd698968528..9f7920484ebe 100644 --- a/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr +++ b/www/p5-WWW-Mechanize-Plugin-phpBB/pkg-descr @@ -7,5 +7,5 @@ FUNCTIONALITY IS CURRENTLY LIMITED, READ ON WHAT'S AVAILABLE SO FAR. WWW::Mechanize::Plugin::phpBB is implemented as a plugin to WWW::Mechanize, using Joe McMahon's WWW::Mechanize::Pluggable framework. -WWW: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB +WWW: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB/ Author: Mike Schilli <m@perlmeister.com> |