Index: head/www/p5-WWW-Mechanize/Makefile =================================================================== --- head/www/p5-WWW-Mechanize/Makefile (revision 515913) +++ head/www/p5-WWW-Mechanize/Makefile (revision 515914) @@ -1,50 +1,50 @@ # Created by: Anton Berezin # $FreeBSD$ PORTNAME= WWW-Mechanize -PORTVERSION= 1.92 +PORTVERSION= 1.94 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CGI>=4.08:www/p5-CGI \ p5-HTML-Form>=6:www/p5-HTML-Form \ p5-HTML-Parser>=3.33:www/p5-HTML-Parser \ p5-HTML-Tree>=5:www/p5-HTML-Tree \ p5-HTTP-Server-Simple>=0.35:www/p5-HTTP-Server-Simple \ p5-URI>=0:net/p5-URI \ p5-libwww>=5.829:www/p5-libwww TEST_DEPENDS= p5-HTTP-Daemon>=6.05:www/p5-HTTP-Daemon \ p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Test-Output>=0:devel/p5-Test-Output \ p5-Test-Taint>=0:devel/p5-Test-Taint \ p5-Test-Warn>=0.11:devel/p5-Test-Warn \ p5-Test-Warnings>=0:devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure NO_ARCH= yes DOCS= Changes etc/www-mechanize-logo.png PORTDOCS= ${DOCS:T} OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/www/p5-WWW-Mechanize/distinfo =================================================================== --- head/www/p5-WWW-Mechanize/distinfo (revision 515913) +++ head/www/p5-WWW-Mechanize/distinfo (revision 515914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566658496 -SHA256 (WWW-Mechanize-1.92.tar.gz) = 48e0dbfd611087ec027c6d6ecd6ad9af3c5d8d2027e6e803134c9df2cd6584c0 -SIZE (WWW-Mechanize-1.92.tar.gz) = 179367 +TIMESTAMP = 1572266836 +SHA256 (WWW-Mechanize-1.94.tar.gz) = c850571551276aad468a5ea2b3857310107671d943fc1c0b7cae3adf552c1002 +SIZE (WWW-Mechanize-1.94.tar.gz) = 179243 Index: head/www/p5-WWW-Mechanize/files/patch-t__local__LocalServer.pm =================================================================== --- head/www/p5-WWW-Mechanize/files/patch-t__local__LocalServer.pm (revision 515913) +++ head/www/p5-WWW-Mechanize/files/patch-t__local__LocalServer.pm (revision 515914) @@ -1,11 +1,11 @@ ---- t/local/LocalServer.pm.orig 2011-08-05 12:48:08.000000000 -0800 -+++ t/local/LocalServer.pm 2012-04-06 14:37:36.000000000 -0800 -@@ -152,7 +152,7 @@ +--- t/local/LocalServer.pm.orig 2019-10-10 13:12:38 UTC ++++ t/local/LocalServer.pm +@@ -155,7 +155,7 @@ url. sub stop { my ($self) = @_; get( $self->quit_server ); - undef $self->{_server_url}; + $self->kill(); if ( $self->{_fh} ) { close $self->{_fh}; delete $self->{_fh};