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 /databases/kbibtex | |
parent | 955058bad8951c5679904451e1f5ec65188bbae9 (diff) | |
download | ports-5060d003efe4c0f8704d0f83c9b0501707c61331.tar.gz 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
Notes
Notes:
svn path=/head/; revision=541311
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 86dea3932d9b..ebd9dc30343b 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} |