Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2021 10:57:09 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1b6758306fd4 - main - x11/libXi: Fix CPE information because current one is deprecated
Message-ID:  <202109141057.18EAv9Vb056609@gitrepo.freebsd.org>

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

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

commit 1b6758306fd4afe842281dd779219f51c7ea1994
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-14 10:54:19 +0000
Commit:     Bernhard Froehlich <decke@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 \



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