Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2023 13:02:38 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3bfeb7097044 - main - devel/icu: update to 74.2
Message-ID:  <202312121302.3BCD2cRf066481@gitrepo.freebsd.org>

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

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

commit 3bfeb7097044d1d24bb442af6055fe5e9e6da4d4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-12-11 22:27:41 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-12-12 12:40:16 +0000

    devel/icu: update to 74.2
    
    Changes:        https://github.com/unicode-org/icu/releases/tag/release-74-2
    Reported by:    GitHub (watch releases)
---
 devel/icu/Makefile | 8 +++++++-
 devel/icu/distinfo | 6 +++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index eda1349b3b11..b817aaf7f81f 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	icu
-DISTVERSION=	74_1
+DISTVERSION=	74_2
 PORTREVISION?=	0 # keep for icu-lx
 PORTEPOCH?=	1
 CATEGORIES?=	devel
@@ -35,6 +35,12 @@ WRKSRC=		${WRKDIR}/icu/source
 ICUMAJOR=	${PORTVERSION:C/\..*//}
 PLIST_SUB+=	ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/}
 
+post-extract:
+# XXX Symlink broken by https://github.com/unicode-org/icu/commit/312bae866003
+	@if [ ! -e ${LICENSE_FILE} ]; then \
+		${ECHO_CMD} "http://www.unicode.org/copyright.html" >${LICENSE_FILE}; \
+	fi
+
 .ifndef PKGNAMESUFFIX
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \
diff --git a/devel/icu/distinfo b/devel/icu/distinfo
index c27fdf6978b5..4418adef9436 100644
--- a/devel/icu/distinfo
+++ b/devel/icu/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698714688
-SHA256 (icu4c-74_1-src.tgz) = 86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0
-SIZE (icu4c-74_1-src.tgz) = 26625850
+TIMESTAMP = 1702333661
+SHA256 (icu4c-74_2-src.tgz) = 5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091
+SIZE (icu4c-74_2-src.tgz) = 26618071



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