Wed Oct 2 10:59:39 2013 UTC ()
Update to 0.99:

0.99  Sun Sep  1 12:46:14 2013
    - by default out-of-range values are treated as if it were U+FFFD
      when UCA_Version >= 22.
    - supported overriding out-of-range values (see 'overrideOut' in POD).
    - modified tests: override.t, illegal.t in t.

0.98  Sat Jun 15 19:44:06 2013
    - typo (see [rt.cpan.org #85655] typo fixes)


(wiz)
diff -r1.7 -r1.8 pkgsrc/converters/p5-Unicode-Collate/Makefile
diff -r1.4 -r1.5 pkgsrc/converters/p5-Unicode-Collate/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile 2013/05/31 12:39:45 1.7
+++ pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile 2013/10/02 10:59:39 1.8
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2013/10/02 10:59:39 wiz Exp $
2 2
3DISTNAME= Unicode-Collate-0.97 3DISTNAME= Unicode-Collate-0.99
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= converters perl5 5CATEGORIES= converters perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/ 9HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/
11COMMENT= Perl5 implementation of Unicode Collation Algorithm 10COMMENT= Perl5 implementation of Unicode Collation Algorithm
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= c 13USE_LANGUAGES= c
15PERL5_PACKLIST= auto/Unicode/Collate/.packlist 14PERL5_PACKLIST= auto/Unicode/Collate/.packlist
16 15
17.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
18.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo 2013/04/02 01:24:13 1.4
+++ pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo 2013/10/02 10:59:39 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/04/02 01:24:13 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.5 2013/10/02 10:59:39 wiz Exp $
2 2
3SHA1 (Unicode-Collate-0.97.tar.gz) = f4ff02eb641779a56d0f21a8a54fd18a92452ec8 3SHA1 (Unicode-Collate-0.99.tar.gz) = f64cd6575934d150a7849f12e4ee3413739e57c2
4RMD160 (Unicode-Collate-0.97.tar.gz) = c68581d16c067960b7c325287f5dcfb7581b02bf 4RMD160 (Unicode-Collate-0.99.tar.gz) = 4d1f7fae61cfa669a854223c890fd43f7fa2a866
5Size (Unicode-Collate-0.97.tar.gz) = 931698 bytes 5Size (Unicode-Collate-0.99.tar.gz) = 933360 bytes