diff --git graphics/poppler-qt5/pkg-plist graphics/poppler-qt5/pkg-plist index dabf261a957f..d04ccf295e96 100644 --- graphics/poppler-qt5/pkg-plist +++ graphics/poppler-qt5/pkg-plist @@ -9,5 +9,5 @@ include/poppler/qt5/poppler-qt5.h include/poppler/qt5/poppler-version.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.19.0 +lib/libpoppler-qt5.so.1.20.0 libdata/pkgconfig/poppler-qt5.pc diff --git graphics/poppler/Makefile graphics/poppler/Makefile index 84241ec1e2bd..d513f2810579 100644 --- graphics/poppler/Makefile +++ graphics/poppler/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.78.0 -PORTREVISION= 1 +DISTVERSION= 0.79.0 +PORTREVISION?= 0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ diff --git graphics/poppler/distinfo graphics/poppler/distinfo index 21291bea3285..9311e42c2ce1 100644 --- graphics/poppler/distinfo +++ graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1561618023 -SHA256 (poppler-0.78.0.tar.xz) = 622fdd3187a7339c3b78b861b7cd820ea41ebce0609839ba28ee52c3387938c2 -SIZE (poppler-0.78.0.tar.xz) = 1540264 +TIMESTAMP = 1563385578 +SHA256 (poppler-0.79.0.tar.xz) = f985a4608fe592d2546d9d37d4182e502ff6b4c42f8db4be0a021a1c369528c8 +SIZE (poppler-0.79.0.tar.xz) = 1544140 diff --git graphics/poppler/files/patch-git_2d191b graphics/poppler/files/patch-git_2d191b deleted file mode 100644 index acb1e4c76139..000000000000 --- graphics/poppler/files/patch-git_2d191b +++ /dev/null @@ -1,29 +0,0 @@ -From 2d191b49ea074cc69ba4c68a572f26c8bdb55abd Mon Sep 17 00:00:00 2001 -From: Albert Astals Cid -Date: Wed, 10 Jul 2019 01:10:22 +0200 -Subject: Fix mistake on 093531cd0d0878b892d92ebc56c26936e5de3712 - -These i should have been j too ---- - poppler/TextOutputDev.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/poppler/TextOutputDev.cc b/poppler/TextOutputDev.cc -index e62e088..645e38f 100644 ---- poppler/TextOutputDev.cc -+++ poppler/TextOutputDev.cc -@@ -4791,8 +4791,8 @@ void TextSelectionPainter::endPage() - if (j != begin && sel->word->charPos[j] == sel->word->charPos[j - 1]) - continue; - -- out->drawChar(state, sel->word->textMat[i].m[4], sel->word->textMat[i].m[5], 0, 0, 0, 0, -- sel->word->charcode[i], 1, nullptr, 0); -+ out->drawChar(state, sel->word->textMat[j].m[4], sel->word->textMat[j].m[5], 0, 0, 0, 0, -+ sel->word->charcode[j], 1, nullptr, 0); - } - out->endString(state); - delete string; --- -cgit v1.1 - -