Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:59:14 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: 27c1de1a165c - main - textproc/discount: Add CPE information
Message-ID:  <202109211259.18LCxExs068178@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=27c1de1a165c2508ed3473d24e16a4348735baae

commit 27c1de1a165c2508ed3473d24e16a4348735baae
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 12:26:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:58:02 +0000

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

diff --git a/textproc/discount/Makefile b/textproc/discount/Makefile
index 73ddf971178e..1ca668cdbf1d 100644
--- a/textproc/discount/Makefile
+++ b/textproc/discount/Makefile
@@ -12,7 +12,9 @@ COMMENT=	C implementation of the Markdown markup language
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		pkgconfig
+USES=		cpe pkgconfig
+
+CPE_VENDOR=	discount_project
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Orc



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