Date: Sun, 24 Mar 2024 08:41:27 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ab4063928260 - 2024Q1 - devel/icu: Update distfile checksum and remove obsolete mirror Message-ID: <202403240841.42O8fRGV010510@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab40639282607c256cfcb386ae4f16026aa6f970 commit ab40639282607c256cfcb386ae4f16026aa6f970 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-03-24 08:21:04 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-03-24 08:41:16 +0000 devel/icu: Update distfile checksum and remove obsolete mirror Upstream rerolled source package [1], [2], [3] and SourceForge no longer hosts recent versions. 1: https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/issues/1 2: https://git.alpinelinux.org/aports/commit/main/icu?id=fc95c59998285564fbcb0bfb2443898c62e10171 3: https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-libs/icu?id=9df4e9b6496840e4614f26f1d6e0ce594084c0d7 PR: 277910 Reviewed by: jbeich Approved by: portmgr (blanket) MFH: 2024Q1 (cherry picked from commit 48de6e1a1f3970e1c9baa51610d16071c5f97d59) --- devel/icu/Makefile | 11 ++--------- devel/icu/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/devel/icu/Makefile b/devel/icu/Makefile index b817aaf7f81f..8be4659a1cb9 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -1,10 +1,9 @@ PORTNAME= icu DISTVERSION= 74_2 -PORTREVISION?= 0 # keep for icu-lx +PORTREVISION?= 1 # keep for icu-lx PORTEPOCH?= 1 CATEGORIES?= devel -MASTER_SITES= https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/rc/-&/:S/_/-/g}/ \ - SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION} +MASTER_SITES= https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/rc/-&/:S/_/-/g}/ DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org @@ -35,12 +34,6 @@ 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 4418adef9436..39bd41e8f743 100644 --- a/devel/icu/distinfo +++ b/devel/icu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702333661 -SHA256 (icu4c-74_2-src.tgz) = 5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091 -SIZE (icu4c-74_2-src.tgz) = 26618071 +TIMESTAMP = 1711213292 +SHA256 (icu4c-74_2-src.tgz) = 68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c +SIZE (icu4c-74_2-src.tgz) = 26529443
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403240841.42O8fRGV010510>