diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-03 19:48:54 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-03 19:48:54 +0000 |
commit | a831c679c44f854a345af7d383fdd6093da570b8 (patch) | |
tree | 808fa36667b56268edeb3331f02b710d95733e97 /graphics/py-python-poppler-qt5 | |
parent | devel/py-murmurhash: Update 1.0.2 -> 1.0.3 (diff) |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
qt5:
* Rename ArthurOutputDev to QPainterOutputDev
build system:
* Fix linker error when gtk is not in a default location
* Add some checks for gtk-doc support
* Reorganize GObject introspection config
* Enable CMAKE_LINK_DEPENDS_NO_SHARED
PR: 250786
Exp-run by: antoine
Diffstat (limited to 'graphics/py-python-poppler-qt5')
-rw-r--r-- | graphics/py-python-poppler-qt5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 02c0191624cb..6bcf05cf66bb 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 0.75.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |