diff options
author | adam <adam@pkgsrc.org> | 2013-01-04 09:29:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-01-04 09:29:55 +0000 |
commit | b88a89a25b2e73a3c64f3c0d938b7b2debc14c34 (patch) | |
tree | ce65c31eedc9c91bd97d5cf1708cd9011c89e855 /textproc/icu | |
parent | 248add391e42339f341c31e64242ecd4f1d8fcfa (diff) | |
download | pkgsrc-b88a89a25b2e73a3c64f3c0d938b7b2debc14c34.tar.gz |
Changes 50.1.1:
* 9306 Layout Engine changes for harfbuzz integration
* 9677 Affixes set with e.g. DecimalFormat::setPositivePrefix now ignored for parse
* 9714 OS/400 test failures
* 9728 Fail building icu4c with mingw-w64
* 9737 Locale::GetDefault() in locid.cpp is not thread-safe
* 9771 Updated Currency from/to data (CLDR 5470)
* 9748 Visual Studio 2010/2012 issues
* 9780 UNUM_PARSE_INT_ONLY no longer handles grouping sep
* 9783 New Turkish Lira symbol
* 9789 Date format parsing problem with new CLDR data
* 9793 Currency data integration issue with CLDR 5470 changes
* 9801 UCONFIG_NO_CONVERSION test failure
* 9802 No data test failure
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 4 | ||||
-rw-r--r-- | textproc/icu/PLIST | 3 | ||||
-rw-r--r-- | textproc/icu/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index e9f6843d9ef..1c21bfa6d4a 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2012/11/07 20:59:50 adam Exp $ +# $NetBSD: Makefile,v 1.78 2013/01/04 09:29:55 adam Exp $ -DISTNAME= icu4c-50_1-src +DISTNAME= icu4c-50_1_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ diff --git a/textproc/icu/PLIST b/textproc/icu/PLIST index 2fef1612d19..1f587959ee0 100644 --- a/textproc/icu/PLIST +++ b/textproc/icu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2012/11/07 20:59:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.27 2013/01/04 09:29:55 adam Exp $ bin/derb bin/genbrk bin/gencfu @@ -54,6 +54,7 @@ include/unicode/dtitvfmt.h include/unicode/dtitvinf.h include/unicode/dtptngen.h include/unicode/dtrule.h +include/unicode/enumset.h include/unicode/errorcode.h include/unicode/fieldpos.h include/unicode/fmtable.h diff --git a/textproc/icu/distinfo b/textproc/icu/distinfo index 2e2d28928d6..3e30db36a10 100644 --- a/textproc/icu/distinfo +++ b/textproc/icu/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2012/11/07 20:59:50 adam Exp $ +$NetBSD: distinfo,v 1.32 2013/01/04 09:29:55 adam Exp $ -SHA1 (icu4c-50_1-src.tgz) = 9a3369c00a8be8eff935d2893849ad2eb246c0ef -RMD160 (icu4c-50_1-src.tgz) = 454afee3631da53520d2b66126a8b5f528685b7d -Size (icu4c-50_1-src.tgz) = 21181132 bytes +SHA1 (icu4c-50_1_1-src.tgz) = 63a678ad9bc78db42231108b8829127306f4ff3c +RMD160 (icu4c-50_1_1-src.tgz) = ad963838827a4fa4671ff8301d68384e08f65298 +Size (icu4c-50_1_1-src.tgz) = 21189084 bytes SHA1 (patch-aa) = fcbebb03f4a48294faeebd600fee989cab351230 SHA1 (patch-ab) = 32f0e4c241535e37e4cad9b871ed3d36b4184199 SHA1 (patch-ac) = e7cee161315321d2580074054d87714b55319886 |