From 5060d003efe4c0f8704d0f83c9b0501707c61331 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 6 Jul 2020 06:17:18 +0000 Subject: [PATCH] graphics/poppler: update to 0.90 Release 0.90.0: core: * Color profile tweaks * Small signature improvements * BBoxOutputDev: Fix calculation when type3 fonts are involved * Fix potential crash when reading Forms * Fix infinite loop in broken file glib: * Fix adding annots in rotated pages * Add ability to reset forms * Several fixes to the documentation qt5: * Make it clear we require Qt 5.5 * demo: Fix crash on broken files * Small documentation improvements utils: * pdftoppm: Add option to set display profile * pdftops: Add a -rasterize option with values always, never, or whenneeded build system: * Require cmake 3.5 * More modern cmake way to link against curl PR: 247736 Exp-run by: antoine --- converters/pdf2djvu/Makefile | 2 +- databases/kbibtex/Makefile | 2 +- deskutils/calibre/Makefile | 1 + deskutils/cfiles/Makefile | 2 +- deskutils/lumina-pdf/Makefile | 2 +- deskutils/recoll/Makefile | 1 + deskutils/xfce4-tumbler/Makefile | 2 +- devel/efl/Makefile | 2 +- devel/kf5-kfilemetadata/Makefile | 2 +- editors/calligra/Makefile | 2 +- editors/kile/Makefile | 2 +- editors/libreoffice/Makefile | 1 + editors/openoffice-devel/Makefile | 2 +- editors/texstudio/Makefile | 2 +- editors/texworks/Makefile | 2 +- graphics/atril/Makefile | 2 +- graphics/diff-pdf/Makefile | 2 +- graphics/diffpdf/Makefile | 2 +- graphics/dspdfviewer/Makefile | 2 +- graphics/engauge-digitizer/Makefile | 2 +- graphics/epdfview/Makefile | 2 +- graphics/evince/Makefile | 2 +- graphics/gdal/Makefile | 2 +- graphics/geeqie/Makefile | 2 +- graphics/gegl/Makefile | 1 + graphics/gimp-app/Makefile | 1 + graphics/graphviz/Makefile | 2 +- graphics/impressive/Makefile | 2 +- graphics/inkscape/Makefile | 2 +- graphics/krita/Makefile | 1 + graphics/okular/Makefile | 2 +- graphics/openfx-arena/Makefile | 2 +- graphics/osg/Makefile | 2 +- graphics/pdf2svg/Makefile | 2 +- graphics/pdfpc/Makefile | 2 +- graphics/poppler-data/Makefile | 2 +- graphics/poppler-glib/pkg-plist | 2 +- graphics/poppler-qt5/pkg-plist | 2 +- graphics/poppler/Makefile | 4 ++-- graphics/poppler/distinfo | 6 +++--- graphics/poppler/pkg-plist | 1 + graphics/pqiv/Makefile | 2 +- graphics/py-poppler/Makefile | 2 +- graphics/py-python-poppler-qt5/Makefile | 2 +- graphics/qcomicbook/Makefile | 2 +- graphics/vips/Makefile | 2 +- graphics/xournal/Makefile | 2 +- graphics/xournalpp/Makefile | 2 +- graphics/yacreader/Makefile | 2 +- graphics/zathura-pdf-mupdf/Makefile | 2 +- graphics/zathura-pdf-poppler/Makefile | 2 +- mail/claws-mail-pdf_viewer/Makefile | 2 +- mail/textmail/Makefile | 2 +- math/labplot/Makefile | 2 +- misc/rubygem-rabbit/Makefile | 2 +- misc/tellico/Makefile | 2 +- net/kitinerary/Makefile | 2 +- print/cups-filters/Makefile | 1 + print/deforaos-pdfviewer/Makefile | 2 +- print/ghostscript9-agpl-base/Makefile | 2 +- print/pdf-tools/Makefile | 2 +- print/py-frescobaldi/Makefile | 1 + print/qpdfview/Makefile | 2 +- print/scribus-devel/Makefile | 2 +- print/tex-luatex/Makefile | 2 +- print/tex-xetex/Makefile | 2 +- print/texlive-base/Makefile | 2 +- sysutils/tracker-miners/Makefile | 2 +- textproc/pdfgrep/Makefile | 2 +- textproc/pdfsandwich/Makefile | 2 +- textproc/py-pdftotext/Makefile | 2 +- www/hotcrp/Makefile | 2 +- x11-toolkits/rubygem-poppler/Makefile | 2 +- x11/eaglemode/Makefile | 2 +- x11/rubygem-gnome/Makefile | 2 +- 75 files changed, 78 insertions(+), 69 deletions(-) diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index 9adf7d4d40a0..c600a8ed33cf 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu DISTVERSION= 0.9.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 86dea3932d9b..ebd9dc30343b 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index a65bc3d89d06..e1406056920b 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 4.20.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile index 6f490733ba4d..50dbede3b9cb 100644 --- a/deskutils/cfiles/Makefile +++ b/deskutils/cfiles/Makefile @@ -4,7 +4,7 @@ PORTNAME= cfiles DISTVERSIONPREFIX= v DISTVERSION= 1.8-6 DISTVERSIONSUFFIX= -g327d47f -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index 4da5cf64be9a..fea56f6d54e8 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MAINTAINER= lbartoletti@FreeBSD.org diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index e51e4633f356..33e8209125b1 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -3,6 +3,7 @@ PORTNAME= recoll PORTVERSION= 1.27.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://www.lesbonscomptes.com/recoll/ diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index 0fb30dc964f5..46dad825a384 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.2.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 96c4f3d82dde..01a891d8528b 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 25 +PORTREVISION= 26 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 139087c75f1a..47b8d35a7655 100644 --- a/devel/kf5-kfilemetadata/Makefile +++ b/devel/kf5-kfilemetadata/Makefile @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 3345cc1a3584..3b333c819517 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/kile/Makefile b/editors/kile/Makefile index a1b1fdd0fa6f..a03c979fca61 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 819f6179aa36..23987a705609 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 11d0c2aaec72..3e52a9b416e7 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index a4c5f15f8537..9cbe8e5143c2 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.22 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 59efa7354511..1f231794dfa1 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 5a827465291b..33de5c5382df 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -5,7 +5,7 @@ PORTNAME= atril PORTVERSION= 1.22.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index cf842b5826cd..d88522cb0a54 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile index 5176a99c0d9d..671e6bda8b4d 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile index 986bc9da665c..2b30459cd594 100644 --- a/graphics/dspdfviewer/Makefile +++ b/graphics/dspdfviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MAINTAINER= fox@FreeBSD.org diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile index ee6bbc3e9553..14c2e334f735 100644 --- a/graphics/engauge-digitizer/Makefile +++ b/graphics/engauge-digitizer/Makefile @@ -3,7 +3,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v DISTVERSION= 12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 0611b82a7bd0..6f5416b63739 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index de29d9afdae1..880662a99217 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ PORTNAME= evince PORTVERSION= 3.28.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 7533c1e21fc1..fbfa41aa0bfc 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index ba1161e91c80..a8beb74cd8a5 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://www.geeqie.org/ diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index b23e2d4c001e..60c630a7d10e 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.24 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 8049d2ac9316..daea57720d32 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,6 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.20 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index b7b86ec9a820..b4281810068e 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.44.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics tk MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 2fb927586318..359cd18a5a4a 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.12.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 805c3622a675..2ac27769dee0 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 595bea008efc..9d2518a7e8ca 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -2,6 +2,7 @@ PORTNAME= krita DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index b15568ee263e..c39fdcf42b50 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,7 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 390ca798abaf..89bb7674df64 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= 24 +PORTREVISION= 25 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index b468f97c0d26..71f763f98183 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index 8145f9d5b3fc..e3718bb26c05 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.3 -PORTREVISION= 18 +PORTREVISION= 19 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile index 21740acf6ae0..a5008ec254cb 100644 --- a/graphics/pdfpc/Makefile +++ b/graphics/pdfpc/Makefile @@ -4,7 +4,7 @@ PORTNAME= pdfpc DISTVERSION= 4.4.0 CATEGORIES= graphics DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile index 3bdfe08166f9..387e3f495eca 100644 --- a/graphics/poppler-data/Makefile +++ b/graphics/poppler-data/Makefile @@ -2,7 +2,7 @@ PORTNAME= poppler-data PORTVERSION= 0.4.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://poppler.freedesktop.org/ diff --git a/graphics/poppler-glib/pkg-plist b/graphics/poppler-glib/pkg-plist index c941c9c67c10..740e5cfb55aa 100644 --- a/graphics/poppler-glib/pkg-plist +++ b/graphics/poppler-glib/pkg-plist @@ -16,6 +16,6 @@ include/poppler/glib/poppler.h lib/girepository-1.0/Poppler-0.18.typelib lib/libpoppler-glib.so lib/libpoppler-glib.so.8 -lib/libpoppler-glib.so.8.17.0 +lib/libpoppler-glib.so.8.18.0 libdata/pkgconfig/poppler-glib.pc share/gir-1.0/Poppler-0.18.gir diff --git a/graphics/poppler-qt5/pkg-plist b/graphics/poppler-qt5/pkg-plist index 306ad9c00194..0b3e20815bdc 100644 --- a/graphics/poppler-qt5/pkg-plist +++ b/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.24.0 +lib/libpoppler-qt5.so.1.25.0 libdata/pkgconfig/poppler-qt5.pc diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index b8f513021167..48b1fec0b66f 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.89.0 +DISTVERSION= 0.90.0 PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -48,7 +48,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=100 +PLIST_SUB+= SHLIB_VER=101 OPTIONS_DEFINE= CURL OPENJPEG OPTIONS_DEFAULT= OPENJPEG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index ee4e2b11f5c8..05c41abdcc96 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590772445 -SHA256 (poppler-0.89.0.tar.xz) = fba230364537782cc5d43b08d693ef69c36586286349683c7b127156a8ef9b5c -SIZE (poppler-0.89.0.tar.xz) = 1612156 +TIMESTAMP = 1593765507 +SHA256 (poppler-0.90.0.tar.xz) = 94edb0ad3330b74d22caac807aa501e9cc61cbf45a8010625670428b51989685 +SIZE (poppler-0.90.0.tar.xz) = 1619960 diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index 59606336edb5..1543d4a22b8b 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -32,6 +32,7 @@ include/poppler/JArithmeticDecoder.h include/poppler/JBIG2Stream.h %%OPENJPEG%%include/poppler/JPEG2000Stream.h %%NO_OPENJPEG%%include/poppler/JPXStream.h +include/poppler/JSInfo.h include/poppler/Lexer.h include/poppler/Linearization.h include/poppler/Link.h diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index e28037a1b174..f9f012250570 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -3,7 +3,7 @@ PORTNAME= pqiv PORTVERSION= 2.11 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 2565f7cb5767..4c39b466ba42 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 4fa9cf6d9dee..bca5d677344b 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 0.75.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index dc45e4d743e6..d88aa682b526 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -3,7 +3,7 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index c591c832c90a..333e2c8eb4f7 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 945438d5087d..995c2d640568 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index 95724cbe4831..9518ddf7d387 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= xournalpp DISTVERSION= 1.0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile index 0365f8a30e19..a4fcd1e37e9d 100644 --- a/graphics/yacreader/Makefile +++ b/graphics/yacreader/Makefile @@ -2,7 +2,7 @@ PORTNAME= yacreader DISTVERSION= 9.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index e7be0e056290..aedf15a316d5 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://freebsd.uzsolt.hu/src/ diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 242fbbb7f88f..0f51537eddfe 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.9 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index 092f3f9a14e8..2bcac4a5f930 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 9 +PORTREVISION= 10 COMMENT= PDF and PostScript viewer plugin for Claws Mail diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index cfcf62a58ca7..88b737d171a5 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 53c41e38cdbc..64cb7ced0595 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.7.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} diff --git a/misc/rubygem-rabbit/Makefile b/misc/rubygem-rabbit/Makefile index 837788c30611..c9d29bda57b7 100644 --- a/misc/rubygem-rabbit/Makefile +++ b/misc/rubygem-rabbit/Makefile @@ -3,7 +3,7 @@ PORTNAME= rabbit PORTVERSION= 2.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 67804fde8e66..e5e18e9cdc1d 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index 4c0011ccd204..4466f4bd5d8b 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -2,7 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 73ba71ec4043..fb9729395670 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.27.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index cf398a9b5049..bd1d4f496002 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index 4ac328fd664d..5411e8c1128d 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.52 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index 9360e0e4e6fe..dedfee2b69b0 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -4,7 +4,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90-41 DISTVERSIONSUFFIX= -g2ece508 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile index 5cd7352687df..2332cd14e3fc 100644 --- a/print/py-frescobaldi/Makefile +++ b/print/py-frescobaldi/Makefile @@ -4,6 +4,7 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v DISTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= print kde python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index b4fcef2226ee..ad4f480f8240 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -3,7 +3,7 @@ PORTNAME= qpdfview DISTVERSION= 0.4.18 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 60ba05bfa4ea..04387bbc1622 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index 259789674eba..da8ddc321976 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- diff --git a/print/tex-xetex/Makefile b/print/tex-xetex/Makefile index 1ad3eb92dcb4..6d3aa49109ab 100644 --- a/print/tex-xetex/Makefile +++ b/print/tex-xetex/Makefile @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index dccf24449d58..48c74776c250 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 52 +PORTREVISION= 53 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base diff --git a/sysutils/tracker-miners/Makefile b/sysutils/tracker-miners/Makefile index fd50db60d887..774884af076a 100644 --- a/sysutils/tracker-miners/Makefile +++ b/sysutils/tracker-miners/Makefile @@ -3,7 +3,7 @@ PORTNAME= tracker-miners PORTVERSION= 2.0.5 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= sysutils gnome MASTER_SITES= GNOME diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 66d4d81c1404..e5c9ecf85697 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 31de02ed9a09..45a3aa9c00b5 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index 784b08e31386..2512f9af49c0 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/hotcrp/Makefile b/www/hotcrp/Makefile index f86f93790e6a..9728b46a3f07 100644 --- a/www/hotcrp/Makefile +++ b/www/hotcrp/Makefile @@ -2,7 +2,7 @@ PORTNAME= hotcrp PORTVERSION= 2.94 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index c477f09a79d4..62f26aa8c95b 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -2,7 +2,7 @@ PORTNAME= poppler PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 77a77fdcbf1b..e927700f5c29 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -3,7 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.94.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/rubygem-gnome/Makefile b/x11/rubygem-gnome/Makefile index 3361fca14ebb..3686cd1fa1ae 100644 --- a/x11/rubygem-gnome/Makefile +++ b/x11/rubygem-gnome/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnome PORTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome rubygems PKGNAMEPREFIX= rubygem-