diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-29 07:25:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-09-29 07:25:04 +0000 |
commit | f4566d704a358a9deb16a4cf7d677ad249dbcc25 (patch) | |
tree | 944c8366327e028b528ec369b2d2d723056e7b39 /editors/texworks | |
parent | 061e4f22f004a8e0967c3da9d01ed71e3045ba79 (diff) | |
download | freebsd-ports-f4566d704a358a9deb16a4cf7d677ad249dbcc25.zip |
graphics/poppler: update to 0.81.0
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
Diffstat (limited to 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 8ea7a7eb8556..27fc1c1b903b 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org |