Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 11:57:30 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: 21c12965ca37 - main - devel/pcre2: Add CPE information
Message-ID:  <202109111157.18BBvUdP083288@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=21c12965ca375f4610337ab9841ceb06ddb9f3e9

commit 21c12965ca375f4610337ab9841ceb06ddb9f3e9
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-11 11:47:23 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-11 11:47:23 +0000

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

diff --git a/devel/pcre2/Makefile b/devel/pcre2/Makefile
index 36f1fe3c4139..b20913680326 100644
--- a/devel/pcre2/Makefile
+++ b/devel/pcre2/Makefile
@@ -11,9 +11,11 @@ COMMENT=	Perl Compatible Regular Expressions library, version 2
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf cpe libtool pkgconfig
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	pcre
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-pcre2-16 \
 		--enable-pcre2-32



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