aboutsummaryrefslogtreecommitdiff
path: root/graphics/poppler/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-05-02 10:00:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-05-02 10:00:12 +0000
commit1c19339682d64e91249127da1901f769b0be1c41 (patch)
tree259658972229439dcee6d85935fb34284842cd64 /graphics/poppler/Makefile
parent8bb6875964db4aa6351c63b956fe033c63844b1b (diff)
downloadports-1c19339682d64e91249127da1901f769b0be1c41.tar.gz
ports-1c19339682d64e91249127da1901f769b0be1c41.zip
graphics/poppler: update to 0.88.0
Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page
Notes
Notes: svn path=/head/; revision=533681
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r--graphics/poppler/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index de67149daae7..95bcbaf52336 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= poppler
-DISTVERSION= 0.87.0
+DISTVERSION= 0.88.0
+PORTREVISION= 0
CATEGORIES= graphics print
MASTER_SITES= https://poppler.freedesktop.org/
@@ -47,7 +48,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/}
PORTSCOUT= limitw:1,even
USES+= iconv
CMAKE_ON+= ENABLE_CPP
-PLIST_SUB+= SHLIB_VER=98
+PLIST_SUB+= SHLIB_VER=99
OPTIONS_DEFINE= CURL OPENJPEG
OPTIONS_DEFAULT= OPENJPEG