Update to version 1.44

Ok sthen@
This commit is contained in:
nigel 2014-03-28 21:59:33 +00:00
parent 1f73d677ad
commit e8d47e5338
3 changed files with 6 additions and 20 deletions

View File

@ -1,18 +1,19 @@
# $OpenBSD: Makefile,v 1.14 2013/10/11 23:49:23 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2014/03/28 21:59:33 nigel Exp $
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 \

View File

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

View File

@ -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' );