Date: Tue, 9 Mar 2021 13:59:50 +0100 From: "Tobias C. Berner" <tcberner@freebsd.org> To: Piotr Kubaj <pkubaj@anongoth.pl> Cc: "Tobias C. Berner" <tcberner@freebsd.org>, ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r567866 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/cfiles deskutils/lumina-pdf deskutils/recoll deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetada... Message-ID: <CAOshKtfvS_9KJWpR-F-0_MYcdeBtBwy2bF_LBRV3vQ0OsSY=qQ@mail.gmail.com> In-Reply-To: <YEdZAz4vh573iZ%2Bg@talos> References: <202103081932.128JWuGR041210@repo.freebsd.org> <YEdZAz4vh573iZ%2Bg@talos>
next in thread | previous in thread | raw e-mail | index | archive | help
Moin moin It seems upstream is working on a fix: https://github.com/scribusproject/scribus/commit/6b9ff916959bcb941866f0bd86da639a421337f8 mfg Tobias On Tue, 9 Mar 2021 at 12:16, Piotr Kubaj <pkubaj@anongoth.pl> wrote: > > This breaks print/scribus-devel. Log attached. > > On 21-03-08 19:32:56, Tobias C. Berner wrote: > >Author: tcberner > >Date: Mon Mar 8 19:32:55 2021 > >New Revision: 567866 > >URL: https://svnweb.freebsd.org/changeset/ports/567866 > > > >Log: > > graphics/poppler: update to 21.03.0 > > > > Release 21.03.0: > > core: > > * Fix parsing text in some broken pdf files. Issue #1040 > > * Fix memory issue when using threads. Issue #1050 > > * TextSelectionDumper: Fix getText() for space after word > > * Change signature of OutputDev:tilingPatternFill > > * Make PDFDocBuilder return a std::unique_ptr > > * Improve well formed check for shading functions > > * Fix leak in case of fread failing > > * Fix memory leak in broken file in JBIG2Stream::readGenericBitmap > > * PSOutputDev: Fix stack overflow in broken files > > > > glib: > > * poppler_annot_free_text_get_callout_line: Fix wrong static cast > > * poppler-structure-element: fix memleak > > * Improve documentation > > * demo: keep same visual appearance between displayed and copied text > > > > utils: > > * pdftotext: Add -cropbox option > > * pdftoppm: Add -progress option > > * pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927 > > > > qt6: > > * Add missing poppler-qt6.pc.cmake > > > > PR: 253953 > > Exp-run by: antoine > > > >Modified: > > head/converters/pdf2djvu/Makefile > > head/databases/kbibtex/Makefile > > head/deskutils/calibre/Makefile > > head/deskutils/cfiles/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/libreoffice6/Makefile > > head/editors/setzer/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/engauge-digitizer/Makefile > > head/graphics/epdfview/Makefile > > head/graphics/evince/Makefile > > head/graphics/gdal/Makefile > > head/graphics/geeqie/Makefile > > head/graphics/gegl/Makefile > > head/graphics/gimp-app/Makefile > > head/graphics/graphviz/Makefile > > head/graphics/impressive/Makefile > > head/graphics/inkscape/Makefile > > head/graphics/katarakt/Makefile > > head/graphics/krita/Makefile > > head/graphics/okular/Makefile > > head/graphics/openfx-arena/Makefile > > head/graphics/osg/Makefile > > head/graphics/osg34/Makefile > > head/graphics/pdf2svg/Makefile > > head/graphics/pdfpc/Makefile > > head/graphics/poppler/Makefile > > head/graphics/poppler/distinfo > > head/graphics/pqiv/Makefile > > head/graphics/qcomicbook/Makefile > > head/graphics/sane-backends/Makefile > > head/graphics/tikzit/Makefile > > head/graphics/vips/Makefile > > head/graphics/xournal/Makefile > > head/graphics/xournalpp/Makefile > > head/graphics/yacreader/Makefile > > head/mail/claws-mail-pdf_viewer/Makefile > > head/mail/textmail/Makefile > > head/math/cantor/Makefile > > head/math/labplot/Makefile > > head/misc/tellico/Makefile > > head/net/kitinerary/Makefile > > head/print/cups-filters/Makefile > > head/print/deforaos-pdfviewer/Makefile > > head/print/ghostscript9-agpl-base/Makefile > > head/print/pdf-tools/Makefile > > head/print/qpdfview/Makefile > > head/print/scribus-devel/Makefile > > head/print/texlive-base/Makefile > > head/print/xreader/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 > > > >Modified: head/converters/pdf2djvu/Makefile > >============================================================================== > >--- head/converters/pdf2djvu/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/converters/pdf2djvu/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdf2djvu > > DISTVERSION= 0.9.17.1 > >-PORTREVISION= 7 > >+PORTREVISION= 8 > > CATEGORIES= converters > > MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ > > > > > >Modified: head/databases/kbibtex/Makefile > >============================================================================== > >--- head/databases/kbibtex/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/databases/kbibtex/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= kbibtex > > DISTVERSION= 0.9.2 > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= databases kde > > MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} > > > > > >Modified: head/deskutils/calibre/Makefile > >============================================================================== > >--- head/deskutils/calibre/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/calibre/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= calibre > > PORTVERSION= 5.12.0 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= deskutils python > > MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ > > > > > >Modified: head/deskutils/cfiles/Makefile > >============================================================================== > >--- head/deskutils/cfiles/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/cfiles/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= cfiles > > DISTVERSIONPREFIX= v > > DISTVERSION= 1.8-6 > > DISTVERSIONSUFFIX= -g327d47f > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= deskutils > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/deskutils/lumina-pdf/Makefile > >============================================================================== > >--- head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/lumina-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= lumina-pdf > > DISTVERSION= 1.6.0 > >-PORTREVISION= 12 > >+PORTREVISION= 13 > > CATEGORIES= deskutils > > > > MAINTAINER= lbartoletti@FreeBSD.org > > > >Modified: head/deskutils/recoll/Makefile > >============================================================================== > >--- head/deskutils/recoll/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/recoll/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= recoll > > PORTVERSION= 1.27.3 > >-PORTREVISION= 9 > >+PORTREVISION= 10 > > CATEGORIES= deskutils > > MASTER_SITES= https://www.lesbonscomptes.com/recoll/ > > > > > >Modified: head/deskutils/xfce4-tumbler/Makefile > >============================================================================== > >--- head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/deskutils/xfce4-tumbler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= tumbler > > PORTVERSION= 4.16.0 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= deskutils xfce > > MASTER_SITES= XFCE > > PKGNAMEPREFIX= xfce4- > > > >Modified: head/devel/efl/Makefile > >============================================================================== > >--- head/devel/efl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/devel/efl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= efl > > DISTVERSION= 1.25.1 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > 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 Mar 8 19:30:56 2021 (r567865) > >+++ head/devel/kf5-kfilemetadata/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= kfilemetadata > > DISTVERSION= ${KDE_FRAMEWORKS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= devel kde kde-frameworks > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/editors/calligra/Makefile > >============================================================================== > >--- head/editors/calligra/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/calligra/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= calligra > > DISTVERSION= 3.2.1 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > CATEGORIES= editors kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > DIST_SUBDIR= KDE/${PORTNAME} > > > >Modified: head/editors/kile/Makefile > >============================================================================== > >--- head/editors/kile/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/kile/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= kile > > DISTVERSIONPREFIX= v > > DISTVERSION= 3.0b3 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > CATEGORIES= editors kde > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/editors/libreoffice/Makefile > >============================================================================== > >--- head/editors/libreoffice/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/libreoffice/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,5 +1,5 @@ > > # $FreeBSD$ > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > > > .include "${.CURDIR}/Makefile.common" > > > > > >Modified: head/editors/libreoffice6/Makefile > >============================================================================== > >--- head/editors/libreoffice6/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/libreoffice6/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,5 +1,5 @@ > > # $FreeBSD$ > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > > > .include "${.CURDIR}/Makefile.common" > > > > > >Modified: head/editors/setzer/Makefile > >============================================================================== > >--- head/editors/setzer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/setzer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= setzer > > DISTVERSIONPREFIX=v > > DISTVERSION= 0.3.4 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= editors > > > > MAINTAINER= greg@unrelenting.technology > > > >Modified: head/editors/texstudio/Makefile > >============================================================================== > >--- head/editors/texstudio/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/texstudio/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,6 +2,7 @@ > > > > PORTNAME= texstudio > > DISTVERSION= 3.1.1 > >+PORTREVISION= 1 > > CATEGORIES= editors > > > > MAINTAINER= rigoletto@FreeBSD.org > > > >Modified: head/editors/texworks/Makefile > >============================================================================== > >--- head/editors/texworks/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/editors/texworks/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= texworks > > DISTVERSIONPREFIX= release- > > DISTVERSION= 0.6.2 > >-PORTREVISION= 26 > >+PORTREVISION= 27 > > CATEGORIES= editors > > > > MAINTAINER= hrs@FreeBSD.org > > > >Modified: head/graphics/atril/Makefile > >============================================================================== > >--- head/graphics/atril/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/atril/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -5,7 +5,7 @@ > > > > PORTNAME= atril > > PORTVERSION= 1.22.3 > >-PORTREVISION= 14 > >+PORTREVISION= 15 > > CATEGORIES= graphics print mate > > MASTER_SITES= MATE > > DIST_SUBDIR= mate > > > >Modified: head/graphics/diff-pdf/Makefile > >============================================================================== > >--- head/graphics/diff-pdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/diff-pdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > PORTNAME= diff-pdf > > DISTVERSIONPREFIX= v > > DISTVERSION= 0.5 > >+PORTREVISION= 1 > > CATEGORIES= graphics > > > > MAINTAINER= uzsolt@uzsolt.hu > > > >Modified: head/graphics/diffpdf/Makefile > >============================================================================== > >--- head/graphics/diffpdf/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/diffpdf/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= diffpdf > > PORTVERSION= 2.1.3 > >-PORTREVISION= 27 > >+PORTREVISION= 28 > > CATEGORIES= graphics > > MASTER_SITES= http://www.qtrac.eu/ > > > > > >Modified: head/graphics/dspdfviewer/Makefile > >============================================================================== > >--- head/graphics/dspdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/dspdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= dspdfviewer > > PORTVERSION= 1.15.1 > > DISTVERSIONPREFIX= v > >-PORTREVISION= 38 > >+PORTREVISION= 39 > > CATEGORIES= graphics > > > > MAINTAINER= fox@FreeBSD.org > > > >Modified: head/graphics/engauge-digitizer/Makefile > >============================================================================== > >--- head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/engauge-digitizer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= engauge-digitizer > > DISTVERSIONPREFIX= v > > DISTVERSION= 12.2.2 > >-PORTREVISION= 8 > >+PORTREVISION= 9 > > CATEGORIES= graphics math science > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/graphics/epdfview/Makefile > >============================================================================== > >--- head/graphics/epdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/epdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= epdfview > > PORTVERSION= 0.1.8 > >-PORTREVISION= 39 > >+PORTREVISION= 40 > > 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 Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/evince/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= evince > > DISTVERSION= 3.38.2 > >+PORTREVISION= 1 > > CATEGORIES= graphics print gnome > > MASTER_SITES= GNOME > > DIST_SUBDIR= gnome > > > >Modified: head/graphics/gdal/Makefile > >============================================================================== > >--- head/graphics/gdal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gdal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= gdal > > PORTVERSION= 3.2.1 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= graphics geography > > MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ > > LOCAL/sunpoet > > > >Modified: head/graphics/geeqie/Makefile > >============================================================================== > >--- head/graphics/geeqie/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/geeqie/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= geeqie > > PORTVERSION= 1.6 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > MASTER_SITES= http://www.geeqie.org/ > > > > > >Modified: head/graphics/gegl/Makefile > >============================================================================== > >--- head/graphics/gegl/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gegl/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= gegl > > PORTVERSION= 0.4.28 > >-PORTREVISION= 6 > >+PORTREVISION= 7 > > CATEGORIES= graphics > > MASTER_SITES= GIMP > > > > > >Modified: head/graphics/gimp-app/Makefile > >============================================================================== > >--- head/graphics/gimp-app/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/gimp-app/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME?= gimp-app > > PORTVERSION= 2.10.22 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > PORTEPOCH?= 1 > > CATEGORIES?= graphics gnome > > MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} > > > >Modified: head/graphics/graphviz/Makefile > >============================================================================== > >--- head/graphics/graphviz/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/graphviz/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= graphviz > > PORTVERSION= 2.44.1 > >-PORTREVISION= 7 > >+PORTREVISION= 8 > > CATEGORIES= graphics tk > > MASTER_SITES= https://www2.graphviz.org/Packages/stable/portable_source/ > > > > > >Modified: head/graphics/impressive/Makefile > >============================================================================== > >--- head/graphics/impressive/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/impressive/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= impressive > > DISTVERSION= 0.13.0-beta2 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > CATEGORIES= graphics python > > MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ > > DISTNAME= Impressive-${DISTVERSION} > > > >Modified: head/graphics/inkscape/Makefile > >============================================================================== > >--- head/graphics/inkscape/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/inkscape/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= inkscape > > PORTVERSION= 1.0.2 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= graphics gnome > > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > > > > > >Modified: head/graphics/katarakt/Makefile > >============================================================================== > >--- head/graphics/katarakt/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/katarakt/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= katarakt > > PORTVERSION= 0.2 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > > > MAINTAINER= kurt@kmk-computers.de > > > >Modified: head/graphics/krita/Makefile > >============================================================================== > >--- head/graphics/krita/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/krita/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= krita > > DISTVERSION= 4.4.1 > >-PORTREVISION= 10 > >+PORTREVISION= 11 > > CATEGORIES= graphics kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} > > DIST_SUBDIR= KDE/${PORTNAME} > > > >Modified: head/graphics/okular/Makefile > >============================================================================== > >--- head/graphics/okular/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/okular/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -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 Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/openfx-arena/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= openfx-arena > > PORTVERSION= 2.3.14 > > DISTVERSIONPREFIX= Natron- > >-PORTREVISION= 34 > >+PORTREVISION= 35 > > CATEGORIES= graphics > > > > MAINTAINER= olivier@FreeBSD.org > > > >Modified: head/graphics/osg/Makefile > >============================================================================== > >--- head/graphics/osg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/osg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= osg > > PORTVERSION= 3.6.5 > > DISTVERSIONPREFIX= OpenSceneGraph- > >-PORTREVISION= 17 > >+PORTREVISION= 18 > > CATEGORIES= graphics > > > > MAINTAINER= amdmi3@FreeBSD.org > > > >Modified: head/graphics/osg34/Makefile > >============================================================================== > >--- head/graphics/osg34/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/osg34/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ > > PORTNAME= osg > > PORTVERSION= 3.4.1 > > DISTVERSIONPREFIX= OpenSceneGraph- > >-PORTREVISION= 19 > >+PORTREVISION= 20 > > CATEGORIES= graphics > > PKGNAMESUFFIX= 34 > > > > > >Modified: head/graphics/pdf2svg/Makefile > >============================================================================== > >--- head/graphics/pdf2svg/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pdf2svg/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdf2svg > > PORTVERSION= 0.2.3 > >-PORTREVISION= 26 > >+PORTREVISION= 27 > > DISTVERSIONPREFIX= v > > CATEGORIES= graphics > > > > > >Modified: head/graphics/pdfpc/Makefile > >============================================================================== > >--- head/graphics/pdfpc/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pdfpc/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= pdfpc > > DISTVERSION= 4.5.0 > > CATEGORIES= graphics > > DISTVERSIONPREFIX= v > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > > > MAINTAINER= bapt@FreeBSD.org > > COMMENT= Keynote-like multi-monitor presentation viewer > > > >Modified: head/graphics/poppler/Makefile > >============================================================================== > >--- head/graphics/poppler/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/poppler/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= poppler > >-DISTVERSION= 21.02.0 > >+DISTVERSION= 21.03.0 > > CATEGORIES= graphics print > > MASTER_SITES= https://poppler.freedesktop.org/ > > > >@@ -47,7 +47,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/E > > PORTSCOUT= limitw:1,even > > USES+= iconv > > CMAKE_ON+= ENABLE_CPP > >-PLIST_SUB+= SHLIB_VER=107 > >+PLIST_SUB+= SHLIB_VER=108 > > > > OPTIONS_DEFINE= CURL OPENJPEG > > OPTIONS_DEFAULT= OPENJPEG > > > >Modified: head/graphics/poppler/distinfo > >============================================================================== > >--- head/graphics/poppler/distinfo Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/poppler/distinfo Mon Mar 8 19:32:55 2021 (r567866) > >@@ -1,3 +1,3 @@ > >-TIMESTAMP = 1612288566 > >-SHA256 (poppler-21.02.0.tar.xz) = 5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c > >-SIZE (poppler-21.02.0.tar.xz) = 1684496 > >+TIMESTAMP = 1614683481 > >+SHA256 (poppler-21.03.0.tar.xz) = fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27 > >+SIZE (poppler-21.03.0.tar.xz) = 1690848 > > > >Modified: head/graphics/pqiv/Makefile > >============================================================================== > >--- head/graphics/pqiv/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/pqiv/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pqiv > > PORTVERSION= 2.11 > >-PORTREVISION= 18 > >+PORTREVISION= 19 > > CATEGORIES= graphics > > > > MAINTAINER= danilo@FreeBSD.org > > > >Modified: head/graphics/qcomicbook/Makefile > >============================================================================== > >--- head/graphics/qcomicbook/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/qcomicbook/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= QComicBook > > PORTVERSION= 0.9.1 > >-PORTREVISION= 24 > >+PORTREVISION= 25 > > CATEGORIES= graphics > > > > MAINTAINER= ports@FreeBSD.org > > > >Modified: head/graphics/sane-backends/Makefile > >============================================================================== > >--- head/graphics/sane-backends/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/sane-backends/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= sane-backends > > DISTVERSION= 1.0.32 > >+PORTREVISION= 1 > > CATEGORIES= graphics > > MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ > > > > > >Modified: head/graphics/tikzit/Makefile > >============================================================================== > >--- head/graphics/tikzit/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/tikzit/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > PORTNAME= tikzit > > DISTVERSIONPREFIX= v > > DISTVERSION= 2.1.6 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > > > MAINTAINER= lwhsu@FreeBSD.org > > > >Modified: head/graphics/vips/Makefile > >============================================================================== > >--- head/graphics/vips/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/vips/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= vips > > PORTVERSION= 8.10.5 > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > CATEGORIES= graphics > > MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ > > > > > >Modified: head/graphics/xournal/Makefile > >============================================================================== > >--- head/graphics/xournal/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/xournal/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= xournal > > PORTVERSION= 0.4.8.2016 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= graphics > > MASTER_SITES= SF > > > > > >Modified: head/graphics/xournalpp/Makefile > >============================================================================== > >--- head/graphics/xournalpp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/xournalpp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= xournalpp > > DISTVERSION= 1.0.20 > >-PORTREVISION= 2 > >+PORTREVISION= 3 > > CATEGORIES= graphics > > > > MAINTAINER= yuri@FreeBSD.org > > > >Modified: head/graphics/yacreader/Makefile > >============================================================================== > >--- head/graphics/yacreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/graphics/yacreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= yacreader > > DISTVERSION= 9.7.1 > >-PORTREVISION= 5 > >+PORTREVISION= 6 > > CATEGORIES= graphics > > > > MAINTAINER= jbeich@FreeBSD.org > > > >Modified: head/mail/claws-mail-pdf_viewer/Makefile > >============================================================================== > >--- head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/mail/claws-mail-pdf_viewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= pdf_viewer > >-PORTREVISION= 3 > >+PORTREVISION= 4 > > > > COMMENT= PDF and PostScript viewer plugin for Claws Mail > > > > > >Modified: head/mail/textmail/Makefile > >============================================================================== > >--- head/mail/textmail/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/mail/textmail/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= textmail > > PORTVERSION= 20070803 > >-PORTREVISION= 23 > >+PORTREVISION= 24 > > CATEGORIES= mail > > MASTER_SITES= http://raf.org/textmail/ > > > > > >Modified: head/math/cantor/Makefile > >============================================================================== > >--- head/math/cantor/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/math/cantor/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,6 +4,7 @@ > > > > PORTNAME= cantor > > DISTVERSION= ${KDE_APPLICATIONS_VERSION} > >+PORTREVISION= 1 > > CATEGORIES= math kde kde-applications > > > > MAINTAINER= kde@FreeBSD.org > > > >Modified: head/math/labplot/Makefile > >============================================================================== > >--- head/math/labplot/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/math/labplot/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= labplot > > DISTVERSION= 2.8.1 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= math kde > > MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} > > > > > >Modified: head/misc/tellico/Makefile > >============================================================================== > >--- head/misc/tellico/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/misc/tellico/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,6 +3,7 @@ > > > > PORTNAME= tellico > > DISTVERSION= 3.3.5 > >+PORTREVISION= 1 > > CATEGORIES= misc kde > > MASTER_SITES= http://tellico-project.org/files/ > > > > > >Modified: head/net/kitinerary/Makefile > >============================================================================== > >--- head/net/kitinerary/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/net/kitinerary/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -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 Mar 8 19:30:56 2021 (r567865) > >+++ head/print/cups-filters/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= cups-filters > > PORTVERSION= 1.28.6 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= print > > MASTER_SITES= https://www.openprinting.org/download/cups-filters/ > > > > > >Modified: head/print/deforaos-pdfviewer/Makefile > >============================================================================== > >--- head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/deforaos-pdfviewer/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdfviewer > > PORTVERSION= 0.0.2 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= print > > MASTER_SITES= http://www.defora.org/os/download/download/4431/ > > PKGNAMEPREFIX= deforaos- > > > >Modified: head/print/ghostscript9-agpl-base/Makefile > >============================================================================== > >--- head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/ghostscript9-agpl-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= ghostscript > > PORTVERSION= 9.52 > >-PORTREVISION= 14 > >+PORTREVISION= 15 > > 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 Mar 8 19:30:56 2021 (r567865) > >+++ head/print/pdf-tools/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -4,7 +4,7 @@ PORTNAME= pdf-tools > > DISTVERSIONPREFIX= v > > DISTVERSION= 0.90-41 > > DISTVERSIONSUFFIX= -g2ece508 > >-PORTREVISION= 11 > >+PORTREVISION= 12 > > CATEGORIES= print elisp > > PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} > > > > > >Modified: head/print/qpdfview/Makefile > >============================================================================== > >--- head/print/qpdfview/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/qpdfview/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= qpdfview > > DISTVERSION= 0.4.18 > >-PORTREVISION= 15 > >+PORTREVISION= 16 > > 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 Mar 8 19:30:56 2021 (r567865) > >+++ head/print/scribus-devel/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= scribus > > PORTVERSION= 1.5.6.1 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= print editors > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ > > http://www.scribus.net/downloads/${PORTVERSION}/ > > > >Modified: head/print/texlive-base/Makefile > >============================================================================== > >--- head/print/texlive-base/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/texlive-base/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= texlive > > PORTVERSION= 20150521 > >-PORTREVISION= 62 > >+PORTREVISION= 63 > > CATEGORIES= print > > MASTER_SITES= TEX_CTAN/systems/texlive/Source/ > > PKGNAMESUFFIX= -base > > > >Modified: head/print/xreader/Makefile > >============================================================================== > >--- head/print/xreader/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/print/xreader/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= xreader > > PORTVERSION= 2.8.3 > >-PORTREVISION= 1 > >+PORTREVISION= 2 > > CATEGORIES= print gnome > > > > MAINTAINER= danfe@FreeBSD.org > > > >Modified: head/sysutils/tracker-miners/Makefile > >============================================================================== > >--- head/sysutils/tracker-miners/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/sysutils/tracker-miners/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= tracker-miners > > PORTVERSION= 2.3.5 > >-PORTREVISION= 6 > >+PORTREVISION= 7 > > CATEGORIES= sysutils gnome > > MASTER_SITES= GNOME > > > > > >Modified: head/textproc/pdfgrep/Makefile > >============================================================================== > >--- head/textproc/pdfgrep/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/pdfgrep/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= pdfgrep > > PORTVERSION= 2.1.1 > >-PORTREVISION= 25 > >+PORTREVISION= 26 > > CATEGORIES= textproc > > MASTER_SITES= https://pdfgrep.org/download/ > > > > > >Modified: head/textproc/pdfsandwich/Makefile > >============================================================================== > >--- head/textproc/pdfsandwich/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/pdfsandwich/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdfsandwich > > DISTVERSION= 0.1.7 > >-PORTREVISION= 19 > >+PORTREVISION= 20 > > CATEGORIES= textproc > > MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ > > > > > >Modified: head/textproc/py-pdftotext/Makefile > >============================================================================== > >--- head/textproc/py-pdftotext/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/textproc/py-pdftotext/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= pdftotext > > PORTVERSION= 2.1.5 > >-PORTREVISION= 4 > >+PORTREVISION= 5 > > CATEGORIES= textproc python > > MASTER_SITES= CHEESESHOP > > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > > >Modified: head/www/hotcrp/Makefile > >============================================================================== > >--- head/www/hotcrp/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/www/hotcrp/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -2,7 +2,7 @@ > > > > PORTNAME= hotcrp > > PORTVERSION= 2.94 > >-PORTREVISION= 22 > >+PORTREVISION= 23 > > CATEGORIES= www > > MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/ > > > > > >Modified: head/x11/eaglemode/Makefile > >============================================================================== > >--- head/x11/eaglemode/Makefile Mon Mar 8 19:30:56 2021 (r567865) > >+++ head/x11/eaglemode/Makefile Mon Mar 8 19:32:55 2021 (r567866) > >@@ -3,7 +3,7 @@ > > > > PORTNAME= eaglemode > > PORTVERSION= 0.95.0 > >-PORTREVISION= 8 > >+PORTREVISION= 9 > > CATEGORIES= x11 > > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOshKtfvS_9KJWpR-F-0_MYcdeBtBwy2bF_LBRV3vQ0OsSY=qQ>