Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:24 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: 47c935653de2 - main - converters/fribidi: Add CPE information
Message-ID:  <202109102119.18ALJOZh004532@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=47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1

commit 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 18:55:43 +0000
Commit:     Bernhard Froehlich <decke@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



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