Date: Tue, 21 Sep 2021 12:59:16 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: 7792684f97d1 - main - textproc/lucene4: Add CPE information Message-ID: <202109211259.18LCxG9i068226@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=7792684f97d177acf50bb2e23bff7264187815ba commit 7792684f97d177acf50bb2e23bff7264187815ba Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:28:11 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:58:03 +0000 textproc/lucene4: Add CPE information Approved by: portmgr (blanket) --- textproc/lucene4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/lucene4/Makefile b/textproc/lucene4/Makefile index 2274cd0ac128..9eab6a686d9b 100644 --- a/textproc/lucene4/Makefile +++ b/textproc/lucene4/Makefile @@ -14,11 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt CONFLICTS= lucene-[0-9].* -USES= tar:tgz +USES= cpe tar:tgz USE_JAVA= yes NO_BUILD= yes NO_ARCH= yes +CPE_VENDOR= apache + PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar PORTDOCS= * PORTEXAMPLES= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCxG9i068226>