diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-02 06:04:35 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-06 18:31:18 +0200 |
commit | d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e (patch) | |
tree | 28c61b5cfc4fed31206672458266432606ab2def /print/pdf-tools/Makefile | |
parent | e47c577da6ce40e629041a92a327d9648ef72bd0 (diff) | |
download | freebsd-ports-d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e.zip |
graphics/poppler: update to 21.09
Release 21.09.0:
core:
* Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Exp-run by: antoine
PR: 258206
Diffstat (limited to 'print/pdf-tools/Makefile')
-rw-r--r-- | print/pdf-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index d3b3f106fc8c..c6a5dbb07abc 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-84 DISTVERSIONSUFFIX= -g5f77dae -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |