git: 63a603b1ebfc - main - textproc/lucene: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:59:16 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=63a603b1ebfc6362f50298ed5767855a78f77be3

commit 63a603b1ebfc6362f50298ed5767855a78f77be3
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:27:01 +0000
Commit:     Bernhard Froehlich <decke at 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


More information about the dev-commits-ports-main mailing list