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 /graphics/electrix | |
parent | New port: devel/py-transitions (diff) |
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 'graphics/electrix')
-rw-r--r-- | graphics/electrix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/electrix/Makefile b/graphics/electrix/Makefile index 63749211409e..ee26696c2770 100644 --- a/graphics/electrix/Makefile +++ b/graphics/electrix/Makefile @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} |