From owner-svn-ports-all@freebsd.org Thu Nov 14 13:34:34 2019 Return-Path: Delivered-To: svn-ports-all@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 7D2071A83FA; Thu, 14 Nov 2019 13:34:34 +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 47DMsQ1PGrz4bLc; Thu, 14 Nov 2019 13:34:34 +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 0A4AA111D; Thu, 14 Nov 2019 13:34:34 +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 xAEDYXK9048470; Thu, 14 Nov 2019 13:34:33 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAEDYXQ9048468; Thu, 14 Nov 2019 13:34:33 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911141334.xAEDYXQ9048468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 14 Nov 2019 13:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517563 - branches/2019Q4/textproc/py-ocrmypdf X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q4/textproc/py-ocrmypdf X-SVN-Commit-Revision: 517563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2019 13:34:34 -0000 Author: kai Date: Thu Nov 14 13:34:33 2019 New Revision: 517563 URL: https://svnweb.freebsd.org/changeset/ports/517563 Log: MFH: r517380 textproc/py-ocrmypdf: Update to 9.0.5 * Remove the workaround that coped with the files that were generated in the CFFI out-of-line ABI mode (through devel/py-cffi) as they are now captured correctly during the installation process. Changelog since 9.0.3: https://github.com/jbarlow83/OCRmyPDF/blob/v9.0.5/docs/release_notes.rst Approved by: ports-secteam (miwi) Modified: branches/2019Q4/textproc/py-ocrmypdf/Makefile branches/2019Q4/textproc/py-ocrmypdf/distinfo Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/textproc/py-ocrmypdf/Makefile ============================================================================== --- branches/2019Q4/textproc/py-ocrmypdf/Makefile Thu Nov 14 13:33:24 2019 (r517562) +++ branches/2019Q4/textproc/py-ocrmypdf/Makefile Thu Nov 14 13:34:33 2019 (r517563) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ocrmypdf -DISTVERSION= 9.0.3 +DISTVERSION= 9.0.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,12 +19,12 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.9.1:deve LIB_DEPENDS= liblept.so:graphics/leptonica RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.9.1:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}img2pdf>=0.3.0,<0.4:graphics/py-img2pdf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=4.0.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pillow>=6.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}reportlab>=3.3.0:print/py-reportlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.4,<4:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=20181108:textproc/py-pdfminer.six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pikepdf>=1.6.0,<2:textproc/py-pikepdf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pikepdf>=1.6.5<2:textproc/py-pikepdf@${PY_FLAVOR} \ tesseract:graphics/tesseract 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} \ @@ -66,17 +66,7 @@ UNPAPER_DESC= Deskew and clean up pages before OCR pro 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 -# aren't recorded to .PLIST.pymodtmp by Python's distutils. -# -# See here for a related issue from another port (audio/py-sounddevice): -# https://github.com/spatialaudio/python-sounddevice/issues/116 post-install: - ${ECHO_CMD} "${PYTHONPREFIX_SITELIBDIR}/ocrmypdf/lib/__pycache__/_leptonica.cpython-${PYTHON_SUFFIX}.opt-1.pyc" >> ${_PYTHONPKGLIST} - ${ECHO_CMD} "${PYTHONPREFIX_SITELIBDIR}/ocrmypdf/lib/__pycache__/_leptonica.cpython-${PYTHON_SUFFIX}.pyc" >> ${_PYTHONPKGLIST} - ${ECHO_CMD} "${PYTHONPREFIX_SITELIBDIR}/ocrmypdf/lib/_leptonica.py" >> ${_PYTHONPKGLIST} - # Install shell completion files @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ ${INSTALL_DATA} ${WRKSRC}/misc/completion/ocrmypdf.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ Modified: branches/2019Q4/textproc/py-ocrmypdf/distinfo ============================================================================== --- branches/2019Q4/textproc/py-ocrmypdf/distinfo Thu Nov 14 13:33:24 2019 (r517562) +++ branches/2019Q4/textproc/py-ocrmypdf/distinfo Thu Nov 14 13:34:33 2019 (r517563) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567867813 -SHA256 (ocrmypdf-9.0.3.tar.gz) = 3d9b92f6a01d0711e4156c6b36638d9d946d010e2925ec473ec7f666096cceeb -SIZE (ocrmypdf-9.0.3.tar.gz) = 7643541 +TIMESTAMP = 1573543134 +SHA256 (ocrmypdf-9.0.5.tar.gz) = a0729c3ec8063975d3ebdfce2cf0f98b4f9c0a97f7676bc25ddb66b4e0a07737 +SIZE (ocrmypdf-9.0.5.tar.gz) = 7650347