git: 38709d47dfe9 - main - www/jspwiki: Add CPE information

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


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38709d47dfe9c1e0b968073a35251ccf59bcd61c

commit 38709d47dfe9c1e0b968073a35251ccf59bcd61c
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 12:31:01 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-21 12:58:05 +0000

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

diff --git a/www/jspwiki/Makefile b/www/jspwiki/Makefile
index 2f04aec313c6..575f00025300 100644
--- a/www/jspwiki/Makefile
+++ b/www/jspwiki/Makefile
@@ -13,11 +13,13 @@ COMMENT=	Feature-rich and extensible Wiki engine built around J2EE
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKDIR}/jspwiki/LICENSE
 
-USES=		zip
+USES=		cpe zip
 USE_JAVA=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+CPE_VENDOR=	apache
+
 TOMCATDIR=	${PREFIX}/${TOMCATVER}
 APPHOME=	${LOCALBASE}/${TOMCATVER}
 WEBAPPDIR=	${TOMCATDIR}/webapps


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