Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 11:14:48 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: 023cf2b724eb - main - lang/quickjs: Add CPE information
Message-ID:  <202110191114.19JBEmgd062330@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=023cf2b724eb8f1252e2b6067d71c083785b8bea

commit 023cf2b724eb8f1252e2b6067d71c083785b8bea
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-19 11:14:31 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-19 11:14:31 +0000

    lang/quickjs: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 lang/quickjs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile
index 3e98d9c3e755..98d84572f850 100644
--- a/lang/quickjs/Makefile
+++ b/lang/quickjs/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Embeddable Javascript interpreter in C
 
 LICENSE=	MIT
 
-USES=		compiler:c11 gmake tar:xz
+USES=		compiler:c11 cpe gmake tar:xz
+CPE_VENDOR=	${PORTNAME}_project
 
 EXTRA_PATCHES=	${FILESDIR}/extra-${CHOSEN_COMPILER_TYPE}-patch-Makefile
 



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