Date: Mon, 23 Sep 2019 20:59:05 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512676 - in head/graphics/py-python-poppler-qt5: . files Message-ID: <201909232059.x8NKx5Sk084523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Sep 23 20:59:04 2019 New Revision: 512676 URL: https://svnweb.freebsd.org/changeset/ports/512676 Log: graphics/py-python-poppler-qt5: Update to 0.74.0 PR: 240677 Submitted by: m.ne@gmx.net Deleted: head/graphics/py-python-poppler-qt5/files/ Modified: head/graphics/py-python-poppler-qt5/Makefile (contents, props changed) head/graphics/py-python-poppler-qt5/distinfo (contents, props changed) Modified: head/graphics/py-python-poppler-qt5/Makefile ============================================================================== --- head/graphics/py-python-poppler-qt5/Makefile Mon Sep 23 20:42:02 2019 (r512675) +++ head/graphics/py-python-poppler-qt5/Makefile Mon Sep 23 20:59:04 2019 (r512676) @@ -2,8 +2,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v -DISTVERSION= 0.24.2 -PORTREVISION= 6 +DISTVERSION= 0.74.0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,11 +16,14 @@ LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 USES= compiler:c++11-lang pkgconfig pyqt:5 python:3.4+ qmake qt:5 USE_PYQT= gui xml sip_build -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= wbsoft PYDISTUTILS_BUILD_TARGET= build_ext -PYDISTUTILS_BUILDARGS+= --pyqt-sip-dir=${PYQT_SIPDIR} +PYDISTUTILS_BUILDARGS+= --pyqt-sip-dir=${PYQT_SIPDIR} + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/popplerqt5.so .include <bsd.port.mk> Modified: head/graphics/py-python-poppler-qt5/distinfo ============================================================================== --- head/graphics/py-python-poppler-qt5/distinfo Mon Sep 23 20:42:02 2019 (r512675) +++ head/graphics/py-python-poppler-qt5/distinfo Mon Sep 23 20:59:04 2019 (r512676) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545059766 -SHA256 (wbsoft-python-poppler-qt5-v0.24.2_GH0.tar.gz) = 542b5ab183e95debd4e05642425da6914e1b5c5a98a8c94752833d5b5ca7289b -SIZE (wbsoft-python-poppler-qt5-v0.24.2_GH0.tar.gz) = 19858 +TIMESTAMP = 1568875323 +SHA256 (wbsoft-python-poppler-qt5-v0.74.0_GH0.tar.gz) = 8e073ec496a1c39bbe14b53d70c0a8628b7ec3fe0f8db0709440a6a6b553109f +SIZE (wbsoft-python-poppler-qt5-v0.74.0_GH0.tar.gz) = 23243
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909232059.x8NKx5Sk084523>