diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 19:37:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 19:37:39 +0000 |
commit | 6affe7ccf6619755ec2f5582d375b9006798ca60 (patch) | |
tree | fb1426c039bdef8d3fe1d4c7c572a128d4ec33f7 /www | |
parent | 633b7f7d7f1c6e0569c67538ba4aa1152578ce1b (diff) | |
download | pkgsrc-6affe7ccf6619755ec2f5582d375b9006798ca60.tar.gz |
pkgsrc changes:
- Updating package for p5 module HTML::Parser from 3.60 to 3.61
- Setting LICENSE=${PERL5_LICENSE} according to META.yml
Upstream changes:
2009-06-20 Release 3.61
Gisle Aas (2):
Test that triggers the crash that Chip fixed
Complete documented list of literal tags
Chip Salzenberg (1):
Avoid crash (referenced pend_text instead of skipped_text)
Antonio Radici (1):
Reference HTML::LinkExttor [RT#43164]
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 291601caad5..9a67caf345d 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2009/02/21 14:00:02 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2009/07/07 19:37:39 sno Exp $ # -DISTNAME= HTML-Parser-3.60 +DISTNAME= HTML-Parser-3.61 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa CATEGORIES= www perl5 @@ -10,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTML-Parser/ COMMENT= Perl5 module to parse HTML text documents +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index a49a4bbae3d..aaa0a1d26d5 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2009/02/21 14:00:02 wiz Exp $ +$NetBSD: distinfo,v 1.20 2009/07/07 19:37:39 sno Exp $ -SHA1 (HTML-Parser-3.60.tar.gz) = c58f4a093428c0b55d211d465891251229463811 -RMD160 (HTML-Parser-3.60.tar.gz) = efd800cf95c320fcc8803924bb9c63ee9905fcae -Size (HTML-Parser-3.60.tar.gz) = 88010 bytes +SHA1 (HTML-Parser-3.61.tar.gz) = 4929ff561455c374551735c8d84ad39a7ef2f006 +RMD160 (HTML-Parser-3.61.tar.gz) = d20071777c493d49661aa642e271e606acd17d2d +Size (HTML-Parser-3.61.tar.gz) = 88269 bytes |