diff options
author | tobez <tobez@FreeBSD.org> | 2004-02-15 23:25:37 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-02-15 23:25:37 +0800 |
commit | f3c5582bb0092bcee8bca14dbdef39958e5c0b4d (patch) | |
tree | c92772707ced796204e95a3a8f7b068727ce26fa /www | |
parent | e48decd245293849ae143332f0a2908f566e42b8 (diff) | |
download | freebsd-ports-gnome-f3c5582bb0092bcee8bca14dbdef39958e5c0b4d.tar.gz freebsd-ports-gnome-f3c5582bb0092bcee8bca14dbdef39958e5c0b4d.tar.zst freebsd-ports-gnome-f3c5582bb0092bcee8bca14dbdef39958e5c0b4d.zip |
Update to 0.72.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Mechanize/Makefile | 7 | ||||
-rw-r--r-- | www/p5-WWW-Mechanize/distinfo | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile index 71baf6e40ccb..938df3c951be 100644 --- a/www/p5-WWW-Mechanize/Makefile +++ b/www/p5-WWW-Mechanize/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 0.61 +PORTVERSION= 0.72 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -17,12 +17,15 @@ COMMENT= This module is to help you automate interaction with a website BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 WWW::Mechanize::Link.3 +MAN3= WWW::Mechanize.3 WWW::Mechanize::Examples.3 \ + WWW::Mechanize::FAQ.3 WWW::Mechanize::Link.3 MAN1= mech-dump.1 .include <bsd.port.pre.mk> diff --git a/www/p5-WWW-Mechanize/distinfo b/www/p5-WWW-Mechanize/distinfo index 7792bc6f8faa..fd95ba8bfc09 100644 --- a/www/p5-WWW-Mechanize/distinfo +++ b/www/p5-WWW-Mechanize/distinfo @@ -1 +1,2 @@ -MD5 (WWW-Mechanize-0.61.tar.gz) = 73a04aeb03261c0c56a292245d701396 +MD5 (WWW-Mechanize-0.72.tar.gz) = c53a8dd33de1c01bc08078096c72bf29 +SIZE (WWW-Mechanize-0.72.tar.gz) = 82958 |