diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-11 20:00:13 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-13 21:13:45 +0100 |
commit | fd68e9e2b677db0444fd7dd5aeac01b0adc93209 (patch) | |
tree | d74dd7022d55bae88ee4290f8af485041fe23392 /math | |
parent | audio/speex: Add CPE information (diff) |
graphics/poppler: update to 21.12
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344
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 7a4d4f845772..f41a9a6dfdef 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,6 +1,6 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/math/labplot/Makefile b/math/labplot/Makefile index dcc3944584c5..d5696bd8105c 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} |