diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 06:17:18 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 06:17:18 +0000 |
commit | 5060d003efe4c0f8704d0f83c9b0501707c61331 (patch) | |
tree | 4ea1ebdf3ec33b1fa7a92263d48644e2ad076a08 /graphics/qcomicbook/Makefile | |
parent | 955058bad8951c5679904451e1f5ec65188bbae9 (diff) | |
download | freebsd-ports-5060d003efe4c0f8704d0f83c9b0501707c61331.zip |
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5
* demo: Fix crash on broken files
* Small documentation improvements
utils:
* pdftoppm: Add option to set display profile
* pdftops: Add a -rasterize option with values always, never, or whenneeded
build system:
* Require cmake 3.5
* More modern cmake way to link against curl
PR: 247736
Exp-run by: antoine
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-rw-r--r-- | graphics/qcomicbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index dc45e4d743e6..d88aa682b526 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -3,7 +3,7 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org |