diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-06-01 14:39:22 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-06-01 14:39:22 +0800 |
commit | 18b95d58232a2e4c4737c8307642ae6ba6744e93 (patch) | |
tree | 8707837ef91130494dfbec74c432bfdd67a9b3fd /print/ghostscript9-agpl-base | |
parent | c2cc10b2a381d3ad049e16fd06d73485ec91a27e (diff) | |
download | freebsd-ports-gnome-18b95d58232a2e4c4737c8307642ae6ba6744e93.tar.gz freebsd-ports-gnome-18b95d58232a2e4c4737c8307642ae6ba6744e93.tar.zst freebsd-ports-gnome-18b95d58232a2e4c4737c8307642ae6ba6744e93.zip |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Diffstat (limited to 'print/ghostscript9-agpl-base')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index e5f4938179da..47d6f8f1cf2e 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base |