git: 5cc3d8e0554a - main - x11-servers/xorg-server: Fix CPE information for slave ports

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 3 09:32:22 UTC 2021


The branch main has been updated by decke:

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

commit 5cc3d8e0554ad2716fe2e970f59418db3f86cff3
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-03 07:46:04 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-03 09:19:31 +0000

    x11-servers/xorg-server: Fix CPE information for slave ports
    
    Approved by:    portmgr (blanket)
---
 x11-servers/xorg-server/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 39ec9df6267a..88932fb20945 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -67,6 +67,7 @@ CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \
 		--with-fallback-input-driver=libinput
 INSTALL_TARGET=	install-strip
 CPE_VENDOR=	x.org
+CPE_PRODUCT=	xorg-server
 
 .if ${SLAVE_PORT} == "no" || ${PORTNAME} == "xephyr" || ${PORTNAME} == "xwayland"
 LIB_DEPENDS+=	libdrm.so:graphics/libdrm \


More information about the dev-commits-ports-main mailing list