diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-09 11:10:57 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-09 11:10:57 +0000 |
commit | ed28803b5039b35f9674f4c0525e825a5be7f269 (patch) | |
tree | ae70f9e334295999d506c383c3aae0cf48bde451 /misc/tellico | |
parent | e6d9b0a3e44f1a886e3fd76017c2db2619b7282c (diff) | |
download | ports-ed28803b5039b35f9674f4c0525e825a5be7f269.tar.gz ports-ed28803b5039b35f9674f4c0525e825a5be7f269.zip |
graphics/poppler: update to 21.02
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=564779
Diffstat (limited to 'misc/tellico')
-rw-r--r-- | misc/tellico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index ecf9323bd659..459018dff39b 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ |