On 03/18/14 23:55, Nigel Taylor wrote:
> Updated to latest version,
>
> Added BUILD_DEPENDS, ensures perl versions checked during configure.
>
> Tested on AMD64.
>
> Checked CPAN reports show tests passed for perl 5.18.x.
>
> Ok?
>
>
Try attaching again...
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/p5-Test-WWW-Mechanize/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile 11 Oct 2013 23:49:23 -0000 1.14
+++ Makefile 17 Mar 2014 16:55:00 -0000
@@ -4,15 +4,16 @@ COMMENT= test suite using WWW::Mechanize
MODULES= cpan
-DISTNAME= Test-WWW-Mechanize-1.30
+DISTNAME= Test-WWW-Mechanize-1.44
CATEGORIES= www devel
# Artitistic License
PERMIT_PACKAGE_CDROM= Yes
+BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Carp-Assert-More \
devel/p5-Test-LongString \
- www/p5-HTML-Lint \
+ www/p5-HTML-Lint>=2.20 \
www/p5-HTML-Tree \
www/p5-HTTP-Server-Simple \
www/p5-WWW-Mechanize \
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/p5-Test-WWW-Mechanize/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 7 Apr 2012 20:04:39 -0000 1.4
+++ distinfo 18 Oct 2012 09:32:25 -0000
@@ -1,5 +1,2 @@
-MD5 (Test-WWW-Mechanize-1.30.tar.gz) = oNcNUB4m45j0e/Czpb4Egw==
-RMD160 (Test-WWW-Mechanize-1.30.tar.gz) = 2h8Srn/qyUhrEMN8/TVzYQ6iJvg=
-SHA1 (Test-WWW-Mechanize-1.30.tar.gz) = AlA31S0JaPnlpC6bu/DFAOeMqCk=
-SHA256 (Test-WWW-Mechanize-1.30.tar.gz) = p3yRE5KT/OyldL4dpWL4b0yerJzRYC/rTYJjV0cuC0A=
-SIZE (Test-WWW-Mechanize-1.30.tar.gz) = 19234
+SHA256 (Test-WWW-Mechanize-1.44.tar.gz) = WNALmZs8fx6uh51U4RL7PHUl0lUXyxD4GofpLYiQVxg=
+SIZE (Test-WWW-Mechanize-1.44.tar.gz) = 25824
Index: patches/patch-t_content_lacks_t
===================================================================
RCS file: patches/patch-t_content_lacks_t
diff -N patches/patch-t_content_lacks_t
--- patches/patch-t_content_lacks_t 7 Apr 2012 20:04:39 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-t_content_lacks_t,v 1.1 2012/04/07 20:04:39 sthen Exp $
---- t/content_lacks.t.orig Mon Apr 5 07:49:01 2010
-+++ t/content_lacks.t Tue Oct 25 14:23:31 2011
-@@ -35,7 +35,7 @@ test_out( q{not ok 1 - Shouldn't say it's a test page}
- test_fail(+4);
- test_diag(q( searched: "<html>\x{0a} <head>\x{0a} <title>Test Page</title>"...) );
- test_diag(q( and found: "Test Page") );
--test_diag(q( at position: 33) );
-+test_diag(q( at position: 33 (line 3 column 16)) );
- $mech->content_lacks( 'Test Page', q{Shouldn't say it's a test page} );
- test_test( 'Handles not finding it' );
-