pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-Collate p5-Unicode-Collate: upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14b214042798
branches:  trunk
changeset: 371257:14b214042798
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 08 16:22:30 2017 +0000

description:
p5-Unicode-Collate: update to 1.21.

1.21  Sat Nov  4 10:49:19 2017
    - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2)
    - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt.
      * Please notice that allkeys.txt will be overwritten if you have had
        other allkeys.txt already.
    - The default UCA_Version is 34.
    - added tangut.t in t.
    - Locale/*.pl and CJK/Korean.pm are updated.

1.20  Fri Nov  3 11:50:21 2017
    - XS: [rt.cpan.org #121664] . removed from @INC
    - U::C::Locale newly supports locales: dsb, lkt.

diffstat:

 converters/p5-Unicode-Collate/Makefile                  |   5 ++---
 converters/p5-Unicode-Collate/distinfo                  |  11 +++++------
 converters/p5-Unicode-Collate/patches/patch-Makefile.PL |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r 525c4acb6463 -r 14b214042798 converters/p5-Unicode-Collate/Makefile
--- a/converters/p5-Unicode-Collate/Makefile    Wed Nov 08 16:06:47 2017 +0000
+++ b/converters/p5-Unicode-Collate/Makefile    Wed Nov 08 16:22:30 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:22:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/11/08 16:22:30 wiz Exp $
 
-DISTNAME=      Unicode-Collate-1.19
+DISTNAME=      Unicode-Collate-1.21
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    converters perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Unicode/}
 
diff -r 525c4acb6463 -r 14b214042798 converters/p5-Unicode-Collate/distinfo
--- a/converters/p5-Unicode-Collate/distinfo    Wed Nov 08 16:06:47 2017 +0000
+++ b/converters/p5-Unicode-Collate/distinfo    Wed Nov 08 16:22:30 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/06/07 14:33:24 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2017/11/08 16:22:30 wiz Exp $
 
-SHA1 (Unicode-Collate-1.19.tar.gz) = ab9680d5e1bd23b87e03c70593c40cfdc09a30f2
-RMD160 (Unicode-Collate-1.19.tar.gz) = 94c9580d75d19b5f1abaf470a5d7472873352387
-SHA512 (Unicode-Collate-1.19.tar.gz) = 580bca6e96dd474b223ec9f971d6b8a4fc96d1bbffdc278dfa679d511455940e088f19069647715c2ae7c8e52972a59107cbc6d1bf3537de1c314feab2f4c21b
-Size (Unicode-Collate-1.19.tar.gz) = 886811 bytes
-SHA1 (patch-Makefile.PL) = b87caafb75d18bdb9c6c5462b2f6842c4bcc7aa8
+SHA1 (Unicode-Collate-1.21.tar.gz) = 40a01e738ed7bb0a2fc7d2fb3c48bc942f249dba
+RMD160 (Unicode-Collate-1.21.tar.gz) = 7dff3215c1f677ad4264a09200d606a451a7dc70
+SHA512 (Unicode-Collate-1.21.tar.gz) = a603d7affb60c4064325ee7a409570d40787e1fe9f50310fb6a1a1f6fe51d92a7ce398edfbb6fc708e48cb0eff1c5afc03695ea07d37a6c9bbb63e7eb104aa54
+Size (Unicode-Collate-1.21.tar.gz) = 893521 bytes
diff -r 525c4acb6463 -r 14b214042798 converters/p5-Unicode-Collate/patches/patch-Makefile.PL
--- a/converters/p5-Unicode-Collate/patches/patch-Makefile.PL   Wed Nov 08 16:06:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:33:24 ryoon Exp $
-
-* FIx build with Perl 5.26.0
-
---- Makefile.PL.orig   2016-12-03 00:33:01.000000000 +0000
-+++ Makefile.PL
-@@ -6,7 +6,7 @@ my $clean = {};
- if (-f "Collate.xs") {
-     print "Making header files for XS...\n";
- 
--    do 'mkheader' or die $@ || "mkheader: $!";
-+    do './mkheader' or die $@ || "mkheader: $!";
- 
-     $clean = { FILES => 'ucatbl.h' };
- }



Home | Main Index | Thread Index | Old Index