Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 23:53:13 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305797 - head/www/p5-HTML-Lint
Message-ID:  <201210122353.q9CNrDs8098994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Fri Oct 12 23:53:12 2012
New Revision: 305797
URL: http://svn.freebsd.org/changeset/ports/305797

Log:
  - 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

Modified:
  head/www/p5-HTML-Lint/Makefile   (contents, props changed)
  head/www/p5-HTML-Lint/distinfo   (contents, props changed)
  head/www/p5-HTML-Lint/pkg-plist   (contents, props changed)

Modified: head/www/p5-HTML-Lint/Makefile
==============================================================================
--- head/www/p5-HTML-Lint/Makefile	Fri Oct 12 23:15:35 2012	(r305796)
+++ head/www/p5-HTML-Lint/Makefile	Fri Oct 12 23:53:12 2012	(r305797)
@@ -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>

Modified: head/www/p5-HTML-Lint/distinfo
==============================================================================
--- head/www/p5-HTML-Lint/distinfo	Fri Oct 12 23:15:35 2012	(r305796)
+++ head/www/p5-HTML-Lint/distinfo	Fri Oct 12 23:53:12 2012	(r305797)
@@ -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

Modified: head/www/p5-HTML-Lint/pkg-plist
==============================================================================
--- head/www/p5-HTML-Lint/pkg-plist	Fri Oct 12 23:15:35 2012	(r305796)
+++ head/www/p5-HTML-Lint/pkg-plist	Fri Oct 12 23:53:12 2012	(r305797)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210122353.q9CNrDs8098994>