Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 11:14:52 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: f05888cb2b5c - main - lang/rust-bootstrap: Add CPE information
Message-ID:  <202110191114.19JBEq4x062423@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=f05888cb2b5c82e9cd91c04e502eb24a02c0e45f

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

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

diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile
index a014052ec0c3..5ecac09b96e0 100644
--- a/lang/rust-bootstrap/Makefile
+++ b/lang/rust-bootstrap/Makefile
@@ -30,7 +30,8 @@ FLAVORS=	aarch64 amd64 armv6 armv7 i386 powerpc64_elfv1 powerpc64_elfv2 \
 		powerpc64le powerpc
 FLAVOR?=	${FLAVORS:[1]}
 
-USES=		ninja:build perl5 python:3.6+,build tar:xz
+USES=		cpe ninja:build perl5 python:3.6+,build tar:xz
+CPE_VENDOR=	${PORTNAME}-lang
 .if ${FLAVOR} == powerpc64_elfv1
 USE_GCC=	9:build
 .endif



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