Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:44:40 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: 2bd388200923 - main - graphics/tesseract: Add CPE information
Message-ID:  <202110081144.198BieGQ053538@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=2bd38820092333c20354e7ecb6673ef2f7d63c2c

commit 2bd38820092333c20354e7ecb6673ef2f7d63c2c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:20:08 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:20:08 +0000

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

diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile
index a8f8ed585022..d33fec42d995 100644
--- a/graphics/tesseract/Makefile
+++ b/graphics/tesseract/Makefile
@@ -16,12 +16,14 @@ BUILD_DEPENDS=	asciidoc:textproc/asciidoc \
 LIB_DEPENDS=	liblept.so:graphics/leptonica
 RUN_DEPENDS=	tesseract-data>=0:graphics/tesseract-data
 
-USES=		autoreconf compiler:c++11-lang gmake gnome localbase \
+USES=		autoreconf compiler:c++11-lang cpe gmake gnome localbase \
 		libtool pathfix pkgconfig shebangfix
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 
+CPE_VENDOR=	tesseract_project
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}-ocr
 



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