Date: Sun, 16 May 2021 15:26:16 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 243cc1a6a39d - main - lang/v8: Use USES=cpe Message-ID: <202105161526.14GFQGjS066112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=243cc1a6a39d038b3f1046d102503f18ae478d8d commit 243cc1a6a39d038b3f1046d102503f18ae478d8d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-16 15:13:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-16 15:23:55 +0000 lang/v8: Use USES=cpe --- lang/v8/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 298d61a713cb..39cf84beaec5 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= binutils>=0:devel/binutils \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu -USES= gnome ninja pkgconfig python:3.5+,build tar:xz +USES= cpe gnome ninja pkgconfig python:3.5+,build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python=${PYTHON_CMD} @@ -34,6 +34,8 @@ SUB_FILES= v8.pc v8_libbase.pc v8_libplatform.pc USE_GITHUB= yes +CPE_VENDOR= google + # We follow the stable channel on https://omahaproxy.appspot.com/ PORTSCOUT= ignore:1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105161526.14GFQGjS066112>