diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-12-11 00:15:26 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-12-11 00:15:26 +0000 |
commit | 0816996a008388fe6fb8231de26d20bf87d8e82d (patch) | |
tree | 33a53056e0524004d6aaf6cde9cf7745a6636be2 /www | |
parent | 5aa89c3fa1f0e1e6e1030d46cf9805fd663ceb6d (diff) | |
download | pkgsrc-0816996a008388fe6fb8231de26d20bf87d8e82d.tar.gz |
Update to 2.08. From the changelog:
- replaced html entities in russian.html (read by utf8 test), as the
test should not fail due to problems with HTML::Entities.
- improvements for Kwalitee
- strip_spaces in utf8 test was using perl v5.14+ features
- reading of DATA in utf8 test should be native utf8 not use Encode,
which mangles it on some platforms
- fix to bug in t/300_utf8.t causing whitespace not to be stripped
- many cpan tester failures due to witespace in utf8 test,
main test done with whitespace stripped, todo test as before
- removed trailing libicu deps
- perl minimum version to 5.8 (needed for unicode support).
- cleaned up test suite
- version bump in META.YML (RT#100457)
- 'use feature' breaking perl 5.8, removed (RT#100453)
- added Test::Exception to build_requires
- removed dependency on libicu-dev, which isn't as universal as expected
and was causing a bunch of cpan tester failures
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Strip/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Strip/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/p5-HTML-Strip/Makefile b/www/p5-HTML-Strip/Makefile index 28d4890702c..3616e3cb45c 100644 --- a/www/p5-HTML-Strip/Makefile +++ b/www/p5-HTML-Strip/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/11/19 14:57:17 wen Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/11 00:15:26 schmonz Exp $ -DISTNAME= HTML-Strip-2.01 +DISTNAME= HTML-Strip-2.08 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} @@ -8,11 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTML-Strip/ COMMENT= Perl5 module for strip HTML tag - -WRKSRC= ${WRKDIR}/HTML-Strip +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/HTML/Strip/.packlist -.include "../../textproc/icu/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Strip/distinfo b/www/p5-HTML-Strip/distinfo index 00667273d9b..c37ddaff051 100644 --- a/www/p5-HTML-Strip/distinfo +++ b/www/p5-HTML-Strip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/11/19 14:57:17 wen Exp $ +$NetBSD: distinfo,v 1.3 2014/12/11 00:15:26 schmonz Exp $ -SHA1 (HTML-Strip-2.01.tar.gz) = e3b16fb76cfe1e8c73c0e481e2aa72abb33a1791 -RMD160 (HTML-Strip-2.01.tar.gz) = f0d217027d1b732759fe8d8b2d0fd0e6eed475fa -Size (HTML-Strip-2.01.tar.gz) = 13538 bytes +SHA1 (HTML-Strip-2.08.tar.gz) = 88c54cb45b7f3c1541d102f3e94665f296d37e31 +RMD160 (HTML-Strip-2.08.tar.gz) = 63506e3766b5263780411f98355e8fcb97fd8330 +Size (HTML-Strip-2.08.tar.gz) = 14811 bytes |