Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2021 09:42:39 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: ef11a9106180 - main - devel/log4j: Add CPE information
Message-ID:  <202109300942.18U9gdk9005312@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=ef11a91061801985e832e4399cb7bd79212a0201

commit ef11a91061801985e832e4399cb7bd79212a0201
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-30 09:12:00 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-30 09:42:19 +0000

    devel/log4j: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/log4j/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/log4j/Makefile b/devel/log4j/Makefile
index a95ed9404a57..e15dccf99601 100644
--- a/devel/log4j/Makefile
+++ b/devel/log4j/Makefile
@@ -11,9 +11,12 @@ COMMENT=	Fast and flexible logging library for Java
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		cpe
+
 USE_JAVA=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
+CPE_VENDOR=	apache
 
 WRKSRC=		${WRKDIR}/apache-${PORTNAME}-${PORTVERSION}
 



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