Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:02:18 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: ce952a31595f - main - devel/fossil: Add CPE information
Message-ID:  <202109211202.18LC2ILX099740@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=ce952a31595fbe29f8d840dc27b58f63a1370bf3

commit ce952a31595fbe29f8d840dc27b58f63a1370bf3
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 11:32:46 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:01:22 +0000

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

diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile
index b49b7522d981..616ea09ff028 100644
--- a/devel/fossil/Makefile
+++ b/devel/fossil/Makefile
@@ -12,10 +12,11 @@ COMMENT=	DSCM with built-in wiki, http interface and server, tickets database
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT-BSD2.txt
 
-USES=		ssl
+USES=		cpe ssl
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
 
+CPE_VENDOR=	fossil-scm
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --with-openssl=${OPENSSLBASE}
 USE_RC_SUBR=	fossil



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