diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-27 21:29:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-27 21:29:30 +0000 |
commit | 4cc15e71ec013d276f184b8d71266909c79277b5 (patch) | |
tree | 9d69a6a30c5a44b4bbe7d4a2f0697cec1600a9c6 | |
parent | 480c577baa45ef6f27ad8e0c46958ccecdb6d94f (diff) | |
download | freebsd-ports-4cc15e71ec013d276f184b8d71266909c79277b5.zip |
graphics/poppler: update to 0.75
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome)
27 files changed, 71 insertions, 26 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index e717269d6dc1..721e71291d73 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.9.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index bb0f4c6a737d..a5d403469329 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}/ diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 1f7c5134ffdf..54dcae16508a 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile index e0efb49fef9f..d028c0a5782c 100644 --- a/devel/kf5-kfilemetadata/Makefile +++ b/devel/kf5-kfilemetadata/Makefile @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index b13e3c1b1bba..0be336b60327 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 8a53ce77fb82..2e9b372b2284 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 73c39c56f703..b20523ef6897 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index e2df2dc8c8a1..d7f78408e524 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 15 +PORTREVISION= 16 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 9326f73802a6..3bb94d11b110 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index eaa74893c971..078624304846 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index 3723f3899a7e..5ebeb6fa6c29 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -4,7 +4,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.2-27 DISTVERSIONSUFFIX= -gc4d6722 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index a12b452df60c..e52d8abfe12f 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/en/gallery/item/12187/ diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 8238bce111c4..d87185a3cb2c 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 01ebc0b5c968..d02ec86f2390 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,7 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 1dea41df9d28..700dcead0d23 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/poppler-utils/pkg-plist b/graphics/poppler-utils/pkg-plist index 209fea41f49d..bf5a0bfd2c5f 100644 --- a/graphics/poppler-utils/pkg-plist +++ b/graphics/poppler-utils/pkg-plist @@ -1,3 +1,4 @@ +bin/pdfattach bin/pdfdetach bin/pdffonts bin/pdfimages @@ -10,6 +11,7 @@ bin/pdftoppm bin/pdftops bin/pdftotext bin/pdfunite +man/man1/pdfattach.1.gz man/man1/pdfdetach.1.gz man/man1/pdffonts.1.gz man/man1/pdfimages.1.gz diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index e9bd445935ea..aeaed3b3a4e2 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.74.0 +DISTVERSION= 0.75.0 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 12430d09aef6..1a19318a2316 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549603391 -SHA256 (poppler-0.74.0.tar.xz) = 92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f -SIZE (poppler-0.74.0.tar.xz) = 1514044 +TIMESTAMP = 1553492103 +SHA256 (poppler-0.75.0.tar.xz) = 3bbaedb0fa2797cac933a0659d144303e4d09eec6892c65600da987d8707199a +SIZE (poppler-0.75.0.tar.xz) = 1523872 diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index 4c81fffd3c75..255bcc16b9f4 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -134,8 +134,8 @@ lib/libpoppler-cpp.so lib/libpoppler-cpp.so.0 lib/libpoppler-cpp.so.0.7.0 lib/libpoppler.so -lib/libpoppler.so.85 -lib/libpoppler.so.85.0.0 +lib/libpoppler.so.86 +lib/libpoppler.so.86.0.0 libdata/pkgconfig/poppler-cairo.pc libdata/pkgconfig/poppler-cpp.pc libdata/pkgconfig/poppler-splash.pc diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 2b192e58ab75..702ecc75468c 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index 458ed330554a..a4f58c46a9a6 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -2,6 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index c4d434a5d3af..a17b10f4bbad 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index a8a789b68bdc..3c57b322d3fb 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/print/scribus-devel/files/patch-archgit_poppler-0.75 b/print/scribus-devel/files/patch-archgit_poppler-0.75 new file mode 100644 index 000000000000..43fa89cd47a4 --- /dev/null +++ b/print/scribus-devel/files/patch-archgit_poppler-0.75 @@ -0,0 +1,41 @@ +--- scribus/plugins/import/pdf/importpdf.cpp.orig 2019-03-22 09:47:14.760191871 +0000 ++++ scribus/plugins/import/pdf/importpdf.cpp 2019-03-22 09:47:37.363809447 +0000 +@@ -535,7 +535,7 @@ + if (orderItem.isDict()) + { + #if POPPLER_ENCODED_VERSION >= POPPLER_VERSION_ENCODE(0, 58, 0) +- Object ref = order->getNF(i); ++ Object ref = order->getNF(i).copy(); + #else + Object ref; + order->getNF(i, &ref); +--- scribus/plugins/import/pdf/slaoutput.cpp.orig 2019-03-22 10:02:43.145371895 +0000 ++++ scribus/plugins/import/pdf/slaoutput.cpp 2019-03-22 10:07:03.085386627 +0000 +@@ -310,7 +310,7 @@ + if (obj.isDict()) + { + Dict* adic = obj.getDict(); +- additionalActions = adic->lookupNF("A"); ++ additionalActions = adic->lookupNF("A").copy(); + Object additionalActionsObject = additionalActions.fetch(pdfDoc->getXRef()); + if (additionalActionsObject.isDict()) + { +@@ -370,7 +370,7 @@ + if (obj.isDict()) + { + Dict* adic = obj.getDict(); +- additionalActions = adic->lookupNF("AA"); ++ additionalActions = adic->lookupNF("AA").copy(); + Object additionalActionsObject = additionalActions.fetch(pdfDoc->getXRef()); + if (additionalActionsObject.isDict()) + { +@@ -939,7 +939,7 @@ + QList<int> radList; + for (int i = 0; i < obj2.arrayGetLength(); i++) + { +- Object childRef = obj2.arrayGetNF(i); ++ Object childRef = obj2.arrayGetNF(i).copy(); + if (!childRef.isRef()) + continue; + Object childObj = obj2.arrayGet(i); + diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index d3a92cb9ccb9..2bf9733f7a9f 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 72348992f0d9..c7d8094c181e 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index d50be6a6df59..a2bc3ece5af6 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -2,6 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |