Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 20:17:56 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a700c56b870b - main - devel/icu: Add CPE information
Message-ID:  <202110232017.19NKHumu071039@gitrepo.freebsd.org>

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

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

commit a700c56b870b98cb9a54a09e6e88be796627430f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 20:17:45 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 20:17:45 +0000

    devel/icu: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/icu/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/icu/Makefile b/devel/icu/Makefile
index 473900383f18..49bc6204f3b7 100644
--- a/devel/icu/Makefile
+++ b/devel/icu/Makefile
@@ -26,7 +26,9 @@ CONFIGURE_ARGS+=--with-data-packaging=archive \
 CPPFLAGS+=	-DICU_NO_USER_DATA_OVERRIDE
 MAKE_ARGS=	VERBOSE=1
 TEST_TARGET=	check
-USES+=		compiler:c++11-lib gmake pathfix python:build tar:tgz
+USES+=		compiler:c++11-lib cpe gmake pathfix python:build tar:tgz
+CPE_VENDOR=	${PORTNAME}-project
+CPE_PRODUCT=	international_components_for_unicode
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/icu/source
 



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