git: 248f95da5928 - main - graphics/tesseract: update to 5.3.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 16:39:19 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=248f95da59287e8895df5f9c0255c330e5797d28 commit 248f95da59287e8895df5f9c0255c330e5797d28 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-06 16:36:53 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-06 16:39:13 +0000 graphics/tesseract: update to 5.3.3 Changelog: https://github.com/tesseract-ocr/tesseract/releases/tag/5.3.3 --- graphics/tesseract/Makefile | 2 +- graphics/tesseract/distinfo | 6 +++--- graphics/tesseract/files/patch-configure.ac | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 1255821aba46..ffc1a3c5fe34 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -1,5 +1,5 @@ PORTNAME= tesseract -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org diff --git a/graphics/tesseract/distinfo b/graphics/tesseract/distinfo index a34ffbca3fbc..2cabffd54738 100644 --- a/graphics/tesseract/distinfo +++ b/graphics/tesseract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689086387 -SHA256 (tesseract-ocr-tesseract-5.3.2_GH0.tar.gz) = b99d30fed47360d7168c3e25d194a7416ceb1d9e4b232c7f121cc5f77084d3e7 -SIZE (tesseract-ocr-tesseract-5.3.2_GH0.tar.gz) = 1916850 +TIMESTAMP = 1696608742 +SHA256 (tesseract-ocr-tesseract-5.3.3_GH0.tar.gz) = dc4329f85f41191b2d813b71b528ba6047745813474e583ccce8795ff2ff5681 +SIZE (tesseract-ocr-tesseract-5.3.3_GH0.tar.gz) = 1918172 diff --git a/graphics/tesseract/files/patch-configure.ac b/graphics/tesseract/files/patch-configure.ac deleted file mode 100644 index bd46dd15245d..000000000000 --- a/graphics/tesseract/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig -+++ configure.ac -@@ -7,7 +7,7 @@ - # ---------------------------------------- - AC_PREREQ([2.69]) - AC_INIT([tesseract], -- [m4_esyscmd_s([git describe --abbrev=4 2>/dev/null || cat VERSION])], -+ [m4_esyscmd_s([test -d .git && git describe --abbrev=4 || cat VERSION])], - [https://github.com/tesseract-ocr/tesseract/issues],, - [https://github.com/tesseract-ocr/tesseract/]) -