git: 1b6758306fd4 - main - x11/libXi: Fix CPE information because current one is deprecated

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 14 10:57:12 UTC 2021


The branch main has been updated by decke:

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

commit 1b6758306fd4afe842281dd779219f51c7ea1994
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-14 10:54:19 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-14 10:55:41 +0000

    x11/libXi: Fix CPE information because current one is deprecated
    
    Approved by:    portmgr (blanket)
---
 x11/libXi/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile
index 21dfe4126f34..87ed153f9272 100644
--- a/x11/libXi/Makefile
+++ b/x11/libXi/Makefile
@@ -13,8 +13,7 @@ LICENSE=	MIT
 USES=		cpe xorg xorg-cat:lib
 USE_XORG=	x11 xext xfixes xorgproto
 INSTALL_TARGET=	install-strip
-CPE_PRODUCT=	libxi
-CPE_VENDOR=	x
+CPE_VENDOR=	x.org
 
 CONFIGURE_ARGS+=--disable-docs \
 		--disable-specs \


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