Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 19:57:05 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: 17e0a02dec62 - main - archivers/unrar: Add CPE information
Message-ID:  <202109061957.186Jv5dt087721@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=17e0a02dec621d59b71d3654d61f63a6b40a901c

commit 17e0a02dec621d59b71d3654d61f63a6b40a901c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-06 19:54:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-06 19:56:41 +0000

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

diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile
index 1507dadebc7f..7a7e14da0e41 100644
--- a/archivers/unrar/Makefile
+++ b/archivers/unrar/Makefile
@@ -16,7 +16,9 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 LICENSE_NAME=	UnRAR license
 LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
-USES+=		compiler:c++11-lang
+USES+=		compiler:c++11-lang cpe
+
+CPE_VENDOR=	rarlab
 
 LDFLAGS+=	-lpthread
 MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}"



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