pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Strip Update to 2.08. From the changelog:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7c9ba961cf7
branches: trunk
changeset: 643103:f7c9ba961cf7
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Thu Dec 11 00:15:26 2014 +0000
description:
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:
www/p5-HTML-Strip/Makefile | 8 +++-----
www/p5-HTML-Strip/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r d020605365a1 -r f7c9ba961cf7 www/p5-HTML-Strip/Makefile
--- a/www/p5-HTML-Strip/Makefile Wed Dec 10 23:27:31 2014 +0000
+++ b/www/p5-HTML-Strip/Makefile Thu Dec 11 00:15:26 2014 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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 -r d020605365a1 -r f7c9ba961cf7 www/p5-HTML-Strip/distinfo
--- a/www/p5-HTML-Strip/distinfo Wed Dec 10 23:27:31 2014 +0000
+++ b/www/p5-HTML-Strip/distinfo Thu Dec 11 00:15:26 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index