git: 47c935653de2 - main - converters/fribidi: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:24 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1

commit 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 18:55:43 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:21 +0000

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

diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index a89f9b79c7d7..907be56f2576 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -11,10 +11,12 @@ COMMENT=	Free Implementation of the Unicode Bidirectional Algorithm
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		meson tar:xz
+USES=		cpe meson tar:xz
 USE_LDCONFIG=	yes
 MESON_ARGS=	-Dtests=false
 
+CPE_VENDOR=	gnu
+
 post-patch:
 	@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \
 		${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config


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