Date: Mon, 13 May 2019 18:33:10 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501583 - in head: converters/pdf2djvu converters/pdf2djvu/files databases/kbibtex deskutils/calibre deskutils/gourmet deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler deve... Message-ID: <201905131833.x4DIXA9q048702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon May 13 18:33:10 2019 New Revision: 501583 URL: https://svnweb.freebsd.org/changeset/ports/501583 Log: graphics/poppler: update to 0.76.1 From Changelog at https://poppler.freedesktop.org/releases.html : Release 0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. Issue #159 * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 All the required patches have been obtained via gentoo. PR: 237846 Exp-run by: antoine Approved by: kwm Added: head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-1.patch (contents, props changed) head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-2.patch (contents, props changed) head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-3.patch (contents, props changed) head/graphics/inkscape/files/patch-gentoo_inkscape-0.92.4-poppler-0.76.0.patch (contents, props changed) head/print/scribus-devel/files/patch-z-gentoo_scribus-1.5.5_pre20190429-poppler-0.76.patch (contents, props changed) Modified: head/converters/pdf2djvu/Makefile head/databases/kbibtex/Makefile head/deskutils/calibre/Makefile head/deskutils/gourmet/Makefile head/deskutils/lumina-pdf/Makefile head/deskutils/recoll/Makefile head/deskutils/xfce4-tumbler/Makefile head/devel/efl/Makefile head/devel/kf5-kfilemetadata/Makefile head/editors/calligra/Makefile head/editors/kile/Makefile head/editors/libreoffice/Makefile head/editors/openoffice-devel/Makefile head/editors/texmaker/Makefile head/editors/texstudio/Makefile head/editors/texworks/Makefile head/graphics/atril/Makefile head/graphics/diff-pdf/Makefile head/graphics/diffpdf/Makefile head/graphics/dspdfviewer/Makefile head/graphics/electrix/Makefile head/graphics/engauge-digitizer/Makefile head/graphics/epdfview/Makefile head/graphics/evince/Makefile head/graphics/gdal/Makefile head/graphics/gegl/Makefile head/graphics/gimp-app/Makefile head/graphics/graphviz/Makefile head/graphics/inkscape/Makefile head/graphics/krita/Makefile head/graphics/okular/Makefile head/graphics/openfx-arena/Makefile head/graphics/osg-devel/Makefile head/graphics/osg/Makefile head/graphics/pdf2svg/Makefile head/graphics/pdfpc/Makefile head/graphics/poppler/Makefile head/graphics/poppler/distinfo head/graphics/poppler/pkg-plist head/graphics/pqiv/Makefile head/graphics/qcomicbook/Makefile head/graphics/vips/Makefile head/graphics/xournal/Makefile head/graphics/xournalpp/Makefile head/graphics/zathura-pdf-mupdf/Makefile head/mail/claws-mail-pdf_viewer/Makefile head/mail/textmail/Makefile head/misc/auto-multiple-choice/Makefile head/misc/rubygem-rabbit/Makefile head/misc/tellico/Makefile head/net/kitinerary/Makefile head/print/cups-filters/Makefile head/print/deforaos-pdfviewer/Makefile head/print/frescobaldi/Makefile head/print/ghostscript9-agpl-base/Makefile head/print/pdf-tools/Makefile head/print/pdfcube/Makefile head/print/qpdfview/Makefile head/print/scribus-devel/Makefile head/print/tex-luatex/Makefile head/print/tex-xetex/Makefile head/print/texlive-base/Makefile head/sysutils/pcbsd-utils-qt5/Makefile head/sysutils/tracker-miners/Makefile head/textproc/pdfgrep/Makefile head/textproc/pdfsandwich/Makefile head/textproc/py-pdftotext/Makefile head/www/hotcrp/Makefile head/x11/eaglemode/Makefile head/x11/rubygem-gnome2/Makefile Modified: head/converters/pdf2djvu/Makefile ============================================================================== --- head/converters/pdf2djvu/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/converters/pdf2djvu/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.9.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= converters MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ Added: head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-1.patch Mon May 13 18:33:10 2019 (r501583) @@ -0,0 +1,35 @@ +From aa3fdae51c19ad2865f92882ec9007feeb7e477a Mon Sep 17 00:00:00 2001 +From: Jakub Wilk <jwilk@jwilk.net> +Date: Mon, 1 Apr 2019 08:23:51 +0200 +Subject: [PATCH] Put Ref in pdf namespace. + +--- + pdf-backend.hh | 1 + + pdf2djvu.cc | 2 +- + 2 files changed, 2 insertions(+), 1 deletion(-) + +diff --git a/pdf-backend.hh b/pdf-backend.hh +index 43899c0..d7872c3 100644 +--- pdf-backend.hh ++++ pdf-backend.hh +@@ -82,6 +82,7 @@ namespace pdf + typedef ::Catalog Catalog; + typedef ::GooString String; + typedef ::Goffset Offset; ++ typedef ::Ref Ref; + + /* type definitions — annotations + * ============================== +diff --git a/pdf2djvu.cc b/pdf2djvu.cc +index 669eba5..d9e1532 100644 +--- pdf2djvu.cc ++++ pdf2djvu.cc +@@ -86,7 +86,7 @@ static int get_page_for_goto_link(pdf::link::GoTo *goto_link, pdf::Catalog *cata + int page; + if (dest->isPageRef()) + { +- Ref pageref = dest->getPageRef(); ++ pdf::Ref pageref = dest->getPageRef(); + page = catalog->findPage(pageref.num, pageref.gen); + } + else Added: head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-2.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-2.patch Mon May 13 18:33:10 2019 (r501583) @@ -0,0 +1,69 @@ +From 8b0348b3d5f33494d7e637411633fbea511a78d7 Mon Sep 17 00:00:00 2001 +From: Jakub Wilk <jwilk@jwilk.net> +Date: Mon, 1 Apr 2019 08:49:02 +0200 +Subject: [PATCH] Use Catalog::findPage(Ref) as alternative to + Catalog::findPage(int, int). +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fixes: + + pdf2djvu.cc: In function ‘int get_page_for_goto_link(pdf::link::GoTo*, pdf::Catalog*)’: + pdf2djvu.cc:90:56: error: no matching function for call to ‘Catalog::findPage(int&, int&)’ +--- + pdf-backend.cc | 15 +++++++++++++++ + pdf-backend.hh | 2 ++ + pdf2djvu.cc | 2 +- + 3 files changed, 18 insertions(+), 1 deletion(-) + +diff --git a/pdf-backend.cc b/pdf-backend.cc +index f1d7662..a1b9b63 100644 +--- pdf-backend.cc ++++ pdf-backend.cc +@@ -631,4 +631,19 @@ const char * pdf::get_c_string(const pdf::String *str) + } + #endif + ++template <typename C> static auto find_page_impl(C *catalog, pdf::Ref pgref) -> decltype(catalog->findPage(0, 0)) ++{ ++ return catalog->findPage(pgref.num, pgref.gen); ++} ++ ++template <typename C> static auto find_page_impl(C *catalog, pdf::Ref pgref) -> decltype(catalog->findPage(pgref)) ++{ ++ return catalog->findPage(pgref); ++} ++ ++int pdf::find_page(pdf::Catalog *catalog, pdf::Ref pgref) ++{ ++ return find_page_impl<pdf::Catalog>(catalog, pgref); ++} ++ + // vim:ts=2 sts=2 sw=2 et +diff --git a/pdf-backend.hh b/pdf-backend.hh +index d7872c3..d88c956 100644 +--- pdf-backend.hh ++++ pdf-backend.hh +@@ -436,6 +436,8 @@ namespace pdf + + const char * get_c_string(const pdf::String *str); + ++ int find_page(pdf::Catalog *catalog, pdf::Ref pgref); ++ + } + + #endif +diff --git a/pdf2djvu.cc b/pdf2djvu.cc +index d9e1532..21f2d50 100644 +--- pdf2djvu.cc ++++ pdf2djvu.cc +@@ -87,7 +87,7 @@ static int get_page_for_goto_link(pdf::link::GoTo *goto_link, pdf::Catalog *cata + if (dest->isPageRef()) + { + pdf::Ref pageref = dest->getPageRef(); +- page = catalog->findPage(pageref.num, pageref.gen); ++ page = pdf::find_page(catalog, pageref); + } + else + page = dest->getPageNum(); Added: head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-3.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/pdf2djvu/files/patch-gentoo_pdf2djvu-0.9.12-poppler-0.76-3.patch Mon May 13 18:33:10 2019 (r501583) @@ -0,0 +1,38 @@ +From 8325358a9769e8aa33693fc5ea2ac771dd82716f Mon Sep 17 00:00:00 2001 +From: Jakub Wilk <jwilk@jwilk.net> +Date: Tue, 23 Apr 2019 08:23:46 +0200 +Subject: [PATCH] pdf-backend: simplify find_page() implementation. + +--- + pdf-backend.cc | 16 +++++----------- + 1 file changed, 5 insertions(+), 11 deletions(-) + +diff --git a/pdf-backend.cc b/pdf-backend.cc +index f6f5267..a94383e 100644 +--- pdf-backend.cc ++++ pdf-backend.cc +@@ -631,19 +631,13 @@ const char * pdf::get_c_string(const pdf::String *str) + } + #endif + +-template <typename C> static auto find_page_impl(C *catalog, pdf::Ref pgref) -> decltype(catalog->findPage(0, 0)) +-{ +- return catalog->findPage(pgref.num, pgref.gen); +-} +- +-template <typename C> static auto find_page_impl(C *catalog, pdf::Ref pgref) -> decltype(catalog->findPage(pgref)) +-{ +- return catalog->findPage(pgref); +-} +- + int pdf::find_page(pdf::Catalog *catalog, pdf::Ref pgref) + { +- return find_page_impl<pdf::Catalog>(catalog, pgref); ++#if POPPLER_VERSION >= 7600 ++ return catalog->findPage(pgref); ++#else ++ return catalog->findPage(pgref.num, pgref.gen); ++#endif + } + + // vim:ts=2 sts=2 sw=2 et Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/databases/kbibtex/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}/ Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/deskutils/calibre/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 3.42.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/deskutils/gourmet/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.17.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MAINTAINER= rm@FreeBSD.org Modified: head/deskutils/lumina-pdf/Makefile ============================================================================== --- head/deskutils/lumina-pdf/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/deskutils/lumina-pdf/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= lumina-pdf PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MAINTAINER= jt@ixsystems.com Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/deskutils/recoll/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= recoll DISTVERSION= 1.24.5 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://www.lesbonscomptes.com/recoll/ Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/deskutils/xfce4-tumbler/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= tumbler PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}/ PKGNAMEPREFIX= xfce4- Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/devel/efl/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/devel/kf5-kfilemetadata/Makefile ============================================================================== --- head/devel/kf5-kfilemetadata/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/devel/kf5-kfilemetadata/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/calligra/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/editors/kile/Makefile ============================================================================== --- head/editors/kile/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/kile/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/libreoffice/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -1,4 +1,5 @@ # $FreeBSD$ +PORTREVISION= 1 .include "${.CURDIR}/Makefile.common" Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/openoffice-devel/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 #PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/texmaker/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 16 +PORTREVISION= 17 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/texstudio/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/editors/texworks/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org Modified: head/graphics/atril/Makefile ============================================================================== --- head/graphics/atril/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/atril/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -5,6 +5,7 @@ PORTNAME= atril PORTVERSION= 1.22.1 +PORTREVISION= 1 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/diff-pdf/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -4,7 +4,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.2-27 DISTVERSIONSUFFIX= -gc4d6722 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/diffpdf/Makefile ============================================================================== --- head/graphics/diffpdf/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/diffpdf/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= diffpdf PORTVERSION= 2.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.qtrac.eu/ Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/dspdfviewer/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/electrix/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= electrix PORTVERSION= 0.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME:tl}/${PORTVERSION} Modified: head/graphics/engauge-digitizer/Makefile ============================================================================== --- head/graphics/engauge-digitizer/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/engauge-digitizer/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v DISTVERSION= 11.2 +PORTREVISION= 1 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/epdfview/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= epdfview PORTVERSION= 0.1.8 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics print gnome MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ ftp://ftp.slackware.com/.1/blfs/conglomeration/${PORTNAME}/ \ Modified: head/graphics/evince/Makefile ============================================================================== --- head/graphics/evince/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/evince/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= evince PORTVERSION= 3.28.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/gdal/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/gegl/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.14 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/gimp-app/Makefile ============================================================================== --- head/graphics/gimp-app/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/gimp-app/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.10 +PORTREVISION= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/graphviz/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.40.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics tk MASTER_SITES= https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/ Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/inkscape/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ Added: head/graphics/inkscape/files/patch-gentoo_inkscape-0.92.4-poppler-0.76.0.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/inkscape/files/patch-gentoo_inkscape-0.92.4-poppler-0.76.0.patch Mon May 13 18:33:10 2019 (r501583) @@ -0,0 +1,44 @@ +From dc25406853353320078eca22cf817fb052c97082 Mon Sep 17 00:00:00 2001 +From: Marc Jeanmougin <marc@jeanmougin.fr> +Date: Wed, 24 Apr 2019 14:11:26 +0200 +Subject: [PATCH] Tentative fix for poppler 0.76 + +--- + src/extension/internal/pdfinput/pdf-parser.cpp | 2 +- + src/extension/internal/pdfinput/poppler-transition-api.h | 7 +++++++ + 2 files changed, 8 insertions(+), 1 deletion(-) + +diff --git a/src/extension/internal/pdfinput/pdf-parser.cpp b/src/extension/internal/pdfinput/pdf-parser.cpp +index 2981d6ee51..ddbff7671f 100644 +--- src/extension/internal/pdfinput/pdf-parser.cpp ++++ src/extension/internal/pdfinput/pdf-parser.cpp +@@ -426,7 +426,7 @@ void PdfParser::parse(Object *obj, GBool topLevel) { + error(errInternal, -1, "Weird page contents"); + return; + } +- parser = new Parser(xref, new Lexer(xref, obj), gFalse); ++ parser = new _POPPLER_NEW_PARSER(xref, obj); + go(topLevel); + delete parser; + parser = NULL; +diff --git a/src/extension/internal/pdfinput/poppler-transition-api.h b/src/extension/internal/pdfinput/poppler-transition-api.h +index 6e4dde7dee..21a60702fa 100644 +--- src/extension/internal/pdfinput/poppler-transition-api.h ++++ src/extension/internal/pdfinput/poppler-transition-api.h +@@ -3,6 +3,13 @@ + + #include <glib/poppler-features.h> + ++#if POPPLER_CHECK_VERSION(0, 76, 0) ++#define _POPPLER_NEW_PARSER(xref, obj) Parser(xref, obj, gFalse) ++#else ++#define _POPPLER_NEW_PARSER(xref, obj) Parser(xref, new Lexer(xref, obj), gFalse) ++#endif ++ ++ + #if POPPLER_CHECK_VERSION(0, 72, 0) + #define getCString c_str + #endif +-- +2.18.1 + Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/krita/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/okular/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,6 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/openfx-arena/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org Modified: head/graphics/osg-devel/Makefile ============================================================================== --- head/graphics/osg-devel/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/osg-devel/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= http://trac.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/osg/Makefile ============================================================================== --- head/graphics/osg/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/osg/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -4,7 +4,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/pdf2svg/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/pdfpc/Makefile ============================================================================== --- head/graphics/pdfpc/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/pdfpc/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -4,6 +4,7 @@ PORTNAME= pdfpc DISTVERSION= 4.3.2 CATEGORIES= graphics DISTVERSIONPREFIX= v +PORTREVISION= 1 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/poppler/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= poppler -DISTVERSION= 0.75.0 +DISTVERSION= 0.76.1 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ Modified: head/graphics/poppler/distinfo ============================================================================== --- head/graphics/poppler/distinfo Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/poppler/distinfo Mon May 13 18:33:10 2019 (r501583) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553492103 -SHA256 (poppler-0.75.0.tar.xz) = 3bbaedb0fa2797cac933a0659d144303e4d09eec6892c65600da987d8707199a -SIZE (poppler-0.75.0.tar.xz) = 1523872 +TIMESTAMP = 1557610026 +SHA256 (poppler-0.76.1.tar.xz) = e62cd4053f851eecc4a6aa2b81d739fbab1d67b3c60b31ebac7049483cc617b1 +SIZE (poppler-0.76.1.tar.xz) = 1531548 Modified: head/graphics/poppler/pkg-plist ============================================================================== --- head/graphics/poppler/pkg-plist Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/poppler/pkg-plist Mon May 13 18:33:10 2019 (r501583) @@ -97,7 +97,6 @@ include/poppler/fofi/FoFiType1C.h include/poppler/goo/FixedPoint.h include/poppler/goo/GooCheckedOps.h include/poppler/goo/GooLikely.h -include/poppler/goo/GooList.h include/poppler/goo/GooString.h include/poppler/goo/GooTimer.h include/poppler/goo/ImgWriter.h @@ -134,8 +133,8 @@ lib/libpoppler-cpp.so lib/libpoppler-cpp.so.0 lib/libpoppler-cpp.so.0.7.0 lib/libpoppler.so -lib/libpoppler.so.86 -lib/libpoppler.so.86.0.0 +lib/libpoppler.so.87 +lib/libpoppler.so.87.0.0 libdata/pkgconfig/poppler-cairo.pc libdata/pkgconfig/poppler-cpp.pc libdata/pkgconfig/poppler-splash.pc Modified: head/graphics/pqiv/Makefile ============================================================================== --- head/graphics/pqiv/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/pqiv/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= pqiv PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org Modified: head/graphics/qcomicbook/Makefile ============================================================================== --- head/graphics/qcomicbook/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/qcomicbook/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/vips/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ Modified: head/graphics/xournal/Makefile ============================================================================== --- head/graphics/xournal/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/xournal/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/xournalpp/Makefile ============================================================================== --- head/graphics/xournalpp/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/xournalpp/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,6 +2,7 @@ PORTNAME= xournalpp DISTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/graphics/zathura-pdf-mupdf/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ Modified: head/mail/claws-mail-pdf_viewer/Makefile ============================================================================== --- head/mail/claws-mail-pdf_viewer/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/mail/claws-mail-pdf_viewer/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pdf_viewer -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= PDF and PostScript viewer plugin for Claws Mail Modified: head/mail/textmail/Makefile ============================================================================== --- head/mail/textmail/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/mail/textmail/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ Modified: head/misc/auto-multiple-choice/Makefile ============================================================================== --- head/misc/auto-multiple-choice/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/misc/auto-multiple-choice/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= auto-multiple-choice PORTVERSION= 1.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= http://download.gna.org/auto-qcm/ DISTNAME= auto-multiple-choice_${PORTVERSION}_precomp Modified: head/misc/rubygem-rabbit/Makefile ============================================================================== --- head/misc/rubygem-rabbit/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/misc/rubygem-rabbit/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= rabbit PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= misc rubygems MASTER_SITES= RG Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/misc/tellico/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/net/kitinerary/Makefile ============================================================================== --- head/net/kitinerary/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/net/kitinerary/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,6 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/print/cups-filters/Makefile ============================================================================== --- head/print/cups-filters/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/cups-filters/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.22.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://www.openprinting.org/download/cups-filters/ Modified: head/print/deforaos-pdfviewer/Makefile ============================================================================== --- head/print/deforaos-pdfviewer/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/deforaos-pdfviewer/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/frescobaldi/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -4,7 +4,7 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print kde MAINTAINER= m.ne@gmx.net Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/ghostscript9-agpl-base/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.27 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/pdf-tools/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/print/pdfcube/Makefile ============================================================================== --- head/print/pdfcube/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/pdfcube/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/qpdfview/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= qpdfview DISTVERSION= 0.4.18beta1 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/scribus-devel/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ Added: head/print/scribus-devel/files/patch-z-gentoo_scribus-1.5.5_pre20190429-poppler-0.76.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus-devel/files/patch-z-gentoo_scribus-1.5.5_pre20190429-poppler-0.76.patch Mon May 13 18:33:10 2019 (r501583) @@ -0,0 +1,51 @@ +From aeea6a2ed4cb15ce8c35bb83066ef03e4e04b29b Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Thu, 2 May 2019 00:08:12 +0200 +Subject: [PATCH] Fix build with poppler-0.76 + +findPage(int num, int gen) -> findPage(const Ref ref) + +https://gitlab.freedesktop.org/poppler/poppler/commit/244c7d6926463b079b1f96e34d9e4451d352942e + +--- scribus/plugins/import/pdf/slaoutput.cpp.orig 2019-05-12 09:24:08.096711000 +0200 ++++ scribus/plugins/import/pdf/slaoutput.cpp 2019-05-12 09:24:46.609452000 +0200 +@@ -516,8 +516,7 @@ + { + if (dst->isPageRef()) + { +- Ref dstr = dst->getPageRef(); +- pagNum = pdfDoc->findPage(dstr.num, dstr.gen); ++ pagNum = pdfDoc->findPage(dst->getPageRef()); + } + else + pagNum = dst->getPageNum(); +@@ -538,8 +537,7 @@ + { + if (dstn->isPageRef()) + { +- Ref dstr = dstn->getPageRef(); +- pagNum = pdfDoc->findPage(dstr.num, dstr.gen); ++ pagNum = pdfDoc->findPage(dstn->getPageRef()); + } + else + pagNum = dstn->getPageNum(); +@@ -1061,8 +1059,7 @@ + { + if (dst->isPageRef()) + { +- Ref dstr = dst->getPageRef(); +- pagNum = pdfDoc->findPage(dstr.num, dstr.gen); ++ pagNum = pdfDoc->findPage(dst->getPageRef()); + } + else + pagNum = dst->getPageNum(); +@@ -1085,8 +1082,7 @@ + { + if (dstn->isPageRef()) + { +- Ref dstr = dstn->getPageRef(); +- pagNum = pdfDoc->findPage(dstr.num, dstr.gen); ++ pagNum = pdfDoc->findPage(dstn->getPageRef()); + } + else + pagNum = dstn->getPageNum(); Modified: head/print/tex-luatex/Makefile ============================================================================== --- head/print/tex-luatex/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/tex-luatex/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= luatex PORTVERSION= 0.80.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/tex-xetex/Makefile ============================================================================== --- head/print/tex-xetex/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/tex-xetex/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/print/texlive-base/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/sysutils/pcbsd-utils-qt5/Makefile ============================================================================== --- head/sysutils/pcbsd-utils-qt5/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/sysutils/pcbsd-utils-qt5/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pcbsd-utils-qt5 PORTVERSION= 1444236547 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org Modified: head/sysutils/tracker-miners/Makefile ============================================================================== --- head/sysutils/tracker-miners/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/sysutils/tracker-miners/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= tracker-miners PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/textproc/pdfgrep/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ Modified: head/textproc/pdfsandwich/Makefile ============================================================================== --- head/textproc/pdfsandwich/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/textproc/pdfsandwich/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ Modified: head/textproc/py-pdftotext/Makefile ============================================================================== --- head/textproc/py-pdftotext/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/textproc/py-pdftotext/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= pdftotext PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/hotcrp/Makefile ============================================================================== --- head/www/hotcrp/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/www/hotcrp/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -2,7 +2,7 @@ PORTNAME= hotcrp PORTVERSION= 2.94 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/x11/eaglemode/Makefile Mon May 13 18:33:10 2019 (r501583) @@ -3,6 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.94.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/x11/rubygem-gnome2/Makefile ============================================================================== --- head/x11/rubygem-gnome2/Makefile Mon May 13 18:32:59 2019 (r501582) +++ head/x11/rubygem-gnome2/Makefile Mon May 13 18:33:10 2019 (r501583) *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131833.x4DIXA9q048702>