Date: Sat, 23 Oct 2021 20:26:08 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a9fc8d1bcad2 - main - java/junit: Add CPE information Message-ID: <202110232026.19NKQ85T084130@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9fc8d1bcad288589c488ebbc39718da153531de commit a9fc8d1bcad288589c488ebbc39718da153531de Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:25:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:25:55 +0000 java/junit: Add CPE information Approved by: portmgr (blanket) --- java/junit/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/junit/Makefile b/java/junit/Makefile index cf6f4baffaf1..aa21808c8835 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -12,6 +12,9 @@ COMMENT= Regression testing utility for use with the Java(TM) Language RUN_DEPENDS= ${JAVALIBDIR}/hamcrest.jar:java/hamcrest +USES= cpe +CPE_VENDOR= ${PORTNAME} +CPE_PRODUCT= ${PORTNAME}4 USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110232026.19NKQ85T084130>