diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-23 21:29:43 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-23 21:29:43 +0000 |
commit | 791152fff65eba1192bf7d99ace95c8c021af437 (patch) | |
tree | e767b901a0d9656e74d8789101ca206f82b51f77 | |
parent | fac5e83242b9bc19768f0bd04d041afaf770e56c (diff) | |
download | ports-791152fff65eba1192bf7d99ace95c8c021af437.tar.gz ports-791152fff65eba1192bf7d99ace95c8c021af437.zip |
graphics/py-python-poppler-qt5: Update to 0.75.0
PR: 242182
Submitted by: m.ne@gmx.net (maintainer)
Notes
Notes:
svn path=/head/; revision=518275
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-python-poppler-qt5/distinfo | 6 | ||||
-rw-r--r-- | graphics/py-python-poppler-qt5/files/patch-types.sip | 18 |
3 files changed, 6 insertions, 25 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index cb8186298644..967b13e5f5bb 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -2,8 +2,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v -DISTVERSION= 0.74.0 -PORTREVISION= 2 +DISTVERSION= 0.75.0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +15,10 @@ LICENSE_COMB= dual 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= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= wbsoft +USE_PYQT= gui xml sip_build +USE_PYTHON= autoplist distutils PYDISTUTILS_BUILD_TARGET= build_ext PYDISTUTILS_BUILDARGS+= --pyqt-sip-dir=${PYQT_SIPDIR} diff --git a/graphics/py-python-poppler-qt5/distinfo b/graphics/py-python-poppler-qt5/distinfo index ced5947856df..c4c5d1f947b4 100644 --- a/graphics/py-python-poppler-qt5/distinfo +++ b/graphics/py-python-poppler-qt5/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1574494951 +SHA256 (wbsoft-python-poppler-qt5-v0.75.0_GH0.tar.gz) = 92e6bd8f4ce90ba4e3e0c2ada026b643481ba1b109d45e8fdbdaedca8416a995 +SIZE (wbsoft-python-poppler-qt5-v0.75.0_GH0.tar.gz) = 23281 diff --git a/graphics/py-python-poppler-qt5/files/patch-types.sip b/graphics/py-python-poppler-qt5/files/patch-types.sip deleted file mode 100644 index a4bd31d38ad0..000000000000 --- a/graphics/py-python-poppler-qt5/files/patch-types.sip +++ /dev/null @@ -1,18 +0,0 @@ ---- types.sip.orig 2019-09-18 15:22:50 UTC -+++ types.sip -@@ -266,13 +266,13 @@ template <TYPE> - - if (sipPy == Py_None) - { -- *sipCppPtr = new long(); -+ *sipCppPtr = new time_t(); - return 1; - } - - if (PyLong_Check(sipPy)) - { -- *sipCppPtr = new long(PyLong_AsLong(sipPy)); -+ *sipCppPtr = new time_t(PyLong_AsLong(sipPy)); - return 1; - } - return 0; |