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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 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}/ |