diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-05-14 02:33:10 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-05-14 02:33:10 +0800 |
commit | 94d3f79d3df1907e64ee697bd2f3852d0b6a25c6 (patch) | |
tree | e4795e5c4118cbabea98249dfbd9e7b649168ad6 /editors/texmaker | |
parent | 3c889cbeb98ec10a9c668d9d056d441a5d4b9ce4 (diff) | |
download | freebsd-ports-gnome-94d3f79d3df1907e64ee697bd2f3852d0b6a25c6.tar.gz freebsd-ports-gnome-94d3f79d3df1907e64ee697bd2f3852d0b6a25c6.tar.zst freebsd-ports-gnome-94d3f79d3df1907e64ee697bd2f3852d0b6a25c6.zip |
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments
Release 0.76.0:
core:
* Fix regression on case-insensitive search. Issue #743
* Remove GooList, use std::vector instead
* Fix radiobutton reporting wrong state. Issue #159
* Handle UTF16-LE strings
* Don't error out if there's no DA in FreeText annotation
* cairo: Compute correct coverage values for box filter.
* cairo: Constrain number of cycles in rescale filter.
* Read more fields from ViewerPreferences
* Introduce and use Ref::INVALID
* Fix crashes in broken files
* Fix mismatched free/delete
* Add missing include guards
utils:
* pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742
All the required patches have been obtained via gentoo.
PR: 237846
Exp-run by: antoine
Approved by: kwm
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 8f9cd2b3d6e5..4616c5674a12 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ |