Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 19:15:47 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: ab87f44c6375 - main - archivers/unshield: Add CPE information
Message-ID:  <202110051915.195JFl04075680@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=ab87f44c6375ffbd52b64ad4ae39958171cec877

commit ab87f44c6375ffbd52b64ad4ae39958171cec877
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:39:44 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:38 +0000

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

diff --git a/archivers/unshield/Makefile b/archivers/unshield/Makefile
index 430be0b9aef2..db9929e90f87 100644
--- a/archivers/unshield/Makefile
+++ b/archivers/unshield/Makefile
@@ -10,7 +10,9 @@ COMMENT=	Extract data from InstallShield CAB files
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake pathfix ssl
+USES=		cmake cpe pathfix ssl
+
+CPE_VENDOR=	unshield_project
 
 CFLAGS+=	-fPIC
 USE_LDCONFIG=	yes



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