diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-02 06:04:35 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-06 18:31:18 +0200 |
commit | d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e (patch) | |
tree | 28c61b5cfc4fed31206672458266432606ab2def /math/labplot | |
parent | biology/emboss: Put emboss-shell in default PATH (diff) |
graphics/poppler: update to 21.09
Release 21.09.0:
core:
* Splash: Massive speed improvement on files that use lots of save/restore (q/Q) operators
* Correct decoding of signature properties Reason & Location when they are Unicode
* Fix issues with malformed files
* MSVC build fixes
build system:
* Call cmake_minium_required() before project()
* Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE}
* correctly forward user-provided flags to try_compile()
Exp-run by: antoine
PR: 258206
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 28ab9a788993..8776371e10e9 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -2,7 +2,7 @@ PORTNAME= labplot DISTVERSION= 2.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} |