svn commit: r542437 - in head/graphics: poppler poppler-glib poppler-qt5 poppler-utils
Tobias C. Berner
tcberner at FreeBSD.org
Fri Jul 17 14:42:20 UTC 2020
Author: tcberner
Date: Fri Jul 17 14:42:19 2020
New Revision: 542437
URL: https://svnweb.freebsd.org/changeset/ports/542437
Log:
graphics/poppler: update to 0.90.1
Release 0.90.1:
core:
* Fix regression on PS conversion.
Regression only happened on applications that are locale enabled
i.e. Okular but not pdftops, when using a quite new lcms and
the user locale uses , as decimal separator instead of .
* Add UTF16LE support to TextStringToUCS4.
Even if the standard clearly says it should be UTF16BE
PR: 247925
Exp-run by: antoine
Modified:
head/graphics/poppler-glib/Makefile
head/graphics/poppler-qt5/Makefile
head/graphics/poppler-utils/Makefile
head/graphics/poppler/Makefile
head/graphics/poppler/distinfo
Modified: head/graphics/poppler-glib/Makefile
==============================================================================
--- head/graphics/poppler-glib/Makefile Fri Jul 17 14:28:15 2020 (r542436)
+++ head/graphics/poppler-glib/Makefile Fri Jul 17 14:42:19 2020 (r542437)
@@ -1,7 +1,7 @@
# Created by: Michael Johnson <ahze at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= GLib bindings to poppler
Modified: head/graphics/poppler-qt5/Makefile
==============================================================================
--- head/graphics/poppler-qt5/Makefile Fri Jul 17 14:28:15 2020 (r542436)
+++ head/graphics/poppler-qt5/Makefile Fri Jul 17 14:42:19 2020 (r542437)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 0
PKGNAMESUFFIX= -qt5
COMMENT= Qt 5 bindings to poppler
Modified: head/graphics/poppler-utils/Makefile
==============================================================================
--- head/graphics/poppler-utils/Makefile Fri Jul 17 14:28:15 2020 (r542436)
+++ head/graphics/poppler-utils/Makefile Fri Jul 17 14:42:19 2020 (r542437)
@@ -1,7 +1,7 @@
# Created by: Michael Nottebrock <lofi at FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 0
COMMENT= Poppler's xpdf-workalike command line utilities # '
Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile Fri Jul 17 14:28:15 2020 (r542436)
+++ head/graphics/poppler/Makefile Fri Jul 17 14:42:19 2020 (r542437)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= poppler
-DISTVERSION= 0.90.0
-PORTREVISION= 1
+DISTVERSION= 0.90.1
+PORTREVISION= 0
CATEGORIES= graphics print
MASTER_SITES= https://poppler.freedesktop.org/
Modified: head/graphics/poppler/distinfo
==============================================================================
--- head/graphics/poppler/distinfo Fri Jul 17 14:28:15 2020 (r542436)
+++ head/graphics/poppler/distinfo Fri Jul 17 14:42:19 2020 (r542437)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593765507
-SHA256 (poppler-0.90.0.tar.xz) = 94edb0ad3330b74d22caac807aa501e9cc61cbf45a8010625670428b51989685
-SIZE (poppler-0.90.0.tar.xz) = 1619960
+TIMESTAMP = 1594495526
+SHA256 (poppler-0.90.1.tar.xz) = 984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4
+SIZE (poppler-0.90.1.tar.xz) = 1633804
More information about the svn-ports-head
mailing list