pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-StripScripts Update to 1.06



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a230c281e46
branches:  trunk
changeset: 350120:4a230c281e46
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 24 00:34:26 2016 +0000

description:
Update to 1.06

Upstream changes:
1.06  12 May 2016  Added title tag to <a> elements RT 83302
                   Fixed a bug in the mailto regex RT 87872 (thanks to ANDK and SysPete)
                   Fixed an unclosed { in the _hss_attval_size regex RT 98110, RT 104221,
                        RT 107247, (thanks to fraserbn, jplesnik, dtenney, and SysPete)
                   Fixed a spelling mistake (thanks to gregoa and SysPete)

diffstat:

 www/p5-HTML-StripScripts/Makefile                      |   5 ++---
 www/p5-HTML-StripScripts/distinfo                      |  11 +++++------
 www/p5-HTML-StripScripts/patches/patch-StripScripts.pm |  16 ----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (50 lines):

diff -r adeafbfe5fdf -r 4a230c281e46 www/p5-HTML-StripScripts/Makefile
--- a/www/p5-HTML-StripScripts/Makefile Sun Jul 24 00:28:01 2016 +0000
+++ b/www/p5-HTML-StripScripts/Makefile Sun Jul 24 00:34:26 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2016/06/08 19:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/07/24 00:34:26 wen Exp $
 
-DISTNAME=      HTML-StripScripts-1.05
+DISTNAME=      HTML-StripScripts-1.06
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTML/}
 
diff -r adeafbfe5fdf -r 4a230c281e46 www/p5-HTML-StripScripts/distinfo
--- a/www/p5-HTML-StripScripts/distinfo Sun Jul 24 00:28:01 2016 +0000
+++ b/www/p5-HTML-StripScripts/distinfo Sun Jul 24 00:34:26 2016 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:47:09 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/07/24 00:34:26 wen Exp $
 
-SHA1 (HTML-StripScripts-1.05.tar.gz) = d6d91f2b9c342370f9a1d08aec11b5720474bc49
-RMD160 (HTML-StripScripts-1.05.tar.gz) = 2e2c87164c04576b72a0cd6302c0838ca9f4cdae
-SHA512 (HTML-StripScripts-1.05.tar.gz) = e9de1a05721fa74b90168ef36596c4d32d5af365258f1a8b363ac7a2e2f15181e67cbadde1c1dcae1225b6d2850589fa14e252134cf799b84bf506f55f5e050d
-Size (HTML-StripScripts-1.05.tar.gz) = 43236 bytes
-SHA1 (patch-StripScripts.pm) = 0939392fa83186ecbe84b379f921e4c22aaf0e16
+SHA1 (HTML-StripScripts-1.06.tar.gz) = 5dca2d42f3dbdb575f4c2c719ebda5eeea020cd5
+RMD160 (HTML-StripScripts-1.06.tar.gz) = 8ae86836350471ce7b3fbb98d6c3eede1b384429
+SHA512 (HTML-StripScripts-1.06.tar.gz) = 5d358997816653e32dba8916ac95967da345ec8c018ba7d21ef3bebca9bdda3131917b596dd25f51a3c63f85df7babfeab6133b46a7e15a0cd0409c055e2c589
+Size (HTML-StripScripts-1.06.tar.gz) = 44745 bytes
diff -r adeafbfe5fdf -r 4a230c281e46 www/p5-HTML-StripScripts/patches/patch-StripScripts.pm
--- a/www/p5-HTML-StripScripts/patches/patch-StripScripts.pm    Sun Jul 24 00:28:01 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-StripScripts.pm,v 1.1 2015/09/26 14:22:56 bouyer Exp $
-
-Bug/typo now cause a fatal error in perl 5.22
-From https://rt.cpan.org/Public/Bug/Display.html?id=98110
-
---- StripScripts.pm.orig       2015-09-25 21:55:08.000000000 +0200
-+++ StripScripts.pm    2015-09-25 22:03:01.000000000 +0200
-@@ -1630,7 +1630,7 @@
- 
- sub _hss_attval_size {
-     $_[3]
--        =~ /^\s*([+-]?\d{1,20}(?:\.\d{1,20)?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/i
-+      =~ /^\s*([+-]?\d{1,20}(?:\.\d{1,20})?)\s*((?:\%|\*|ex|px|pc|cm|mm|in|pt|em)?)\s*$/i 
-         ? lc "$1$2"
-         : undef;
- }



Home | Main Index | Thread Index | Old Index