Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 18:32:07 +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: r548218 - 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:  <202009101832.08AIW7Tn068893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Sep 10 18:32:06 2020
New Revision: 548218
URL: https://svnweb.freebsd.org/changeset/ports/548218

Log:
  graphics/poppler: update to 20.09.0
  
  Release 20.09.0:
          core:
           * Compability fix for Forms
           * Fix fetching of Objects failing in some cases
           * Fix clearing date in Annot setModified/setDate
           * TextSelectionPainter: support glyphless fonts
           * Splash: Don't try read past end of image
           * avoid abort() on large memory allocation
           * Fix memory leak on broken files
           * Fix potential invalid memory read
           * Small code improvements
  
          qt5:
           * Document TextAnnotation::inplaceAlign
           * Make Annotation::setModification/CreationDate work on existing annots
           * Be a bit more stubborn converting dates that come from xml
           * Clean as many null characters from the end as possible when converting strings
  
          glib:
           * Add accessor functions for PopplerAttachment
           * Deprecate PopplerAttachment GTime fields
           * Deprecate PopplerDocument date properties
  
          utils:
           * pdftoppm: report error and exit if output file cannot be written
           * Document that PDF-file can be '-' to read it from stdin
  
          build system:
           * cmake: Modern way to link against libpng, zlib and libtiff
           * cmake: Remove stray support for lcms1 in pdftocairo
  
  PR:		249060
  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/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-devel/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-glib/Makefile
  head/graphics/poppler-glib/pkg-plist
  head/graphics/poppler-qt5/Makefile
  head/graphics/poppler-utils/Makefile
  head/graphics/poppler/Makefile
  head/graphics/poppler/distinfo
  head/graphics/pqiv/Makefile
  head/graphics/py-python-poppler-qt5/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/graphics/zathura-pdf-poppler/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/py-frescobaldi/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-toolkits/rubygem-poppler/Makefile
  head/x11/eaglemode/Makefile

Modified: head/converters/pdf2djvu/Makefile
==============================================================================
--- head/converters/pdf2djvu/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/converters/pdf2djvu/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdf2djvu
 DISTVERSION=	0.9.17.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
 

Modified: head/databases/kbibtex/Makefile
==============================================================================
--- head/databases/kbibtex/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/databases/kbibtex/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.9.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases kde
 MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}
 

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/deskutils/calibre/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	4.23.0
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: head/deskutils/cfiles/Makefile
==============================================================================
--- head/deskutils/cfiles/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/deskutils/cfiles/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@ PORTNAME=	cfiles
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.8-6
 DISTVERSIONSUFFIX=	-g327d47f
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/deskutils/lumina-pdf/Makefile
==============================================================================
--- head/deskutils/lumina-pdf/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/deskutils/lumina-pdf/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lumina-pdf
 DISTVERSION=	1.6.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	deskutils
 
 MAINTAINER=	lbartoletti@FreeBSD.org

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/deskutils/recoll/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	recoll
 PORTVERSION=	1.27.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils
 MASTER_SITES=	https://www.lesbonscomptes.com/recoll/
 

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/deskutils/xfce4-tumbler/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 PKGNAMEPREFIX=	xfce4-

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/devel/efl/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.24.3
+PORTREVISION=	1
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/devel/kf5-kfilemetadata/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/calligra/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/editors/kile/Makefile
==============================================================================
--- head/editors/kile/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/kile/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	kile
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0b3
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	editors kde
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/libreoffice/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,4 +1,5 @@
 # $FreeBSD$
+PORTREVISION=	1
 
 .include "${.CURDIR}/Makefile.common"
 

Modified: head/editors/libreoffice6/Makefile
==============================================================================
--- head/editors/libreoffice6/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/libreoffice6/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,4 +1,5 @@
 # $FreeBSD$
+PORTREVISION=	1
 
 .include "${.CURDIR}/Makefile.common"
 

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/texstudio/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,6 +2,7 @@
 
 PORTNAME=	texstudio
 DISTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/editors/texworks/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@
 PORTNAME=	texworks
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.6.2
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	editors
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/atril/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -5,7 +5,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.22.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/diff-pdf/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	diff-pdf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.4.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt@uzsolt.hu

Modified: head/graphics/diffpdf/Makefile
==============================================================================
--- head/graphics/diffpdf/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/diffpdf/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	diffpdf
 PORTVERSION=	2.1.3
-PORTREVISION=	21
+PORTREVISION=	22
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.qtrac.eu/
 

Modified: head/graphics/dspdfviewer/Makefile
==============================================================================
--- head/graphics/dspdfviewer/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/dspdfviewer/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	dspdfviewer
 PORTVERSION=	1.15.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	32
+PORTREVISION=	33
 CATEGORIES=	graphics
 
 MAINTAINER=	fox@FreeBSD.org

Modified: head/graphics/engauge-digitizer/Makefile
==============================================================================
--- head/graphics/engauge-digitizer/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/engauge-digitizer/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	engauge-digitizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics math science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/epdfview/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	33
+PORTREVISION=	34
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/evince/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	evince
 PORTVERSION=	3.28.5
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/gdal/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gdal
 PORTVERSION=	3.1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://download.osgeo.org/gdal/${PORTVERSION}/ \
 		LOCAL/sunpoet

Modified: head/graphics/geeqie-devel/Makefile
==============================================================================
--- head/graphics/geeqie-devel/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/geeqie-devel/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.5.1.git20200724
+PORTREVISION=	1
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	-devel
 

Modified: head/graphics/geeqie/Makefile
==============================================================================
--- head/graphics/geeqie/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/geeqie/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	geeqie
 PORTVERSION=	1.5.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.geeqie.org/
 

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/gegl/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.4.24
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	GIMP
 

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/gimp-app/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.20
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/graphviz/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	graphviz
 PORTVERSION=	2.44.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics tk
 MASTER_SITES=	https://www2.graphviz.org/Packages/stable/portable_source/
 

Modified: head/graphics/impressive/Makefile
==============================================================================
--- head/graphics/impressive/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/impressive/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	impressive
 PORTVERSION=	0.12.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics python
 MASTER_SITES=	SF/${PORTNAME}/Impressive/${PORTVERSION}/
 DISTNAME=	Impressive-${PORTVERSION}

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/inkscape/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://media.inkscape.org/dl/resources/file/
 

Modified: head/graphics/katarakt/Makefile
==============================================================================
--- head/graphics/katarakt/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/katarakt/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	katarakt
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	kurt@kmk-computers.de

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/krita/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.3.0
-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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/okular/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/openfx-arena/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	openfx-arena
 PORTVERSION=	2.3.14
 DISTVERSIONPREFIX=	Natron-
-PORTREVISION=	26
+PORTREVISION=	27
 CATEGORIES=	graphics
 
 MAINTAINER=	olivier@FreeBSD.org

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/osg/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.6.5
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 
 MAINTAINER=	amdmi3@FreeBSD.org

Modified: head/graphics/osg34/Makefile
==============================================================================
--- head/graphics/osg34/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/osg34/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@
 PORTNAME=	osg
 PORTVERSION=	3.4.1
 DISTVERSIONPREFIX=	OpenSceneGraph-
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics
 PKGNAMESUFFIX=	34
 

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/pdf2svg/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdf2svg
 PORTVERSION=	0.2.3
-PORTREVISION=	20
+PORTREVISION=	21
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 

Modified: head/graphics/pdfpc/Makefile
==============================================================================
--- head/graphics/pdfpc/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/pdfpc/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@ PORTNAME=	pdfpc
 DISTVERSION=	4.4.0
 CATEGORIES=	graphics
 DISTVERSIONPREFIX=	v
-PORTREVISION=	6
+PORTREVISION=	7
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Keynote-like multi-monitor presentation viewer

Modified: head/graphics/poppler-glib/Makefile
==============================================================================
--- head/graphics/poppler-glib/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler-glib/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+$ORTREVISION=	0
 
 COMMENT=	GLib bindings to poppler
 

Modified: head/graphics/poppler-glib/pkg-plist
==============================================================================
--- head/graphics/poppler-glib/pkg-plist	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler-glib/pkg-plist	Thu Sep 10 18:32:06 2020	(r548218)
@@ -16,6 +16,6 @@ include/poppler/glib/poppler.h
 lib/girepository-1.0/Poppler-0.18.typelib
 lib/libpoppler-glib.so
 lib/libpoppler-glib.so.8
-lib/libpoppler-glib.so.8.18.0
+lib/libpoppler-glib.so.8.19.0
 libdata/pkgconfig/poppler-glib.pc
 share/gir-1.0/Poppler-0.18.gir

Modified: head/graphics/poppler-qt5/Makefile
==============================================================================
--- head/graphics/poppler-qt5/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler-qt5/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 PKGNAMESUFFIX=	-qt5
 
 COMMENT=	Qt 5 bindings to poppler

Modified: head/graphics/poppler-utils/Makefile
==============================================================================
--- head/graphics/poppler-utils/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler-utils/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,7 +1,7 @@
 # Created by: Michael Nottebrock <lofi@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	0
 
 COMMENT=	Poppler's xpdf-workalike command line utilities # '
 

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	poppler
-DISTVERSION=	20.08.0
-PORTREVISION=	1
+DISTVERSION=	20.09.0
 CATEGORIES=	graphics print
 MASTER_SITES=	https://poppler.freedesktop.org/
 

Modified: head/graphics/poppler/distinfo
==============================================================================
--- head/graphics/poppler/distinfo	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/poppler/distinfo	Thu Sep 10 18:32:06 2020	(r548218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596317819
-SHA256 (poppler-20.08.0.tar.xz) = ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5
-SIZE (poppler-20.08.0.tar.xz) = 1635372
+TIMESTAMP = 1599028975
+SHA256 (poppler-20.09.0.tar.xz) = 4ed6eb5ddc4c37f2435c9d78ff9c7c4036455aea3507d1ce8400070aab745363
+SIZE (poppler-20.09.0.tar.xz) = 1642932

Modified: head/graphics/pqiv/Makefile
==============================================================================
--- head/graphics/pqiv/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/pqiv/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pqiv
 PORTVERSION=	2.11
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	graphics
 
 MAINTAINER=	danilo@FreeBSD.org

Modified: head/graphics/py-python-poppler-qt5/Makefile
==============================================================================
--- head/graphics/py-python-poppler-qt5/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/py-python-poppler-qt5/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 PORTNAME=	python-poppler-qt5
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.75.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/qcomicbook/Makefile
==============================================================================
--- head/graphics/qcomicbook/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/qcomicbook/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	QComicBook
 PORTVERSION=	0.9.1
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/sane-backends/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sane-backends
 PORTVERSION=	1.0.31
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://gitlab.com/sane-project/backends/uploads/8bf1cae2e1803aefab9e5331550e5d5d/
 

Modified: head/graphics/tikzit/Makefile
==============================================================================
--- head/graphics/tikzit/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/tikzit/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tikzit
 DISTVERSION=	2.1.6
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	lwhsu@FreeBSD.org

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/vips/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.9.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: head/graphics/xournal/Makefile
==============================================================================
--- head/graphics/xournal/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/xournal/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8.2016
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/xournalpp/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xournalpp
 DISTVERSION=	1.0.18
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/yacreader/Makefile
==============================================================================
--- head/graphics/yacreader/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/yacreader/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,6 +2,7 @@
 
 PORTNAME=	yacreader
 DISTVERSION=	9.7.0
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/graphics/zathura-pdf-poppler/Makefile
==============================================================================
--- head/graphics/zathura-pdf-poppler/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/graphics/zathura-pdf-poppler/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura-pdf-poppler
 DISTVERSION=	0.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/
 

Modified: head/mail/claws-mail-pdf_viewer/Makefile
==============================================================================
--- head/mail/claws-mail-pdf_viewer/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/mail/claws-mail-pdf_viewer/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	11
+PORTREVISION=	12
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 

Modified: head/mail/textmail/Makefile
==============================================================================
--- head/mail/textmail/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/mail/textmail/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	textmail
 PORTVERSION=	20070803
-PORTREVISION=	17
+PORTREVISION=	18
 CATEGORIES=	mail
 MASTER_SITES=	http://raf.org/textmail/
 

Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/math/cantor/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,6 +2,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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/math/labplot/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	labplot
 PORTVERSION=	2.7.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 

Modified: head/misc/tellico/Makefile
==============================================================================
--- head/misc/tellico/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/misc/tellico/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tellico
 DISTVERSION=	3.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc kde
 MASTER_SITES=	http://tellico-project.org/files/
 

Modified: head/net/kitinerary/Makefile
==============================================================================
--- head/net/kitinerary/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/net/kitinerary/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/cups-filters/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cups-filters
 PORTVERSION=	1.28.1
+PORTREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	https://www.openprinting.org/download/cups-filters/
 

Modified: head/print/deforaos-pdfviewer/Makefile
==============================================================================
--- head/print/deforaos-pdfviewer/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/deforaos-pdfviewer/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfviewer
 PORTVERSION=	0.0.2
-PORTREVISION=	16
+PORTREVISION=	17
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/ghostscript9-agpl-base/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	ghostscript
 PORTVERSION=	9.52
-PORTREVISION=	8
+PORTREVISION=	9
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/pdf-tools/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@ PORTNAME=	pdf-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.90-41
 DISTVERSIONSUFFIX=	-g2ece508
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 

Modified: head/print/py-frescobaldi/Makefile
==============================================================================
--- head/print/py-frescobaldi/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/py-frescobaldi/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -4,7 +4,7 @@
 PORTNAME=	frescobaldi
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print kde python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/qpdfview/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdfview
 DISTVERSION=	0.4.18
-PORTREVISION=	9
+PORTREVISION=	10
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/scribus-devel/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.5
-PORTREVISION=	16
+PORTREVISION=	17
 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	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/texlive-base/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	54
+PORTREVISION=	55
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base

Modified: head/print/xreader/Makefile
==============================================================================
--- head/print/xreader/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/print/xreader/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xreader
 PORTVERSION=	2.6.4
+PORTREVISION=	1
 CATEGORIES=	print
 
 MAINTAINER=	danfe@FreeBSD.org

Modified: head/sysutils/tracker-miners/Makefile
==============================================================================
--- head/sysutils/tracker-miners/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/sysutils/tracker-miners/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tracker-miners
 PORTVERSION=	2.0.5
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 

Modified: head/textproc/pdfgrep/Makefile
==============================================================================
--- head/textproc/pdfgrep/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/textproc/pdfgrep/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfgrep
 PORTVERSION=	2.1.1
-PORTREVISION=	19
+PORTREVISION=	20
 CATEGORIES=	textproc
 MASTER_SITES=	https://pdfgrep.org/download/
 

Modified: head/textproc/pdfsandwich/Makefile
==============================================================================
--- head/textproc/pdfsandwich/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/textproc/pdfsandwich/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdfsandwich
 DISTVERSION=	0.1.7
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/
 

Modified: head/textproc/py-pdftotext/Makefile
==============================================================================
--- head/textproc/py-pdftotext/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/textproc/py-pdftotext/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdftotext
 PORTVERSION=	2.1.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/hotcrp/Makefile
==============================================================================
--- head/www/hotcrp/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/www/hotcrp/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hotcrp
 PORTVERSION=	2.94
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	www
 MASTER_SITES=	http://www.read.seas.harvard.edu/~kohler/hotcrp/
 

Modified: head/x11-toolkits/rubygem-poppler/Makefile
==============================================================================
--- head/x11-toolkits/rubygem-poppler/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/x11-toolkits/rubygem-poppler/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	3.4.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 

Modified: head/x11/eaglemode/Makefile
==============================================================================
--- head/x11/eaglemode/Makefile	Thu Sep 10 18:19:07 2020	(r548217)
+++ head/x11/eaglemode/Makefile	Thu Sep 10 18:32:06 2020	(r548218)
@@ -3,6 +3,7 @@
 
 PORTNAME=	eaglemode
 PORTVERSION=	0.95.0
+PORTREVISION=	1
 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?202009101832.08AIW7Tn068893>