diff options
author | jhale <jhale@FreeBSD.org> | 2012-10-13 07:53:12 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-10-13 07:53:12 +0800 |
commit | 2c209562613b4ed5b85bdd77a5448fb02988e8e0 (patch) | |
tree | 12fe40ce6f6de39b27aaecd74945deab599358e7 /www | |
parent | 9ebd1978872d7f713a0cc517bb6015d1ef9dd4fb (diff) | |
download | freebsd-ports-gnome-2c209562613b4ed5b85bdd77a5448fb02988e8e0.tar.gz freebsd-ports-gnome-2c209562613b4ed5b85bdd77a5448fb02988e8e0.tar.zst freebsd-ports-gnome-2c209562613b4ed5b85bdd77a5448fb02988e8e0.zip |
- Update to 2.20 [1]
- Trim Makefile header
PR: ports/168134 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by: tobez (maintainer timeout, 5 months) [1]
makc, avilla (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Lint/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTML-Lint/distinfo | 4 | ||||
-rw-r--r-- | www/p5-HTML-Lint/pkg-plist | 1 |
3 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile index f0fa08b7d597..e718efbe4508 100644 --- a/www/p5-HTML-Lint/Makefile +++ b/www/p5-HTML-Lint/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: www/p5-HTML-Lint -# Date created: 27 December 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= HTML-Lint -PORTVERSION= 2.10 +PORTVERSION= 2.20 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PETDANCE @@ -25,6 +21,7 @@ PERL_CONFIGURE= yes MAN3= HTML::Lint.3 \ HTML::Lint::Error.3 \ HTML::Lint::HTML4.3 \ + HTML::Lint::Parser.3 \ Test::HTML::Lint.3 .include <bsd.port.mk> diff --git a/www/p5-HTML-Lint/distinfo b/www/p5-HTML-Lint/distinfo index 76189ec8af5c..d4b1959408b6 100644 --- a/www/p5-HTML-Lint/distinfo +++ b/www/p5-HTML-Lint/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTML-Lint-2.10.tar.gz) = 45311f5a14071e44fa998dceeae3285ea0c4ac755ab1e89595dd354864a2b2d4 -SIZE (HTML-Lint-2.10.tar.gz) = 23505 +SHA256 (HTML-Lint-2.20.tar.gz) = 934b47cf05a5b4375758c77304e018d1784c7524aee11956ccc88145adc47997 +SIZE (HTML-Lint-2.20.tar.gz) = 25974 diff --git a/www/p5-HTML-Lint/pkg-plist b/www/p5-HTML-Lint/pkg-plist index 9b3d044cd185..f8ba53d40093 100644 --- a/www/p5-HTML-Lint/pkg-plist +++ b/www/p5-HTML-Lint/pkg-plist @@ -2,6 +2,7 @@ bin/weblint %%SITE_PERL%%/HTML/Lint.pm %%SITE_PERL%%/HTML/Lint/Error.pm %%SITE_PERL%%/HTML/Lint/HTML4.pm +%%SITE_PERL%%/HTML/Lint/Parser.pm %%SITE_PERL%%/Test/HTML/Lint.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Lint/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Lint |