Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2024 10:22:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e96983b40817 - main - deskutils/normcap: Add missing dependency; Update WWW
Message-ID:  <202411111022.4ABAMQNw080515@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit e96983b40817ea011c8ba924abf13f86e5305f66
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-11 08:48:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-11 10:22:18 +0000

    deskutils/normcap: Add missing dependency; Update WWW
---
 deskutils/normcap/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/deskutils/normcap/Makefile b/deskutils/normcap/Makefile
index 24e2de48b0b9..59f0eabf63d2 100644
--- a/deskutils/normcap/Makefile
+++ b/deskutils/normcap/Makefile
@@ -1,11 +1,13 @@
 PORTNAME=	normcap
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.8
+PORTREVISION=	1
 CATEGORIES=	deskutils
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	OCR powered screen-capture tool
-WWW=		https://dynobo.github.io/normcap/
+WWW=		https://dynobo.github.io/normcap/ \
+		https://github.com/dynobo/normcap
 
 LICENSE=	GPLv3
 
@@ -19,7 +21,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=2.12.1:devel/py-babel@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.4.0:devel/py-typing-extensions@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jeepney>=0.8.0:devel/py-jeepney@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyside6>0:devel/pyside6@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}shiboken6>=6.6.1:devel/shiboken6@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}shiboken6>=6.6.1:devel/shiboken6@${PY_FLAVOR} \
+		tesseract:graphics/tesseract
 
 USES=		python
 USE_PYTHON=	pep517 noflavors autoplist



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