Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 20:46:39 +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: r510739 - in head: converters/pdf2djvu databases/kbibtex deskutils/calibre deskutils/lumina-pdf deskutils/xfce4-tumbler devel/efl devel/kf5-kfilemetadata editors/calligra editors/kile e...
Message-ID:  <201909012046.x81Kkd1j062797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Sep  1 20:46:38 2019
New Revision: 510739
URL: https://svnweb.freebsd.org/changeset/ports/510739

Log:
  graphics/poppler: update to 0.80.0
  
  Release 0.80.0:
  core:
   * Annotations: Implement support for setting a different text in the appearance stream than the real text
   * Splash: Optionally use small_vector from boost
   * Fix memory leaks on broken files
   * Fix abort on broken files
   * Small code simplifications
   * Remove USE_FIXEDPOINT support. Issue #821
  
  qt5:
   * Fix MSVC build
   * Add subsitute-font information
   * Fix since marker of some functions
   * Fix leak when aborting text extraction
   * Small code simplifications
  
  glib:
   * Make print scaling getter visible
   * Make Duplex/NumCopies/PrintPageRange preference available in API
   * Implement Movie API
  
  utils:
   * pdftotext: Add -nodiag flag to remove diagonal text on output
  
  build system:
   * Mark external lib include dirs as SYSTEM
  
  PR:		240176
  Exp-run by:	antoine
  Approved by:	gnome (kwm, implicit)

Modified:
  head/converters/pdf2djvu/Makefile
  head/databases/kbibtex/Makefile
  head/deskutils/calibre/Makefile
  head/deskutils/lumina-pdf/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/texmaker/Makefile
  head/editors/texstudio/Makefile
  head/editors/texworks/Makefile
  head/graphics/atril/Makefile
  head/graphics/diff-pdf/Makefile
  head/graphics/diffpdf/Makefile
  head/graphics/dspdfviewer/Makefile
  head/graphics/electrix/Makefile
  head/graphics/engauge-digitizer/Makefile
  head/graphics/epdfview/Makefile
  head/graphics/evince/Makefile
  head/graphics/gimp-app/Makefile
  head/graphics/inkscape/Makefile
  head/graphics/krita/Makefile
  head/graphics/okular/Makefile
  head/graphics/openfx-arena/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-qt5/pkg-plist
  head/graphics/poppler-utils/Makefile
  head/graphics/poppler/Makefile
  head/graphics/poppler/distinfo
  head/graphics/poppler/pkg-plist
  head/graphics/py-poppler/Makefile
  head/graphics/py-python-poppler-qt5/Makefile
  head/graphics/qcomicbook/Makefile
  head/graphics/vips/Makefile
  head/graphics/xournal/Makefile
  head/graphics/xournalpp/Makefile
  head/graphics/zathura-pdf-poppler/Makefile
  head/mail/claws-mail-pdf_viewer/Makefile
  head/misc/auto-multiple-choice/Makefile
  head/misc/tellico/Makefile
  head/net/kitinerary/Makefile
  head/print/deforaos-pdfviewer/Makefile
  head/print/pdf-tools/Makefile
  head/print/pdfcube/Makefile
  head/print/qpdfview/Makefile
  head/print/scribus-devel/Makefile
  head/print/texlive-base/Makefile
  head/sysutils/pcbsd-utils-qt5/Makefile
  head/sysutils/tracker-miners/Makefile
  head/textproc/pdfgrep/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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/converters/pdf2djvu/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdf2djvu
 PORTVERSION=	0.9.12
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
 

Modified: head/databases/kbibtex/Makefile
==============================================================================
--- head/databases/kbibtex/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/databases/kbibtex/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	databases kde
 MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}
 

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/deskutils/calibre/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	3.47.0
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: head/deskutils/lumina-pdf/Makefile
==============================================================================
--- head/deskutils/lumina-pdf/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/deskutils/lumina-pdf/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lumina-pdf
 PORTVERSION=	1.4.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils
 
 MAINTAINER=	jt@ixsystems.com

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/deskutils/xfce4-tumbler/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.2.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 PKGNAMEPREFIX=	xfce4-

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/devel/efl/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.20.7
-PORTREVISION=	15
+PORTREVISION=	16
 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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/devel/kf5-kfilemetadata/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/calligra/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.1.0
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/editors/kile/Makefile
==============================================================================
--- head/editors/kile/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/kile/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 PORTNAME=	kile
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0b2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	editors kde
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/libreoffice/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -1,4 +1,5 @@
 # $FreeBSD$
+PORTREVISION=	1
 
 .include "${.CURDIR}/Makefile.common"
 

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/texmaker/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texmaker
 PORTVERSION=	5.0.3
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/texstudio/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texstudio
 DISTVERSION=	2.12.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	editors
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/editors/texworks/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -4,7 +4,7 @@
 PORTNAME=	texworks
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.6.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	editors
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/atril/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -5,7 +5,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.22.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/diff-pdf/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -4,7 +4,7 @@ PORTNAME=	diff-pdf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2-27
 DISTVERSIONSUFFIX=	-gc4d6722
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt@uzsolt.hu

Modified: head/graphics/diffpdf/Makefile
==============================================================================
--- head/graphics/diffpdf/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/diffpdf/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	diffpdf
 PORTVERSION=	2.1.3
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.qtrac.eu/
 

Modified: head/graphics/dspdfviewer/Makefile
==============================================================================
--- head/graphics/dspdfviewer/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/dspdfviewer/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 PORTNAME=	dspdfviewer
 PORTVERSION=	1.15.1
 DISTVERSIONPREFIX=v
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	graphics
 
 MAINTAINER=	santhosh.raju@gmail.com

Modified: head/graphics/electrix/Makefile
==============================================================================
--- head/graphics/electrix/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/electrix/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	electrix
 PORTVERSION=	0.2.0
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTVERSION}
 

Modified: head/graphics/engauge-digitizer/Makefile
==============================================================================
--- head/graphics/engauge-digitizer/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/engauge-digitizer/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,6 +3,7 @@
 PORTNAME=	engauge-digitizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	12
+PORTREVISION=	1
 CATEGORIES=	graphics math science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/epdfview/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	21
+PORTREVISION=	22
 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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/evince/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	evince
 PORTVERSION=	3.28.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/gimp-app/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.12
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH?=	1
 CATEGORIES?=	graphics gnome
 MASTER_SITES=	GIMP/gimp/v${PORTVERSION:R}

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/inkscape/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.92.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://media.inkscape.org/dl/resources/file/
 

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/krita/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.2.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/okular/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/openfx-arena/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 PORTNAME=	openfx-arena
 PORTVERSION=	2.3.14
 DISTVERSIONPREFIX=	Natron-
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 
 MAINTAINER=	olivier@FreeBSD.org

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/pdf2svg/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdf2svg
 PORTVERSION=	0.2.3
-PORTREVISION=	9
+PORTREVISION=	10
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 

Modified: head/graphics/pdfpc/Makefile
==============================================================================
--- head/graphics/pdfpc/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/pdfpc/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -4,7 +4,7 @@ PORTNAME=	pdfpc
 DISTVERSION=	4.3.4
 CATEGORIES=	graphics
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Keynote-like multi-monitor presentation viewer

Modified: head/graphics/poppler-glib/Makefile
==============================================================================
--- head/graphics/poppler-glib/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler-glib/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	GLib bindings to poppler
 

Modified: head/graphics/poppler-glib/pkg-plist
==============================================================================
--- head/graphics/poppler-glib/pkg-plist	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler-glib/pkg-plist	Sun Sep  1 20:46:38 2019	(r510739)
@@ -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.13.0
+lib/libpoppler-glib.so.8.14.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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler-qt5/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-qt5
 
 COMMENT=	Qt 5 bindings to poppler

Modified: head/graphics/poppler-qt5/pkg-plist
==============================================================================
--- head/graphics/poppler-qt5/pkg-plist	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler-qt5/pkg-plist	Sun Sep  1 20:46:38 2019	(r510739)
@@ -9,5 +9,5 @@ include/poppler/qt5/poppler-qt5.h
 include/poppler/qt5/poppler-version.h
 lib/libpoppler-qt5.so
 lib/libpoppler-qt5.so.1
-lib/libpoppler-qt5.so.1.20.0
+lib/libpoppler-qt5.so.1.21.0
 libdata/pkgconfig/poppler-qt5.pc

Modified: head/graphics/poppler-utils/Makefile
==============================================================================
--- head/graphics/poppler-utils/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler-utils/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -1,7 +1,7 @@
 # Created by: Michael Nottebrock <lofi@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	Poppler's xpdf-workalike command line utilities # '
 

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	poppler
-DISTVERSION=	0.79.0
-PORTREVISION?=	0
+DISTVERSION=	0.80.0
+PORTREVISION?=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	https://poppler.freedesktop.org/
 

Modified: head/graphics/poppler/distinfo
==============================================================================
--- head/graphics/poppler/distinfo	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler/distinfo	Sun Sep  1 20:46:38 2019	(r510739)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563385578
-SHA256 (poppler-0.79.0.tar.xz) = f985a4608fe592d2546d9d37d4182e502ff6b4c42f8db4be0a021a1c369528c8
-SIZE (poppler-0.79.0.tar.xz) = 1544140
+TIMESTAMP = 1566967978
+SHA256 (poppler-0.80.0.tar.xz) = 4d3ca6b79bc13b8e24092e34f83ef5f387f3bb0bbd7359a6c078e09c696d104f
+SIZE (poppler-0.80.0.tar.xz) = 1548908

Modified: head/graphics/poppler/pkg-plist
==============================================================================
--- head/graphics/poppler/pkg-plist	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/poppler/pkg-plist	Sun Sep  1 20:46:38 2019	(r510739)
@@ -94,7 +94,6 @@ include/poppler/fofi/FoFiIdentifier.h
 include/poppler/fofi/FoFiTrueType.h
 include/poppler/fofi/FoFiType1.h
 include/poppler/fofi/FoFiType1C.h
-include/poppler/goo/FixedPoint.h
 include/poppler/goo/GooCheckedOps.h
 include/poppler/goo/GooLikely.h
 include/poppler/goo/GooString.h
@@ -133,8 +132,8 @@ lib/libpoppler-cpp.so
 lib/libpoppler-cpp.so.0
 lib/libpoppler-cpp.so.0.7.0
 lib/libpoppler.so
-lib/libpoppler.so.89
-lib/libpoppler.so.89.0.0
+lib/libpoppler.so.90
+lib/libpoppler.so.90.0.0
 libdata/pkgconfig/poppler-cairo.pc
 libdata/pkgconfig/poppler-cpp.pc
 libdata/pkgconfig/poppler-splash.pc

Modified: head/graphics/py-poppler/Makefile
==============================================================================
--- head/graphics/py-poppler/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/py-poppler/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.12.1
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics python
 MASTER_SITES=	https://launchpad.net/poppler-python/trunk/development/+download/ \
 		http://launchpadlibrarian.net/30270080/ \

Modified: head/graphics/py-python-poppler-qt5/Makefile
==============================================================================
--- head/graphics/py-python-poppler-qt5/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/py-python-poppler-qt5/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 PORTNAME=	python-poppler-qt5
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.24.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/qcomicbook/Makefile
==============================================================================
--- head/graphics/qcomicbook/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/qcomicbook/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	QComicBook
 PORTVERSION=	0.9.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/vips/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.7.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: head/graphics/xournal/Makefile
==============================================================================
--- head/graphics/xournal/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/xournal/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8.2016
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/xournalpp/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xournalpp
 DISTVERSION=	1.0.13-nightly.20190722
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/zathura-pdf-poppler/Makefile
==============================================================================
--- head/graphics/zathura-pdf-poppler/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/graphics/zathura-pdf-poppler/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura-pdf-poppler
 PORTVERSION=	0.2.9
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	https://pwmt.org/projects/zathura/plugins/download/ \
 		http://www.madpilot.net/~mad/pwmt.org/

Modified: head/mail/claws-mail-pdf_viewer/Makefile
==============================================================================
--- head/mail/claws-mail-pdf_viewer/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/mail/claws-mail-pdf_viewer/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 

Modified: head/misc/auto-multiple-choice/Makefile
==============================================================================
--- head/misc/auto-multiple-choice/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/misc/auto-multiple-choice/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	auto-multiple-choice
 PORTVERSION=	1.3.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	misc
 MASTER_SITES=	http://download.gna.org/auto-qcm/
 DISTNAME=	auto-multiple-choice_${PORTVERSION}_precomp

Modified: head/misc/tellico/Makefile
==============================================================================
--- head/misc/tellico/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/misc/tellico/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tellico
 DISTVERSION=	3.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc kde
 MASTER_SITES=	http://tellico-project.org/files/
 

Modified: head/net/kitinerary/Makefile
==============================================================================
--- head/net/kitinerary/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/net/kitinerary/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kitinerary
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/print/deforaos-pdfviewer/Makefile
==============================================================================
--- head/print/deforaos-pdfviewer/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/deforaos-pdfviewer/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfviewer
 PORTVERSION=	0.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print
 MASTER_SITES=	http://www.defora.org/os/download/download/4431/
 PKGNAMEPREFIX=	deforaos-

Modified: head/print/pdf-tools/Makefile
==============================================================================
--- head/print/pdf-tools/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/pdf-tools/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 PORTNAME=	pdf-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.90
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	print elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 

Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/pdfcube/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfcube
 PORTVERSION=	0.0.5
-PORTREVISION=	29
+PORTREVISION=	30
 CATEGORIES=	print
 MASTER_SITES=	http://code.100allora.it/releases/pdfcube/
 

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/qpdfview/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdfview
 DISTVERSION=	0.4.18beta1
-PORTREVISION=	5
+PORTREVISION=	6
 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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/scribus-devel/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.5
-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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/print/texlive-base/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	39
+PORTREVISION=	40
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base

Modified: head/sysutils/pcbsd-utils-qt5/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils-qt5/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/sysutils/pcbsd-utils-qt5/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pcbsd-utils-qt5
 PORTVERSION=	1444236547
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	sysutils
 
 MAINTAINER=	kmoore@FreeBSD.org

Modified: head/sysutils/tracker-miners/Makefile
==============================================================================
--- head/sysutils/tracker-miners/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/sysutils/tracker-miners/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tracker-miners
 PORTVERSION=	2.0.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 

Modified: head/textproc/pdfgrep/Makefile
==============================================================================
--- head/textproc/pdfgrep/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/textproc/pdfgrep/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfgrep
 PORTVERSION=	2.1.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	textproc
 MASTER_SITES=	https://pdfgrep.org/download/
 

Modified: head/textproc/py-pdftotext/Makefile
==============================================================================
--- head/textproc/py-pdftotext/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/textproc/py-pdftotext/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdftotext
 PORTVERSION=	2.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/hotcrp/Makefile
==============================================================================
--- head/www/hotcrp/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/www/hotcrp/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hotcrp
 PORTVERSION=	2.94
-PORTREVISION=	5
+PORTREVISION=	6
 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	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/x11-toolkits/rubygem-poppler/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -2,6 +2,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	3.3.7
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 

Modified: head/x11/eaglemode/Makefile
==============================================================================
--- head/x11/eaglemode/Makefile	Sun Sep  1 20:35:05 2019	(r510738)
+++ head/x11/eaglemode/Makefile	Sun Sep  1 20:46:38 2019	(r510739)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eaglemode
 PORTVERSION=	0.94.1
-PORTREVISION=	5
+PORTREVISION=	6
 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?201909012046.x81Kkd1j062797>