diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-04-16 12:29:51 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-04-16 12:29:51 +0800 |
commit | 2f973a2955686494aff30a15f18be3fa0492d9de (patch) | |
tree | 8b2e931bf59847b5cd67d9cae62c7e3e4a010b26 /math | |
parent | b13ef0d4ca3007334aea285667da0922fe0ea9c7 (diff) | |
download | freebsd-ports-gnome-2f973a2955686494aff30a15f18be3fa0492d9de.tar.gz freebsd-ports-gnome-2f973a2955686494aff30a15f18be3fa0492d9de.tar.zst freebsd-ports-gnome-2f973a2955686494aff30a15f18be3fa0492d9de.zip |
graphics/poppler: update to 21.04.0
Release 21.04.0:
core:
* Hide symbols by default
* TextSelectionDumper: fix word order for RTL text
* Fix rendering of text in some files. Issue #1052
* Implement rendering of Masks of Image subtype. Issue #1058
* Forms: fix unclicking standalone form buttons. Issue #1034
glib:
* Expose more fields from MediaRendition in PopplerMedia
* Use stock glib macro to define boxed type
* Remove incorrecly used volatile from enum type registration code
qt5:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
qt6:
* Fix crash in files with malformed signatures
* Fix memory leak when QImage constructor "fails"
utils:
* pdfsig: New paragraph for "-sign" in manpage
* pdfimages: Do not assert in "too big images". Issue #1061
build system:
* Require cmake >= 3.10
* Require Qt 5 >= 5.9
* Require glib >= 2.56
* Require gtk 3 >= 3.22
* Require gdk-pixbuf >= 2.36
PR: poppler-21.04.0
Exp-run by: antoine
Diffstat (limited to 'math')
-rw-r--r-- | math/cantor/Makefile | 2 | ||||
-rw-r--r-- | math/labplot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 54c19263c0df..ea0e751cf027 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -2,7 +2,7 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 4a71bad719d1..8397128fa6ec 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} |