From dbcd03c216e39c7e938816056efd52bf0ee76fa6 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 14 Apr 2018 07:05:08 +0000 Subject: textproc/icu: updated to 61.1 61.1: Common Changes * CLDR 33: - Two additional locales (Odia, Assamese) were brought up to Modern coverage level. - 4 new transforms: fa-fa_FONIPA, ha-ha_NE, nv-nv_FONIPA, vec-vec_FONIPA. - New currency code MRU for Mauritania. - Arabic native vs. ASCII digits. - Data additions & bug fixes. * Many small API additions, improvements, and bug fixes. ICU4C Specific Changes * Added Google double-conversion library for formatting doubles. This is the library used in V8 and a number of other projects for converting doubles to decimals. To avoid name collisions, the library is linked internally under the ICU namespace as icu::double_conversion. Our copy of double_conversion is not intended for public usage. * Re-wrote U8_NEXT macros to eliminate all library function calls. --- textproc/icu/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/icu/Makefile') diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 3e861d7d7e8..d6be302ae28 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2017/12/14 21:28:32 adam Exp $ +# $NetBSD: Makefile,v 1.115 2018/04/14 07:05:08 adam Exp $ -DISTNAME= icu4c-60_2-src +DISTNAME= icu4c-61_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ @@ -127,7 +127,6 @@ SUBST_FILES.icu-config= ${DESTDIR}${PREFIX}/bin/icu-config SUBST_SED.icu-config+= -e '/^ICUUC_FILE=/ s/libdir/bindir/' SUBST_SED.icu-config+= -e 's/l$${LIBICU}/l$${ICUPREFIX}/g' SUBST_SED.icu-config+= -e '/l$${ICUPREFIX}/ s/$${ICULIBSUFFIX_VERSION}//g' - .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3