Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 15:43:49 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: dce822d3f4f4 - main - www/dojo: Add CPE information
Message-ID:  <202110211543.19LFhnwl069611@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=dce822d3f4f498c5b37780e224608bc8532a1c1e

commit dce822d3f4f498c5b37780e224608bc8532a1c1e
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:48 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:48 +0000

    www/dojo: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/dojo/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/dojo/Makefile b/www/dojo/Makefile
index 4cbfd3869a4b..3e64352d7726 100644
--- a/www/dojo/Makefile
+++ b/www/dojo/Makefile
@@ -7,6 +7,9 @@ DISTNAME=		dojo-release-${PORTVERSION}
 MAINTAINER=		wg@FreeBSD.org
 COMMENT=		Open-source DHTML toolkit written in JavaScript
 
+USES=			cpe
+CPE_VENDOR=		linuxfoundation
+
 NO_BUILD=		yes
 SHAREOWN=		www
 SHAREGRP=		www
@@ -17,7 +20,8 @@ OPTIONS_SUB=		yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MAPACHE}
-USES=			apache:run,2.2+
+USES=			apache:run,2.2+ cpe
+CPE_VENDOR=	linuxfoundation
 CONFDIR=		${PREFIX}/${CONFDIR_REL}
 CONFDIR_REL=		${APACHEETCDIR}/Includes
 PLIST_SUB+=		CONFDIR=${CONFDIR_REL}



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