Hi, 

This is an update for HTML::Lint that will also be needed once we ship Perl
5.28. 

What's new upstream (full changelog [1]): 

- Deal with '.' that's no more in @INC
- Add checking of entities in attributes
- Allow using '-' in the weblint companion program as STDIN

What's new in the port: 

- make use of TEST_POD instead of using test depends
- add libwww as a dependency for weblint

Testing: 

- 'make test' passes
- There are consumers with failing tests [2], but no new failures. 

Charlène. 

[1] https://metacpan.org/changes/distribution/HTML-Lint
[2] https://transfer.sh/R4CPe/p5-HTML-Lint.tgz

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-HTML-Lint/Makefile,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 Makefile
--- Makefile    31 May 2017 11:42:57 -0000      1.17
+++ Makefile    19 Dec 2018 21:41:55 -0000
@@ -4,13 +4,15 @@ COMMENT=              check for HTML errors in a str
 
 MODULES=               cpan
 PKG_ARCH=              *
-DISTNAME =             HTML-Lint-2.26
+DISTNAME =             HTML-Lint-2.32
 CATEGORIES=            www
 
 # perl
 PERMIT_PACKAGE_CDROM=  Yes
 
-RUN_DEPENDS=           www/p5-HTML-Parser
-TEST_DEPENDS=          devel/p5-Test-Pod-Coverage
+RUN_DEPENDS=           www/p5-HTML-Parser \
+                       www/p5-libwww
+
+MAKE_ENV +=            TEST_POD=Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-HTML-Lint/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    31 May 2017 11:42:57 -0000      1.7
+++ distinfo    19 Dec 2018 21:41:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (HTML-Lint-2.26.tar.gz) = 1K5kg/3dtQQC2InOYtG7hUdSLgtJm9abtRIOrokOcQs=
-SIZE (HTML-Lint-2.26.tar.gz) = 28876
+SHA256 (HTML-Lint-2.32.tar.gz) = eY3Etk1GrtsqzyM7CeSPscJPJSdK392IjOex7m4XYFI=
+SIZE (HTML-Lint-2.32.tar.gz) = 30735

Reply via email to