git: e895a0839cdc - main - archivers/xar: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 19:15:49 UTC
The branch main has been updated by decke:

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

commit e895a0839cdc55c8be60b7767104db109d4b58c0
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:43:45 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:40 +0000

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

diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
index 22dc589473db..84ef0b003a18 100644
--- a/archivers/xar/Makefile
+++ b/archivers/xar/Makefile
@@ -12,11 +12,12 @@ COMMENT=	OpenDarwin XML eXtensible ARchiver
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake gnome libtool ssl
+USES=		cpe gmake gnome libtool ssl
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_crypto_OpenSSL_add_all_ciphers=yes
+CPE_VENDOR=	xar_project
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \