summaryrefslogtreecommitdiff
path: root/textproc/icu/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-14 07:05:08 +0000
committeradam <adam@pkgsrc.org>2018-04-14 07:05:08 +0000
commitdbcd03c216e39c7e938816056efd52bf0ee76fa6 (patch)
tree2725ef37fe77bce833278a8480cdeeed20ea1e1c /textproc/icu/Makefile
parentdfd9499ce9bb5de4258725372bd3573d82711daf (diff)
downloadpkgsrc-dbcd03c216e39c7e938816056efd52bf0ee76fa6.tar.gz
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.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r--textproc/icu/Makefile5
1 files changed, 2 insertions, 3 deletions
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"