Update to 0.02. Change maintainer from ports@ to perl@.

Changes: http://search.cpan.org/dist/WWW-Mechanize-Plugin-phpBB/Changes
This commit is contained in:
Anton Berezin 2009-10-07 08:50:34 +00:00
parent f437d71202
commit 5a76bb286b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242540
3 changed files with 12 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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>