Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6536C1A923A for ; Wed, 8 Dec 2021 09:57:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9E46484EAA; Wed, 8 Dec 2021 09:57:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D783B84E85 for ; Wed, 8 Dec 2021 09:57:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2Idref_Vt_dj for ; Wed, 8 Dec 2021 09:57:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3242B84E61 for ; Wed, 8 Dec 2021 09:57:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 209E5FAEC; Wed, 8 Dec 2021 09:57:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638957425122710" MIME-Version: 1.0 Date: Wed, 8 Dec 2021 09:57:05 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/textproc/icu To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20211208095705.209E5FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638957425122710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Dec 8 09:57:05 UTC 2021 Modified Files: pkgsrc/textproc/icu: Makefile Log Message: icu: Update to 70.1 * Update HOMEPAGE. To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 pkgsrc/textproc/icu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638957425122710 Content-Disposition: inline Content-Length: 714 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.138 pkgsrc/textproc/icu/Makefile:1.139 --- pkgsrc/textproc/icu/Makefile:1.138 Wed Dec 8 08:21:05 2021 +++ pkgsrc/textproc/icu/Makefile Wed Dec 8 09:57:04 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.138 2021/12/08 08:21:05 adam Exp $ +# $NetBSD: Makefile,v 1.139 2021/12/08 09:57:04 ryoon Exp $ DISTNAME= icu4c-70_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} @@ -9,7 +9,7 @@ GITHUB_PROJECT= icu GITHUB_RELEASE= release-70-1 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://site.icu-project.org/ +HOMEPAGE= https://icu.unicode.org/ COMMENT= Robust and full-featured Unicode services LICENSE= mit --_----------=_1638957425122710--