diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-05-03 04:04:51 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-05-06 04:12:26 +0000 |
commit | cc4315b370580787f8f12f4f788bb47f6ff7544a (patch) | |
tree | f2a4a4cea621b3a41810ebaa96898076196934db /graphics/poppler/Makefile | |
parent | 4adb1d08b8a155b94e253d5eaeed76cf42ab9daf (diff) | |
download | ports-cc4315b370580787f8f12f4f788bb47f6ff7544a.tar.gz ports-cc4315b370580787f8f12f4f788bb47f6ff7544a.zip |
graphics/poppler: update to 21.05.0
Release 21.05.0:
core:
* Fix crashes in malformed files
* Export SplashFont* symbols used by Scribus
* Minor code improvements
qt5/qt6:
* Make sure new signatures are always properly oriented
* Allow to pass the border width when signing
glib:
* Enhance find to support multi-line matching
utils:
* pdftoppm: Fix regression when using single scaleTo. Issue #1062
build system:
* Allow to disable building manual tests
PR: 255562
Exp-run by: antoine
Diffstat (limited to 'graphics/poppler/Makefile')
-rw-r--r-- | graphics/poppler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 1cde462ba619..11bb64597f5d 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,7 +1,7 @@ # Created by: marcus@FreeBSD.org PORTNAME= poppler -DISTVERSION= 21.04.0 +DISTVERSION= 21.05.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -46,7 +46,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=109 +PLIST_SUB+= SHLIB_VER=110 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG |