Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:15 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: 63a603b1ebfc - main - textproc/lucene: Add CPE information
Message-ID:  <202109211259.18LCxFS6068202@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=63a603b1ebfc6362f50298ed5767855a78f77be3

commit 63a603b1ebfc6362f50298ed5767855a78f77be3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:27:01 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:58:02 +0000

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

diff --git a/textproc/lucene/Makefile b/textproc/lucene/Makefile
index 479ca2a82b41..b58299102610 100644
--- a/textproc/lucene/Makefile
+++ b/textproc/lucene/Makefile
@@ -16,11 +16,13 @@ CONFLICTS=	lucene4-[0-9].*
 
 PORTSCOUT=	limit:^3\.
 
-USES=		tar:tgz
+USES=		cpe tar:tgz
 USE_JAVA=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+CPE_VENDOR=	apache
+
 OPTIONS_DEFINE=	CONTRIB DOCS EXAMPLES
 CONTRIB_DESC=	Install contributed jars
 OPTIONS_DEFAULT=	CONTRIB



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