Date: Thu, 21 Oct 2021 21:43:11 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: 96022910890d - main - www/yarn: Fix CPE_VENDOR Message-ID: <202110212143.19LLhBS1051780@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=96022910890ded6635a893dffda2c4cd096f9b7b commit 96022910890ded6635a893dffda2c4cd096f9b7b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 21:41:43 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 21:41:43 +0000 www/yarn: Fix CPE_VENDOR This commit fixes the CPE_STR generated by www/yarn-node14, too. --- www/yarn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/yarn/Makefile b/www/yarn/Makefile index 5cdcaae32a2e..0f1db3e281c6 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe -CPE_VENDOR= ${PROGRAM_NAME}pkg +CPE_VENDOR= ${PORTNAME}pkg CONFLICTS_INSTALL?= yarn-node14 yarn-node10
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110212143.19LLhBS1051780>