diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2018-06-20 20:05:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2018-06-20 20:05:42 +0000 |
commit | 98d5eb2be875b2d8eb2adf1b85555ee663931eca (patch) | |
tree | 3755259f01bfec5eb7cab324618bad15dc94c553 /textproc/CLDR/Makefile | |
parent | 0e42173d87e5391bf1d39e7825e469f32d3f36ac (diff) |
Update CLDR to 33.1.
Release notes at <http://cldr.unicode.org/index/downloads/cldr-33-1>.
Notes
Notes:
svn path=/head/; revision=472937
Diffstat (limited to 'textproc/CLDR/Makefile')
-rw-r--r-- | textproc/CLDR/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/CLDR/Makefile b/textproc/CLDR/Makefile index 4793d1e665de..dc7e85be6e35 100644 --- a/textproc/CLDR/Makefile +++ b/textproc/CLDR/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= CLDR -PORTVERSION= 33.0 +PORTVERSION= 33.1 CATEGORIES= textproc -MASTER_SITES= http://unicode.org/Public/cldr/${PORTVERSION:R}/:src \ +MASTER_SITES= http://unicode.org/Public/cldr/${PORTVERSION}/:src \ http://www.unicode.org/:lic DISTFILES= ${SRCFILE}:src \ copyright.html:lic |