Received: by mail.netbsd.org (Postfix, from userid 605) id 1B72B84DD7; Tue, 2 Jun 2020 06:39:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93EB184DD6 for ; Tue, 2 Jun 2020 06:39:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mf_3yv6ELIrN for ; Tue, 2 Jun 2020 06:39:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ECE6384DC4 for ; Tue, 2 Jun 2020 06:39:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5810FB27; Tue, 2 Jun 2020 06:39:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591079943256170" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 06:39:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/icu To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200602063903.E5810FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591079943256170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Jun 2 06:39:03 UTC 2020 Modified Files: pkgsrc/textproc/icu: Makefile PLIST distinfo Log Message: icu: updated to 67.1 ICU 67 updates to CLDR 37 locale data with many additions and corrections. This release also includes the updates to Unicode 13, subsuming the special CLDR 36.1 and ICU 66 releases. ICU 67 includes many bug fixes for date and number formatting, including enhanced support for user preferences in the locale identifier. The LocaleMatcher code and data are improved, and number skeletons have a new “concise” form that can be used in MessageFormat strings. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 pkgsrc/textproc/icu/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/icu/PLIST cvs rdiff -u -r1.89 -r1.90 pkgsrc/textproc/icu/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591079943256170 Content-Disposition: inline Content-Length: 3187 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/icu/Makefile diff -u pkgsrc/textproc/icu/Makefile:1.130 pkgsrc/textproc/icu/Makefile:1.131 --- pkgsrc/textproc/icu/Makefile:1.130 Sun Apr 12 07:06:43 2020 +++ pkgsrc/textproc/icu/Makefile Tue Jun 2 06:39:03 2020 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.130 2020/04/12 07:06:43 adam Exp $ +# $NetBSD: Makefile,v 1.131 2020/06/02 06:39:03 adam Exp $ -DISTNAME= icu4c-66_1-src +DISTNAME= icu4c-67_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=unicode-org/} EXTRACT_SUFX= .tgz GITHUB_PROJECT= icu -GITHUB_RELEASE= release-66-1 +GITHUB_RELEASE= release-67-1 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://site.icu-project.org/ Index: pkgsrc/textproc/icu/PLIST diff -u pkgsrc/textproc/icu/PLIST:1.46 pkgsrc/textproc/icu/PLIST:1.47 --- pkgsrc/textproc/icu/PLIST:1.46 Sun Apr 12 07:06:43 2020 +++ pkgsrc/textproc/icu/PLIST Tue Jun 2 06:39:03 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.46 2020/04/12 07:06:43 adam Exp $ +@comment $NetBSD: PLIST,v 1.47 2020/06/02 06:39:03 adam Exp $ bin/derb bin/genbrk bin/gencfu @@ -205,27 +205,27 @@ lib/icu/pkgdata.inc lib/libicudata.a lib/libicudata.so lib/libicudata.so.${PKGVERSION} -lib/libicudata.so.66 +lib/libicudata.so.67 lib/libicui18n.a lib/libicui18n.so lib/libicui18n.so.${PKGVERSION} -lib/libicui18n.so.66 +lib/libicui18n.so.67 lib/libicuio.a lib/libicuio.so lib/libicuio.so.${PKGVERSION} -lib/libicuio.so.66 +lib/libicuio.so.67 lib/libicutest.a lib/libicutest.so lib/libicutest.so.${PKGVERSION} -lib/libicutest.so.66 +lib/libicutest.so.67 lib/libicutu.a lib/libicutu.so lib/libicutu.so.${PKGVERSION} -lib/libicutu.so.66 +lib/libicutu.so.67 lib/libicuuc.a lib/libicuuc.so lib/libicuuc.so.${PKGVERSION} -lib/libicuuc.so.66 +lib/libicuuc.so.67 lib/pkgconfig/icu-i18n.pc lib/pkgconfig/icu-io.pc lib/pkgconfig/icu-uc.pc Index: pkgsrc/textproc/icu/distinfo diff -u pkgsrc/textproc/icu/distinfo:1.89 pkgsrc/textproc/icu/distinfo:1.90 --- pkgsrc/textproc/icu/distinfo:1.89 Thu May 7 16:01:33 2020 +++ pkgsrc/textproc/icu/distinfo Tue Jun 2 06:39:03 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.89 2020/05/07 16:01:33 tsutsui Exp $ +$NetBSD: distinfo,v 1.90 2020/06/02 06:39:03 adam Exp $ -SHA1 (icu4c-66_1-src.tgz) = 68e87ea2044e92a5d86be6072b0eb3557f252d9f -RMD160 (icu4c-66_1-src.tgz) = 1bd67bd30b161681a5040244e58c4d87bbdce6ce -SHA512 (icu4c-66_1-src.tgz) = 78d87bce65a7bdf7e9a19bda13e353c60846816ff34025f829d1ff15f9ac49aa6061eb192173742be0eca105684ce0e39e95656147afe848520bf60274c8d246 -Size (icu4c-66_1-src.tgz) = 24361305 bytes +SHA1 (icu4c-67_1-src.tgz) = 6822a4a94324d1ba591b3e8ef084e4491af253c1 +RMD160 (icu4c-67_1-src.tgz) = c4a84ef7d2e18d6d1374b5ed6449227b94550e14 +SHA512 (icu4c-67_1-src.tgz) = 4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8 +Size (icu4c-67_1-src.tgz) = 24518055 bytes SHA1 (patch-Makefile.in) = 67440d3af9b62b8c0be258c490255ba17f778ab4 SHA1 (patch-acinclude.m4) = f7de1a16aad0ca77c4bbc457ba76b6171199ce09 SHA1 (patch-common_putil.cpp) = 6aa70b8698d663d3c798bafd9010a824c9609c20 --_----------=_1591079943256170--