diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 14:17:18 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-06 14:17:18 +0800 |
commit | 5060d003efe4c0f8704d0f83c9b0501707c61331 (patch) | |
tree | 4ea1ebdf3ec33b1fa7a92263d48644e2ad076a08 /textproc | |
parent | 955058bad8951c5679904451e1f5ec65188bbae9 (diff) | |
download | freebsd-ports-gnome-5060d003efe4c0f8704d0f83c9b0501707c61331.tar.gz freebsd-ports-gnome-5060d003efe4c0f8704d0f83c9b0501707c61331.tar.zst freebsd-ports-gnome-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 'textproc')
-rw-r--r-- | textproc/pdfgrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/pdfsandwich/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-pdftotext/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 66d4d81c1404..e5c9ecf85697 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 31de02ed9a09..45a3aa9c00b5 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index 784b08e31386..2512f9af49c0 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |