Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:19 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: c6710f5d34c1 - main - devel/xdg-utils: Add CPE information
Message-ID:  <202109102120.18ALKJeW012896@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=c6710f5d34c1fc27e7bbc5c6915898e640a1dd54

commit c6710f5d34c1fc27e7bbc5c6915898e640a1dd54
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:14:37 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:51 +0000

    devel/xdg-utils: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/xdg-utils/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/xdg-utils/Makefile b/devel/xdg-utils/Makefile
index aba090260986..f586fe382d51 100644
--- a/devel/xdg-utils/Makefile
+++ b/devel/xdg-utils/Makefile
@@ -15,7 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	minixmlto:textproc/minixmlto
 RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
 
-USES=		gmake
+USES=		cpe gmake
+
+CPE_VENDOR=	freedesktop
 
 CONFIGURE_ENV=	XMLTO=${LOCALBASE}/bin/minixmlto
 GNU_CONFIGURE=	yes



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