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 /editors | |
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 'editors')
-rw-r--r-- | editors/calligra/Makefile | 2 | ||||
-rw-r--r-- | editors/kile/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/Makefile | 1 | ||||
-rw-r--r-- | editors/texmaker/Makefile | 2 | ||||
-rw-r--r-- | editors/texstudio/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 617d3dec522d..58745dcc9088 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 8181f473d811..026e9fd3ccd6 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 8014d83947ca..76c1ac9da908 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 4616c5674a12..b92d8d48e2c3 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 17 +PORTREVISION= 18 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 74a468104f9f..dec948ffeb6d 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index d6fda36bc8b7..f12e9fb88e79 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |