pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Unidecode Update to 1.23
details: https://anonhg.NetBSD.org/pkgsrc/rev/466d5a3a4f1c
branches: trunk
changeset: 651723:466d5a3a4f1c
user: mef <mef%pkgsrc.org@localhost>
date: Sun May 10 03:02:05 2015 +0000
description:
Update to 1.23
--------------
2014-12-07 Sean M. Burke sburke%cpan.org@localhost
* RELEASE 1.23. Just a bugfix version.
* The bug in question: https://rt.cpan.org/Ticket/Display.html?id=97456
* Thank you very much to superstar Dagfinn Ilmari Mannsaker for noting
it first *and* for providing a patch for a problem that would baffle
me completely:
"On perls 5.8.8 through 5.12.x, regex matches against UTF-16
surrogate characters emits a fatal "Malformed UTF-8 character"
warning if warnings are enabled. ExtUtils::MakeMaker prior to 6.78
runs the test suite with -w, causing the installation to fail.
The attached patch [which I applied -SMB] disables utf8
warnings while doing the regex substitution and converting the
character number to a character in the test."
And thank you very much to Ricardo Signes and Tim Bunce for reminding
me to actually release this thang! I was stupid and forgot... for
several MONTHS.
* Doc: Adding mention of Tom Christiansen's "Perl Unicode Cookbook":
http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
* Doc: Adding a suggestion of "use utf8;" in German example.
diffstat:
textproc/p5-Text-Unidecode/Makefile | 4 ++--
textproc/p5-Text-Unidecode/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 6a8938630798 -r 466d5a3a4f1c textproc/p5-Text-Unidecode/Makefile
--- a/textproc/p5-Text-Unidecode/Makefile Sun May 10 02:59:54 2015 +0000
+++ b/textproc/p5-Text-Unidecode/Makefile Sun May 10 03:02:05 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/09/16 12:27:48 wen Exp $
+# $NetBSD: Makefile,v 1.12 2015/05/10 03:02:05 mef Exp $
-DISTNAME= Text-Unidecode-1.22
+DISTNAME= Text-Unidecode-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 6a8938630798 -r 466d5a3a4f1c textproc/p5-Text-Unidecode/distinfo
--- a/textproc/p5-Text-Unidecode/distinfo Sun May 10 02:59:54 2015 +0000
+++ b/textproc/p5-Text-Unidecode/distinfo Sun May 10 03:02:05 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/09/16 12:27:48 wen Exp $
+$NetBSD: distinfo,v 1.4 2015/05/10 03:02:05 mef Exp $
-SHA1 (Text-Unidecode-1.22.tar.gz) = 845dd22ea0614d5692a6bffaddc1a0e4e8c61ae3
-RMD160 (Text-Unidecode-1.22.tar.gz) = 079d73fe93ced3a541efd3cd5474db8917b1fdae
-Size (Text-Unidecode-1.22.tar.gz) = 129557 bytes
+SHA1 (Text-Unidecode-1.23.tar.gz) = fab5894d81b86d63ffdf8a78509ce668e60e4693
+RMD160 (Text-Unidecode-1.23.tar.gz) = 888ed310339265dd74e44201b9c4d6bf81f9530a
+Size (Text-Unidecode-1.23.tar.gz) = 130431 bytes
Home |
Main Index |
Thread Index |
Old Index