diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-11 20:00:13 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-13 21:13:45 +0100 |
commit | fd68e9e2b677db0444fd7dd5aeac01b0adc93209 (patch) | |
tree | d74dd7022d55bae88ee4290f8af485041fe23392 /editors/texworks | |
parent | 432ab5acc6a7c58466b62799130bfa6a71629e04 (diff) | |
download | freebsd-ports-fd68e9e2b677db0444fd7dd5aeac01b0adc93209.zip |
graphics/poppler: update to 21.12
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344
Diffstat (limited to 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 218c87611bf2..80a7fca88f76 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -3,7 +3,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |