git: fac489c16475 - main - graphics/poppler: update to 21.07.0

Tobias C. Berner tcberner at FreeBSD.org
Tue Jul 6 20:01:41 UTC 2021


The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fac489c1647530936821da748ad7a671b952463b

commit fac489c1647530936821da748ad7a671b952463b
Author:     Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-06 20:00:57 +0000
Commit:     Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-06 20:00:58 +0000

    graphics/poppler: update to 21.07.0
    
    Release 21.07.0:
            core:
             * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
             * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
             * CairoOutputDev: Fix memory leak on broken files
             * Minor code improvements
    
            build system:
             * set C standard to 11 without extensions
    
    Exp-run by:     antoine
    PR:             256981
---
 converters/pdf2djvu/Makefile          | 2 +-
 databases/kbibtex/Makefile            | 2 +-
 deskutils/calibre/Makefile            | 1 +
 deskutils/cfiles/Makefile             | 2 +-
 deskutils/lumina-pdf/Makefile         | 2 +-
 deskutils/recoll/Makefile             | 2 +-
 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          | 2 +-
 editors/libreoffice6/Makefile         | 2 +-
 editors/setzer/Makefile               | 2 +-
 editors/texstudio/Makefile            | 2 +-
 editors/texworks/Makefile             | 2 +-
 graphics/atril/Makefile               | 1 +
 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                | 1 +
 graphics/geeqie/Makefile              | 2 +-
 graphics/gegl/Makefile                | 2 +-
 graphics/gimp-app/Makefile            | 2 +-
 graphics/graphviz/Makefile            | 2 +-
 graphics/impressive/Makefile          | 2 +-
 graphics/inkscape/Makefile            | 1 +
 graphics/katarakt/Makefile            | 2 +-
 graphics/krita/Makefile               | 2 +-
 graphics/okular/Makefile              | 1 +
 graphics/openfx-arena/Makefile        | 2 +-
 graphics/osg/Makefile                 | 2 +-
 graphics/osg34/Makefile               | 2 +-
 graphics/pdf2svg/Makefile             | 2 +-
 graphics/pdfpc/Makefile               | 2 +-
 graphics/poppler/Makefile             | 3 +--
 graphics/poppler/distinfo             | 6 +++---
 graphics/pqiv/Makefile                | 2 +-
 graphics/qcomicbook/Makefile          | 2 +-
 graphics/sane-backends/Makefile       | 2 +-
 graphics/tikzit/Makefile              | 2 +-
 graphics/vips/Makefile                | 2 +-
 graphics/xournal/Makefile             | 2 +-
 graphics/xournalpp/Makefile           | 2 +-
 graphics/yacreader/Makefile           | 1 +
 mail/claws-mail-pdf_viewer/Makefile   | 2 +-
 mail/textmail/Makefile                | 2 +-
 math/cantor/Makefile                  | 1 +
 math/labplot/Makefile                 | 2 +-
 misc/tellico/Makefile                 | 2 +-
 net/kitinerary/Makefile               | 1 +
 print/cups-filters/Makefile           | 2 +-
 print/deforaos-pdfviewer/Makefile     | 2 +-
 print/ghostscript9-agpl-base/Makefile | 2 +-
 print/pdf-tools/Makefile              | 2 +-
 print/qpdfview/Makefile               | 2 +-
 print/scribus-devel/Makefile          | 2 +-
 print/texlive-base/Makefile           | 2 +-
 print/xreader/Makefile                | 1 +
 sysutils/tracker-miners/Makefile      | 2 +-
 textproc/pdfgrep/Makefile             | 2 +-
 textproc/pdfsandwich/Makefile         | 2 +-
 textproc/py-pdftotext/Makefile        | 2 +-
 www/hotcrp/Makefile                   | 2 +-
 x11/eaglemode/Makefile                | 2 +-
 68 files changed, 70 insertions(+), 62 deletions(-)

diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
index 9aadebbac417..70cd53367127 100644
--- a/converters/pdf2djvu/Makefile
+++ b/converters/pdf2djvu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdf2djvu
 DISTVERSION=	0.9.17.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
 
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile
index 44084c7f96b1..18622caf6167 100644
--- a/databases/kbibtex/Makefile
+++ b/databases/kbibtex/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.9.2
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	databases kde
 MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}
 
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index 93a43b9c4301..ab66658a554c 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	5.22.1
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 
diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile
index 53e7095ec214..e84f12fe8bcd 100644
--- a/deskutils/cfiles/Makefile
+++ b/deskutils/cfiles/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	cfiles
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8-6
 DISTVERSIONSUFFIX=	-g327d47f
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	deskutils
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile
index 1703594dbf7d..ac851531bf10 100644
--- a/deskutils/lumina-pdf/Makefile
+++ b/deskutils/lumina-pdf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lumina-pdf
 DISTVERSION=	1.6.0
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	deskutils
 
 MAINTAINER=	lbartoletti at FreeBSD.org
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index f936aa4ef4ce..1859729fe43a 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	recoll
 PORTVERSION=	1.27.3
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	deskutils
 MASTER_SITES=	https://www.lesbonscomptes.com/recoll/
 
diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile
index 097916aae586..d305bc37f9be 100644
--- a/deskutils/xfce4-tumbler/Makefile
+++ b/deskutils/xfce4-tumbler/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	4.16.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 PKGNAMEPREFIX=	xfce4-
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 06057e4053aa..56f10fd90a62 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.25.1
-PORTREVISION=	12
+PORTREVISION=	13
 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 4cc09de84b45..381f5854642c 100644
--- a/devel/kf5-kfilemetadata/Makefile
+++ b/devel/kf5-kfilemetadata/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kfilemetadata
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index afd079036e29..60bfc469c47f 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/editors/kile/Makefile b/editors/kile/Makefile
index e50ddaa11a96..65d04acc6cf9 100644
--- a/editors/kile/Makefile
+++ b/editors/kile/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kile
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0b3
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	editors kde
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 84f05106100c..ba3c7838e5e0 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	0
+PORTREVISION=	1
 
 .include "${.CURDIR}/Makefile.common"
 
diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile
index c46a79da0c5a..e44a85082ee6 100644
--- a/editors/libreoffice6/Makefile
+++ b/editors/libreoffice6/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	11
+PORTREVISION=	12
 
 .include "${.CURDIR}/Makefile.common"
 
diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile
index 0b9e7750f8f6..a8a37bc2b860 100644
--- a/editors/setzer/Makefile
+++ b/editors/setzer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	setzer
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.4.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	greg at unrelenting.technology
diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile
index bddbb3edf157..c0875f1b11c3 100644
--- a/editors/texstudio/Makefile
+++ b/editors/texstudio/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	texstudio
 DISTVERSION=	3.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 
 MAINTAINER=	rigoletto at FreeBSD.org
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile
index e190099eeb50..ef08103868b8 100644
--- a/editors/texworks/Makefile
+++ b/editors/texworks/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	texworks
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.6.2
-PORTREVISION=	30
+PORTREVISION=	31
 CATEGORIES=	editors
 
 MAINTAINER=	hrs at FreeBSD.org
diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile
index c35c51873bf6..7f2bbcddbf95 100644
--- a/graphics/atril/Makefile
+++ b/graphics/atril/Makefile
@@ -4,6 +4,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.25.1
+PORTREVISION=	1
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile
index 42f4fd6f90eb..8b8a47f75256 100644
--- a/graphics/diff-pdf/Makefile
+++ b/graphics/diff-pdf/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	diff-pdf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt at uzsolt.hu
diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile
index cb600abf5049..a61a61c69b1a 100644
--- a/graphics/diffpdf/Makefile
+++ b/graphics/diffpdf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	diffpdf
 PORTVERSION=	2.1.3
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.qtrac.eu/
 
diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile
index 85953c8b23ea..5199a0e0d4a7 100644
--- a/graphics/dspdfviewer/Makefile
+++ b/graphics/dspdfviewer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	dspdfviewer
 PORTVERSION=	1.15.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	42
+PORTREVISION=	43
 CATEGORIES=	graphics
 
 MAINTAINER=	fox at FreeBSD.org
diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile
index 8a4f93989ab6..f80f475efb38 100644
--- a/graphics/engauge-digitizer/Makefile
+++ b/graphics/engauge-digitizer/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	engauge-digitizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12.2.2
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	graphics math science
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile
index 73b0461ffd09..91aad0c3edbf 100644
--- a/graphics/epdfview/Makefile
+++ b/graphics/epdfview/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	43
+PORTREVISION=	44
 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 e4d6e5f8e465..f73749b8a904 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	evince
 DISTVERSION=	3.38.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index ff26a9a37ed6..622fddd3834d 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index f015c209451c..33c276b21974 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.geeqie.org/
 
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 7d3afa1b639f..fc94bca1932a 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.30
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 9d4d79091799..a16ba3bcb7ca 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.24
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index de2e1f3b2dc7..f0ee741fa820 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.44.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics tk
 MASTER_SITES=	https://www2.graphviz.org/Packages/stable/portable_source/
 
diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile
index 89f04e3fa897..4742474e106b 100644
--- a/graphics/impressive/Makefile
+++ b/graphics/impressive/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	impressive
 DISTVERSION=	0.13.0-beta2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${DISTVERSION}/
 DISTNAME=	Impressive-${DISTVERSION}
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 8c475d2bfde1..1bb87251b672 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	inkscape
 DISTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://inkscape.org/gallery/item/26932/
 
diff --git a/graphics/katarakt/Makefile b/graphics/katarakt/Makefile
index 19be05aaec75..9123ea7b661d 100644
--- a/graphics/katarakt/Makefile
+++ b/graphics/katarakt/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	katarakt
 PORTVERSION=	0.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 
 MAINTAINER=	kurt at kmk-computers.de
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 60dcb4123843..48e1f66c1dda 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	4.4.5
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile
index abbf580d6103..9a73b0d0a051 100644
--- a/graphics/okular/Makefile
+++ b/graphics/okular/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	okular
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile
index ea044a94ba95..d0e34e13e1ab 100644
--- a/graphics/openfx-arena/Makefile
+++ b/graphics/openfx-arena/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openfx-arena
 PORTVERSION=	2.3.14
 DISTVERSIONPREFIX=	Natron-
-PORTREVISION=	40
+PORTREVISION=	41
 CATEGORIES=	graphics
 
 MAINTAINER=	olivier at FreeBSD.org
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 501eeead77eb..a624b203842c 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.6.5
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3 at FreeBSD.org
diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile
index 1795e575c6f5..61332394a6bf 100644
--- a/graphics/osg34/Makefile
+++ b/graphics/osg34/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.4.1
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	34
 
diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile
index c3c0de676ef2..b363bc633324 100644
--- a/graphics/pdf2svg/Makefile
+++ b/graphics/pdf2svg/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdf2svg
 PORTVERSION=	0.2.3
-PORTREVISION=	30
+PORTREVISION=	31
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 
diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile
index a0df2de942f7..a8ab6e1ae6f4 100644
--- a/graphics/pdfpc/Makefile
+++ b/graphics/pdfpc/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	pdfpc
 DISTVERSION=	4.5.0
 CATEGORIES=	graphics
 DISTVERSIONPREFIX=	v
-PORTREVISION=	6
+PORTREVISION=	7
 
 MAINTAINER=	bapt at FreeBSD.org
 COMMENT=	Keynote-like multi-monitor presentation viewer
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index bbb54dad755f..5e4c93d88b8c 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -1,8 +1,7 @@
 # Created by: marcus at FreeBSD.org
 
 PORTNAME=	poppler
-DISTVERSION=	21.06.1
-PORTREVISION=	1
+DISTVERSION=	21.07.0
 CATEGORIES=	graphics print
 MASTER_SITES=	https://poppler.freedesktop.org/
 
diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo
index 0c4884b586aa..118e99e5dcb1 100644
--- a/graphics/poppler/distinfo
+++ b/graphics/poppler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623872086
-SHA256 (poppler-21.06.1.tar.xz) = 86b09e5a02de40081a3916ef8711c5128eaf4b1fc59d5f87d0ec66f04f595db4
-SIZE (poppler-21.06.1.tar.xz) = 1708344
+TIMESTAMP = 1625601563
+SHA256 (poppler-21.07.0.tar.xz) = e26ab29f68065de4d6562f0a3e2b5435a83ca92be573b99a1c81998fa286a4d4
+SIZE (poppler-21.07.0.tar.xz) = 1709664
diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile
index 0ae1f6a47afe..8e91c37a31b7 100644
--- a/graphics/pqiv/Makefile
+++ b/graphics/pqiv/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pqiv
 PORTVERSION=	2.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	danilo at FreeBSD.org
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile
index 2a0770daa0c3..1c040a43c438 100644
--- a/graphics/qcomicbook/Makefile
+++ b/graphics/qcomicbook/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	QComicBook
 PORTVERSION=	0.9.1
-PORTREVISION=	28
+PORTREVISION=	29
 CATEGORIES=	graphics
 
 MAINTAINER=	ports at FreeBSD.org
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 4efe57a288df..c131a780e509 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	sane-backends
 DISTVERSION=	1.0.32
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/
 
diff --git a/graphics/tikzit/Makefile b/graphics/tikzit/Makefile
index 7d2790c23204..f728b6161df8 100644
--- a/graphics/tikzit/Makefile
+++ b/graphics/tikzit/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	tikzit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.6
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	lwhsu at FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index c06a125cbf04..6449f23a29ed 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.10.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile
index 20bf22e6d767..1518f54895c4 100644
--- a/graphics/xournal/Makefile
+++ b/graphics/xournal/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8.2016
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile
index ff2e3decf50a..4cf2ee140329 100644
--- a/graphics/xournalpp/Makefile
+++ b/graphics/xournalpp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xournalpp
 DISTVERSION=	1.0.20
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri at FreeBSD.org
diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile
index 41c765b44424..0c27b81228a4 100644
--- a/graphics/yacreader/Makefile
+++ b/graphics/yacreader/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yacreader
 DISTVERSION=	9.8.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich at FreeBSD.org
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile
index 03f22ae0a564..0263d00bb0ae 100644
--- a/mail/claws-mail-pdf_viewer/Makefile
+++ b/mail/claws-mail-pdf_viewer/Makefile
@@ -1,7 +1,7 @@
 # Created by: Pawel Pekala <c0rn at o2.pl>
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	7
+PORTREVISION=	8
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 
diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile
index 7536f3542e35..02f90ecf19be 100644
--- a/mail/textmail/Makefile
+++ b/mail/textmail/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	textmail
 PORTVERSION=	20070803
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	mail
 MASTER_SITES=	http://raf.org/textmail/
 
diff --git a/math/cantor/Makefile b/math/cantor/Makefile
index 2da0ee477679..54c19263c0df 100644
--- a/math/cantor/Makefile
+++ b/math/cantor/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cantor
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	math kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/math/labplot/Makefile b/math/labplot/Makefile
index 55f85eb96dea..9192928bc3a6 100644
--- a/math/labplot/Makefile
+++ b/math/labplot/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	labplot
 DISTVERSION=	2.8.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index 0cc160316c96..ea7ebabe1c31 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tellico
 DISTVERSION=	3.4.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 da6a60ef7d97..f34e3dccdb94 100644
--- a/net/kitinerary/Makefile
+++ b/net/kitinerary/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kitinerary
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index b809617726cf..73744b0dac68 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cups-filters
 PORTVERSION=	1.28.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	print
 MASTER_SITES=	https://www.openprinting.org/download/cups-filters/
 
diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile
index f5db9c8b2561..3caa1474c6f7 100644
--- a/print/deforaos-pdfviewer/Makefile
+++ b/print/deforaos-pdfviewer/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdfviewer
 PORTVERSION=	0.0.2
-PORTREVISION=	26
+PORTREVISION=	27
 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 6bb49b600748..e4d06ad317dd 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ghostscript
 PORTVERSION=	9.52
-PORTREVISION=	18
+PORTREVISION=	19
 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 facbe66163a6..54d9da9254d9 100644
--- a/print/pdf-tools/Makefile
+++ b/print/pdf-tools/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	pdf-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.90-84
 DISTVERSIONSUFFIX=	-g5f77dae
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 49531833013c..7bba4057b25a 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	qpdfview
 DISTVERSION=	0.4.18
-PORTREVISION=	20
+PORTREVISION=	21
 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 b4c45f3e8572..f069c9b8984e 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print editors
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
 		http://www.scribus.net/downloads/${PORTVERSION}/
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile
index 979ee74ab100..84c45b3787a0 100644
--- a/print/texlive-base/Makefile
+++ b/print/texlive-base/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	68
+PORTREVISION=	69
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base
diff --git a/print/xreader/Makefile b/print/xreader/Makefile
index 076558f899e2..b9d6895709f6 100644
--- a/print/xreader/Makefile
+++ b/print/xreader/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	xreader
 PORTVERSION=	3.0.2
+PORTREVISION=	1
 CATEGORIES=	print gnome
 DIST_SUBDIR=	gnome
 
diff --git a/sysutils/tracker-miners/Makefile b/sysutils/tracker-miners/Makefile
index 22ba8d1478fc..28d0ebd80d0b 100644
--- a/sysutils/tracker-miners/Makefile
+++ b/sysutils/tracker-miners/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	tracker-miners
 PORTVERSION=	2.3.5
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile
index 5c22db6285f6..57c2c79fa2d9 100644
--- a/textproc/pdfgrep/Makefile
+++ b/textproc/pdfgrep/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdfgrep
 PORTVERSION=	2.1.1
-PORTREVISION=	29
+PORTREVISION=	30
 CATEGORIES=	textproc
 MASTER_SITES=	https://pdfgrep.org/download/
 
diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile
index 8e050e005067..56101e0ab873 100644
--- a/textproc/pdfsandwich/Makefile
+++ b/textproc/pdfsandwich/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdfsandwich
 DISTVERSION=	0.1.7
-PORTREVISION=	23
+PORTREVISION=	24
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
 
diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile
index 282b29b7f9bf..bfe75b1f9d89 100644
--- a/textproc/py-pdftotext/Makefile
+++ b/textproc/py-pdftotext/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pdftotext
 PORTVERSION=	2.1.5
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/hotcrp/Makefile b/www/hotcrp/Makefile
index 676636d91da5..68e7518b3377 100644
--- a/www/hotcrp/Makefile
+++ b/www/hotcrp/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hotcrp
 PORTVERSION=	2.102
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	http://www.read.seas.harvard.edu/~kohler/hotcrp/
 
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile
index 0b8a3129bba1..7364ac5ad595 100644
--- a/x11/eaglemode/Makefile
+++ b/x11/eaglemode/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	eaglemode
 PORTVERSION=	0.95.0
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	x11
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 


More information about the dev-commits-ports-main mailing list