svn commit: r196065 - user/edwin/locale

Edwin Groothuis edwin at FreeBSD.org
Wed Aug 5 07:43:30 UTC 2009


Author: edwin
Date: Wed Aug  5 07:43:29 2009
New Revision: 196065
URL: http://svn.freebsd.org/changeset/base/196065

Log:
  Use version 1.7.1 of the CLDR and version 5.2.0 of the Unicode Database

Modified:
  user/edwin/locale/Makefile

Modified: user/edwin/locale/Makefile
==============================================================================
--- user/edwin/locale/Makefile	Wed Aug  5 07:41:52 2009	(r196064)
+++ user/edwin/locale/Makefile	Wed Aug  5 07:43:29 2009	(r196065)
@@ -3,9 +3,9 @@
 #
 
 UNICODEDIR?=	/home/edwin/unicode/
-CLDRVERSION?=	1.7.0
+CLDRVERSION?=	1.7.1
 CLDRDIR?=	${UNICODEDIR}/cldr/${CLDRVERSION}/
-UNIDATAVERSION?=5.1.0
+UNIDATAVERSION?=5.2.0
 UNIDATADIR?=	${UNICODEDIR}/UNIDATA/${UNIDATAVERSION}/
 
 XMLDIR?=	/home/edwin/svn/edwin/locale/tools/


More information about the svn-src-user mailing list