git: 2c4e2b4e0643 - main - devel/icu: switch back to release tarball
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 04:35:02 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c4e2b4e064381c10c00eaf6dec0f2d0ea12adaf commit 2c4e2b4e064381c10c00eaf6dec0f2d0ea12adaf Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-07 22:41:55 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-08 04:34:36 +0000 devel/icu: switch back to release tarball This reverts commit 6b6c2f9f597039083465d17cb34259e170db76b1. PR: 262654 --- devel/icu/Makefile | 10 +++++----- devel/icu/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/icu/Makefile b/devel/icu/Makefile index 0d7d53a0a2fb..19a30193272f 100644 --- a/devel/icu/Makefile +++ b/devel/icu/Makefile @@ -1,11 +1,13 @@ # Created by: dwm PORTNAME= icu -DISTVERSIONPREFIX= release- -DISTVERSION= 71-1 +DISTVERSION= 71_1 PORTREVISION?= 0 # 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} +DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org COMMENT?= International Components for Unicode (from IBM) @@ -29,9 +31,7 @@ TEST_TARGET= check CPE_VENDOR= ${PORTNAME}-project CPE_PRODUCT= international_components_for_unicode USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= unicode-org -WRKSRC_SUBDIR= icu4c/source +WRKSRC= ${WRKDIR}/icu/source ICUMAJOR= ${PORTVERSION:C/\..*//} PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/} diff --git a/devel/icu/distinfo b/devel/icu/distinfo index 7bb5def493f6..70c4436bf07c 100644 --- a/devel/icu/distinfo +++ b/devel/icu/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1648673391 -SHA256 (unicode-org-icu-release-71-1_GH0.tar.gz) = d88a4ea7a4a28b445bb073a6cfeb2a296bf49a4a2fe5f1b49f87ecb4fc55c51d -SIZE (unicode-org-icu-release-71-1_GH0.tar.gz) = 66177851 +SHA256 (icu4c-71_1-src.tgz) = 67a7e6e51f61faf1306b6935333e13b2c48abd8da6d2f46ce6adca24b1e21ebf +SIZE (icu4c-71_1-src.tgz) = 25701340