From owner-svn-ports-head@freebsd.org Tue Sep 10 20:10:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74D69E2E4B; Tue, 10 Sep 2019 20:10:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Sbkk2XTNz3xRb; Tue, 10 Sep 2019 20:10:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3ABCF2B4D4; Tue, 10 Sep 2019 20:10:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8AKAs87048193; Tue, 10 Sep 2019 20:10:54 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8AKAr5m048189; Tue, 10 Sep 2019 20:10:53 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201909102010.x8AKAr5m048189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Tue, 10 Sep 2019 20:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511774 - head/textproc/py-ocrmypdf X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/textproc/py-ocrmypdf X-SVN-Commit-Revision: 511774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 20:10:54 -0000 Author: kai Date: Tue Sep 10 20:10:53 2019 New Revision: 511774 URL: https://svnweb.freebsd.org/changeset/ports/511774 Log: textproc/py-ocrmypdf: Update to 9.0.3 * Introduce new default option UNPAPER after graphics/unpaper was updated to a more recent version in r511568. Changelog: https://github.com/jbarlow83/OCRmyPDF/blob/v9.0.3/docs/release_notes.rst Modified: head/textproc/py-ocrmypdf/Makefile head/textproc/py-ocrmypdf/distinfo Modified: head/textproc/py-ocrmypdf/Makefile ============================================================================== --- head/textproc/py-ocrmypdf/Makefile Tue Sep 10 19:37:16 2019 (r511773) +++ head/textproc/py-ocrmypdf/Makefile Tue Sep 10 20:10:53 2019 (r511774) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ocrmypdf -DISTVERSION= 9.0.2 +DISTVERSION= 9.0.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -57,12 +57,14 @@ NO_ARCH= yes PLIST_FILES= etc/bash_completion.d/ocrmypdf.bash share/fish/vendor_completions.d/ocrmypdf.fish -OPTIONS_DEFINE= PNGQUANT -OPTIONS_DEFAULT=PNGQUANT +OPTIONS_DEFINE= PNGQUANT UNPAPER +OPTIONS_DEFAULT=PNGQUANT UNPAPER PNGQUANT_DESC= Optimizes the encoding of PNG-style images in PDFs +UNPAPER_DESC= Deskew and clean up pages before OCR processing PNGQUANT_RUN_DEPENDS= pngquant:graphics/pngquant +UNPAPER_RUN_DEPENDS= unpaper:graphics/unpaper # This workaround copes with the files that are generated in the CFFI # out-of-line ABI mode (through devel/py-cffi). Those files are installed but Modified: head/textproc/py-ocrmypdf/distinfo ============================================================================== --- head/textproc/py-ocrmypdf/distinfo Tue Sep 10 19:37:16 2019 (r511773) +++ head/textproc/py-ocrmypdf/distinfo Tue Sep 10 20:10:53 2019 (r511774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567617015 -SHA256 (ocrmypdf-9.0.2.tar.gz) = d3a986234995302f284d7cb1fcbc046a1ff49face7f6a0a02e6be87c8f210ec1 -SIZE (ocrmypdf-9.0.2.tar.gz) = 7643561 +TIMESTAMP = 1567867813 +SHA256 (ocrmypdf-9.0.3.tar.gz) = 3d9b92f6a01d0711e4156c6b36638d9d946d010e2925ec473ec7f666096cceeb +SIZE (ocrmypdf-9.0.3.tar.gz) = 7643541