From owner-svn-ports-head@freebsd.org Thu Sep 5 16:15:11 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 4F43CEB77D; Thu, 5 Sep 2019 16:15:11 +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 46PQl31RQ5z3xdG; Thu, 5 Sep 2019 16:15:11 +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 14BA86CF4; Thu, 5 Sep 2019 16:15:11 +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 x85GFA09069471; Thu, 5 Sep 2019 16:15:10 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x85GFAdZ069468; Thu, 5 Sep 2019 16:15:10 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201909051615.x85GFAdZ069468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 5 Sep 2019 16:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511194 - 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: 511194 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: Thu, 05 Sep 2019 16:15:11 -0000 Author: kai Date: Thu Sep 5 16:15:10 2019 New Revision: 511194 URL: https://svnweb.freebsd.org/changeset/ports/511194 Log: textproc/py-ocrmypdf: Update to 9.0.2 * Set the PNGQUANT option as default and remove the related comments since now the issue with the incorrect inverted PNG images has been fixed. Changelog: https://github.com/jbarlow83/OCRmyPDF/blob/v9.0.2/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 Thu Sep 5 16:13:39 2019 (r511193) +++ head/textproc/py-ocrmypdf/Makefile Thu Sep 5 16:15:10 2019 (r511194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ocrmypdf -DISTVERSION= 9.0.1 +DISTVERSION= 9.0.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,9 +26,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.9.1:devel/ ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=20181108:textproc/py-pdfminer.six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pikepdf>=1.6.0,<2:textproc/py-pikepdf@${PY_FLAVOR} \ tesseract:graphics/tesseract -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.1,<5:devel/py-pytest@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.28.0:devel/py-pytest-xdist@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.29.0:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.6.1:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdf2>=1.26.0:print/py-pdf2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=0:textproc/py-python-xmp-toolkit@${PY_FLAVOR} @@ -58,6 +58,7 @@ NO_ARCH= yes PLIST_FILES= etc/bash_completion.d/ocrmypdf.bash share/fish/vendor_completions.d/ocrmypdf.fish OPTIONS_DEFINE= PNGQUANT +OPTIONS_DEFAULT=PNGQUANT PNGQUANT_DESC= Optimizes the encoding of PNG-style images in PDFs @@ -79,8 +80,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/misc/completion/ocrmypdf.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/misc/completion/ocrmypdf.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ -# Note: The test "test_mono_not_inverted" will fail if graphics/pngquant is installed. -# See also: https://github.com/jbarlow83/OCRmyPDF/issues/417 do-test: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} -m pytest -rs -v \ -n ${MAKE_JOBS_NUMBER} -k ' \ Modified: head/textproc/py-ocrmypdf/distinfo ============================================================================== --- head/textproc/py-ocrmypdf/distinfo Thu Sep 5 16:13:39 2019 (r511193) +++ head/textproc/py-ocrmypdf/distinfo Thu Sep 5 16:15:10 2019 (r511194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565588086 -SHA256 (ocrmypdf-9.0.1.tar.gz) = 1c125eb5b078658777a824d6831e483ce95f51287f18926c03d58f00df8c2610 -SIZE (ocrmypdf-9.0.1.tar.gz) = 7653261 +TIMESTAMP = 1567617015 +SHA256 (ocrmypdf-9.0.2.tar.gz) = d3a986234995302f284d7cb1fcbc046a1ff49face7f6a0a02e6be87c8f210ec1 +SIZE (ocrmypdf-9.0.2.tar.gz) = 7643561