Date: Fri, 14 Aug 2020 04:02:20 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544863 - head/graphics/poppler Message-ID: <202008140402.07E42KFG043566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Fri Aug 14 04:02:19 2020 New Revision: 544863 URL: https://svnweb.freebsd.org/changeset/ports/544863 Log: graphics/poppler: update to 20.08.0 Release 20.08.0: core: * Sub-page objects: initialize clip max values considering the render resolution. Issue #937 * Splash: Set initial line width to 1. Issue #674 * Fix stack overflow with specially crafted files * GfxShading: Simplify holding the Function * Splash: Fix x86 + windows asm build qt5: * Deprecate Document::toc * Deprecate AnnotationUtils PR: 248419 Exp-run by: antoine Modified: head/graphics/poppler/Makefile head/graphics/poppler/distinfo Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Fri Aug 14 03:05:13 2020 (r544862) +++ head/graphics/poppler/Makefile Fri Aug 14 04:02:19 2020 (r544863) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.90.1 +DISTVERSION= 20.08.0 PORTREVISION= 0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -48,7 +48,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=101 +PLIST_SUB+= SHLIB_VER=102 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Fri Aug 14 03:05:13 2020 (r544862) +++ head/graphics/poppler/distinfo Fri Aug 14 04:02:19 2020 (r544863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594495526 -SHA256 (poppler-0.90.1.tar.xz) = 984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4 -SIZE (poppler-0.90.1.tar.xz) = 1633804 +TIMESTAMP = 1596317819 +SHA256 (poppler-20.08.0.tar.xz) = ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5 +SIZE (poppler-20.08.0.tar.xz) = 1635372
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008140402.07E42KFG043566>