View | Details | Raw Unified | Return to bug 274317 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/icu/Makefile (-5 / +5 lines)
Lines 1-11 Link Here
1
PORTNAME=	icu
1
PORTNAME=	icu
2
DISTVERSION=	73_2
2
DISTVERSIONPREFIX=	release-
3
DISTVERSION=	74-rc
3
PORTREVISION?=	0 # keep for icu-lx
4
PORTREVISION?=	0 # keep for icu-lx
4
PORTEPOCH?=	1
5
PORTEPOCH?=	1
5
CATEGORIES?=	devel
6
CATEGORIES?=	devel
6
MASTER_SITES=	https://github.com/unicode-org/${PORTNAME}/releases/download/release-${DISTVERSION:S/rc/-&/:S/_/-/g}/ \
7
		SF/${PORTNAME}/${PORTNAME:tu}4C/${PORTVERSION}
8
DISTNAME=	icu4c-${DISTVERSION}-src
9
7
10
MAINTAINER=	office@FreeBSD.org
8
MAINTAINER=	office@FreeBSD.org
11
COMMENT?=	International Components for Unicode (from IBM)
9
COMMENT?=	International Components for Unicode (from IBM)
Lines 30-36 TEST_TARGET= check Link Here
30
CPE_VENDOR=	${PORTNAME}-project
28
CPE_VENDOR=	${PORTNAME}-project
31
CPE_PRODUCT=	international_components_for_unicode
29
CPE_PRODUCT=	international_components_for_unicode
32
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
33
WRKSRC=		${WRKDIR}/icu/source
31
USE_GITHUB=	yes
32
GH_ACCOUNT=	unicode-org
33
WRKSRC_SUBDIR=	icu4c/source
34
34
35
ICUMAJOR=	${PORTVERSION:C/\..*//}
35
ICUMAJOR=	${PORTVERSION:C/\..*//}
36
PLIST_SUB+=	ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/}
36
PLIST_SUB+=	ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION:C/r.?/1/}
(-)b/devel/icu/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1686691435
1
TIMESTAMP = 1696538618
2
SHA256 (icu4c-73_2-src.tgz) = 818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1
2
SHA256 (unicode-org-icu-release-74-rc_GH0.tar.gz) = fa8ef22d8032eaa67cdd0b854bdae82c918a5a0258979eff3feed1defc7f5c8b
3
SIZE (icu4c-73_2-src.tgz) = 26519906
3
SIZE (unicode-org-icu-release-74-rc_GH0.tar.gz) = 65716974
(-)b/devel/icu/pkg-plist (+2 lines)
Lines 154-159 include/unicode/uiter.h Link Here
154
include/unicode/uldnames.h
154
include/unicode/uldnames.h
155
include/unicode/ulistformatter.h
155
include/unicode/ulistformatter.h
156
include/unicode/uloc.h
156
include/unicode/uloc.h
157
include/unicode/ulocale.h
158
include/unicode/ulocbuilder.h
157
include/unicode/ulocdata.h
159
include/unicode/ulocdata.h
158
include/unicode/umachine.h
160
include/unicode/umachine.h
159
include/unicode/umisc.h
161
include/unicode/umisc.h

Return to bug 274317