diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-01 16:19:26 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-15 05:42:37 +0000 |
commit | 9a1df6a85c1a7b2231d237f407815337e4213595 (patch) | |
tree | b4208d67529795c50fd067b37edc06a67bcd20ef /databases/kbibtex | |
parent | 860cc0e4022b842645378a9005cd15be85b7cc03 (diff) | |
download | ports-9a1df6a85c1a7b2231d237f407815337e4213595.tar.gz ports-9a1df6a85c1a7b2231d237f407815337e4213595.zip |
graphics/poppler: update to 21.08.0
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system:
* Better error message when libjpeg is not found
* Better error messages when libopenjpeg2 is not found
qt5/qt6:
* Document that a document has to outlive its pages
* Make getPdfVersion return a dedicated version object
glib:
* mimick TextSelectionDumper logic change for spaceAfter
Exp-run by: antoine
PR: 257539
Diffstat (limited to 'databases/kbibtex')
-rw-r--r-- | databases/kbibtex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 18622caf6167..3147bcdcda13 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -2,7 +2,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} |