Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2021 21:18:54 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd939f5fcd37 - main - sysutils/devcpu-data-intel: Add CPE data
Message-ID:  <202111072118.1A7LIs31014247@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed

commit bd939f5fcd37a0ff66bbe4b6dff15b95d86f88ed
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-11-05 12:02:41 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2021-11-07 21:18:36 +0000

    sysutils/devcpu-data-intel: Add CPE data
---
 sysutils/devcpu-data-intel/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/sysutils/devcpu-data-intel/Makefile b/sysutils/devcpu-data-intel/Makefile
index bffaad57b547..4b1ce1086e25 100644
--- a/sysutils/devcpu-data-intel/Makefile
+++ b/sysutils/devcpu-data-intel/Makefile
@@ -15,6 +15,10 @@ LICENSE_PERMS=	dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
 
 ONLY_FOR_ARCHS=	amd64 i386
 
+USES=		cpe
+CPE_PART=	o
+CPE_VENDOR=	intel
+CPE_PRODUCT=	microcode
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 GH_PROJECT=	Intel-Linux-Processor-Microcode-Data-Files



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