diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-01 21:51:36 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-11-01 21:51:36 +0000 |
commit | 3ca3ffe4551bee0f510c9d301bf4f312959dcf25 (patch) | |
tree | ce13218697645e8981b36e7589f64b42e3049ce5 /net/kitinerary/Makefile | |
parent | 19c0b79bf443eb706820ac162b35b88fcf9088fd (diff) |
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit)
Notes
Notes:
svn path=/head/; revision=516270
Diffstat (limited to 'net/kitinerary/Makefile')
-rw-r--r-- | net/kitinerary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index 5fd9ffb852a2..285353d2434c 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -2,7 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org |