Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2021 21:11:52 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2a77fb1d612 - main - textproc/CLDR: the tarball has been rerolled
Message-ID:  <202110282111.19SLBqbZ065360@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a2a77fb1d61251d9bf3119e5e3d38c9138e8a382

commit a2a77fb1d61251d9bf3119e5e3d38c9138e8a382
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-10-28 21:05:21 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-10-28 21:11:47 +0000

    textproc/CLDR: the tarball has been rerolled
    
    - strangely, cldr-common now contains core.zip;
    
    - only some DTD have been added;
    
    - do not bump PORTREVISION for that.
    
    Reported by:    pkg-fallout
---
 textproc/CLDR/Makefile  | 4 +++-
 textproc/CLDR/distinfo  | 6 +++---
 textproc/CLDR/pkg-plist | 7 +++++++
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/textproc/CLDR/Makefile b/textproc/CLDR/Makefile
index ab6f570c3d3b..ec6973ee3fa8 100644
--- a/textproc/CLDR/Makefile
+++ b/textproc/CLDR/Makefile
@@ -27,6 +27,8 @@ DATADIR=	${PREFIX}/share/unicode/cldr
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	(cd ${STAGEDIR}${DATADIR} &&	\
-	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${SRCFILE} ${EXTRACT_AFTER_ARGS})
+	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${SRCFILE} ${EXTRACT_AFTER_ARGS} &&	\
+	${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} core.zip ${EXTRACT_AFTER_ARGS} &&	\
+	${RM} core.zip)
 
 .include <bsd.port.mk>
diff --git a/textproc/CLDR/distinfo b/textproc/CLDR/distinfo
index f88f084a97c5..ef5ea0b843ed 100644
--- a/textproc/CLDR/distinfo
+++ b/textproc/CLDR/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1635368729
-SHA256 (cldr-common-40.0.zip) = 7c521c5aa5ac30d6cfb7cbd6b8f76e85f2267f264fb5a3a4876ffa6ec7e3e3b5
-SIZE (cldr-common-40.0.zip) = 19751234
+TIMESTAMP = 1635454249
+SHA256 (cldr-common-40.0.zip) = 9849fa74f1e1c5748761de9d000b4279a1fd9a2fa7e9ed47d0f1c5db3142ad20
+SIZE (cldr-common-40.0.zip) = 19544765
 SHA256 (copyright.html) = 6e1ac9056574635b40b6d198f09ec063e4cece2c7295593f10194cac9b23f8a5
 SIZE (copyright.html) = 16571
diff --git a/textproc/CLDR/pkg-plist b/textproc/CLDR/pkg-plist
index 158f7f93d6bb..80d6149518e9 100644
--- a/textproc/CLDR/pkg-plist
+++ b/textproc/CLDR/pkg-plist
@@ -640,6 +640,13 @@
 %%DATADIR%%/common/collation/zh.xml
 %%DATADIR%%/common/collation/zh_Hant.xml
 %%DATADIR%%/common/collation/zu.xml
+%%DATADIR%%/common/dtd/cldrTest.dtd
+%%DATADIR%%/common/dtd/ldml.dtd
+%%DATADIR%%/common/dtd/ldmlBCP47.dtd
+%%DATADIR%%/common/dtd/ldmlICIR.dtd
+%%DATADIR%%/common/dtd/ldmlICU.dtd
+%%DATADIR%%/common/dtd/ldmlOpenOffice.dtd
+%%DATADIR%%/common/dtd/ldmlSupplemental.dtd
 %%DATADIR%%/common/main/af.xml
 %%DATADIR%%/common/main/af_NA.xml
 %%DATADIR%%/common/main/af_ZA.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110282111.19SLBqbZ065360>