diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-02 14:47:29 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-06-02 14:47:29 +0000 |
commit | 99bd3bb02dd1a14660669b1ecd80ad72203a9225 (patch) | |
tree | bad54cd00a0974012f0776d4c28778ef5cbfac68 /graphics/diffpdf | |
parent | net-p2p/litecoin: net-p2p/zetacoin: Remove default-disabled WALLET_BDB48 radi... (diff) |
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848
Diffstat (limited to 'graphics/diffpdf')
-rw-r--r-- | graphics/diffpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile index a31e6e51b80c..5176a99c0d9d 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ |