Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:36:23 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02c34f582106 - main - sysutils/dmg2img: Add CPE information
Message-ID:  <202110211436.19LEaNM9073836@gitrepo.freebsd.org>

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

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

commit 02c34f582106ed21cab555838e7da831fcbe2291
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:11 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:11 +0000

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

diff --git a/sysutils/dmg2img/Makefile b/sysutils/dmg2img/Makefile
index a62b4c4e074f..d14c81df8387 100644
--- a/sysutils/dmg2img/Makefile
+++ b/sysutils/dmg2img/Makefile
@@ -12,7 +12,8 @@ COMMENT=	DMG2IMG convert tool
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		ssl
+USES=		cpe ssl
+CPE_VENDOR=	${PORTNAME}_project
 
 PLIST_FILES=	bin/dmg2img \
 		bin/vfdecrypt



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