From owner-svn-ports-all@freebsd.org Fri Aug 14 04:02:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C70CB3B37D9; Fri, 14 Aug 2020 04:02:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BSVBh4tn8z4CDk; Fri, 14 Aug 2020 04:02:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C2C3885F; Fri, 14 Aug 2020 04:02:20 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07E42Kuw043568; Fri, 14 Aug 2020 04:02:20 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07E42KFG043566; Fri, 14 Aug 2020 04:02:20 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202008140402.07E42KFG043566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 14 Aug 2020 04:02:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544863 - head/graphics/poppler X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/poppler X-SVN-Commit-Revision: 544863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2020 04:02:20 -0000 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