git: 243cc1a6a39d - main - lang/v8: Use USES=cpe
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 16 15:26:16 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=243cc1a6a39d038b3f1046d102503f18ae478d8d
commit 243cc1a6a39d038b3f1046d102503f18ae478d8d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-16 15:13:43 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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
More information about the dev-commits-ports-all
mailing list