diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-01 20:46:38 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-01 20:46:38 +0000 |
commit | 0ee39c1b52edcdad3b2373e943785407fe07efe9 (patch) | |
tree | 30094151c4764b977eda11302fe8dfa99b49fe4c /graphics/diffpdf | |
parent | Update cad/qelectrotech to latest upstream version. (diff) |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions
* Fix leak when aborting text extraction
* Small code simplifications
glib:
* Make print scaling getter visible
* Make Duplex/NumCopies/PrintPageRange preference available in API
* Implement Movie API
utils:
* pdftotext: Add -nodiag flag to remove diagonal text on output
build system:
* Mark external lib include dirs as SYSTEM
PR: 240176
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
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 adeedb729d23..c4e64528610d 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ |