Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 08:55:18 +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: r505331 - 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:  <201906290855.x5T8tIpd093308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jun 29 08:55:17 2019
New Revision: 505331
URL: https://svnweb.freebsd.org/changeset/ports/505331

Log:
  graphics/poppler: update to 0.78.0
  
  Release 0.78.0:
          core:
           * Fix line annotation arrows for usage in dimensioning
           * Handle Ink annots without an InkList but with an AP
           * Fix typos preventing parsing of Movie start and duration
           * Fix crash on malformed files
  
          glib:
           * Add poppler_document_create_dests_tree()
           * Don't use the deprecated g_type_class_add_private()
           * Document the differences between render() and render_for_printing()
           * Fix introspection for poppler_document_new_from_data
           * Don't create PopplerInputStream with length 0. Issue #414
           * Document G_IO_ERROR as a possible error condition
           * docs: Add index for API new in 0.78
  
          build system:
           * Fixes cross compilation of gir in Void Linux
           * Add -Wshadow to the default warning flags
           * install pkg-config pc files if pkg-config is found
  
  PR:		238857
  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/pkg-plist
  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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/converters/pdf2djvu/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdf2djvu
 PORTVERSION=	0.9.12
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	converters
 MASTER_SITES=	https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/
 

Modified: head/databases/kbibtex/Makefile
==============================================================================
--- head/databases/kbibtex/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/databases/kbibtex/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kbibtex
 DISTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	databases kde
 MASTER_SITES=	KDE/stable/KBibTeX/${DISTVERSION}
 

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/deskutils/calibre/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	3.44.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: head/deskutils/lumina-pdf/Makefile
==============================================================================
--- head/deskutils/lumina-pdf/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/deskutils/lumina-pdf/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lumina-pdf
 PORTVERSION=	1.4.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils
 
 MAINTAINER=	jt@ixsystems.com

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/deskutils/xfce4-tumbler/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tumbler
 PORTVERSION=	0.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	XFCE
 PKGNAMEPREFIX=	xfce4-

Modified: head/devel/efl/Makefile
==============================================================================
--- head/devel/efl/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/devel/efl/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.20.7
-PORTREVISION=	12
+PORTREVISION=	13
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/devel/kf5-kfilemetadata/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kfilemetadata
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/calligra/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	calligra
 DISTVERSION=	3.1.0
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	editors kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/editors/kile/Makefile
==============================================================================
--- head/editors/kile/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/kile/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	kile
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0b2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	editors kde
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/libreoffice/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -1,5 +1,5 @@
 # $FreeBSD$
-PORTREVISION=	1
+PORTREVISION=	2
 
 .include "${.CURDIR}/Makefile.common"
 

Modified: head/editors/texmaker/Makefile
==============================================================================
--- head/editors/texmaker/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/texmaker/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texmaker
 PORTVERSION=	4.5
-PORTREVISION=	18
+PORTREVISION=	19
 PORTEPOCH=	3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.xm1math.net/texmaker/

Modified: head/editors/texstudio/Makefile
==============================================================================
--- head/editors/texstudio/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/texstudio/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,6 +2,7 @@
 
 PORTNAME=	texstudio
 DISTVERSION=	2.12.16
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	rigoletto@FreeBSD.org

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/editors/texworks/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -4,7 +4,7 @@
 PORTNAME=	texworks
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	0.6.2
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	editors
 
 MAINTAINER=	hrs@FreeBSD.org

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/atril/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -5,7 +5,7 @@
 
 PORTNAME=	atril
 PORTVERSION=	1.22.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics print mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate

Modified: head/graphics/diff-pdf/Makefile
==============================================================================
--- head/graphics/diff-pdf/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/diff-pdf/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -4,7 +4,7 @@ PORTNAME=	diff-pdf
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2-27
 DISTVERSIONSUFFIX=	-gc4d6722
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 
 MAINTAINER=	uzsolt@uzsolt.hu

Modified: head/graphics/diffpdf/Makefile
==============================================================================
--- head/graphics/diffpdf/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/diffpdf/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	diffpdf
 PORTVERSION=	2.1.3
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.qtrac.eu/
 

Modified: head/graphics/dspdfviewer/Makefile
==============================================================================
--- head/graphics/dspdfviewer/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/dspdfviewer/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	dspdfviewer
 PORTVERSION=	1.15.1
 DISTVERSIONPREFIX=v
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	graphics
 
 MAINTAINER=	santhosh.raju@gmail.com

Modified: head/graphics/electrix/Makefile
==============================================================================
--- head/graphics/electrix/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/electrix/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	electrix
 PORTVERSION=	0.2.0
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	graphics print
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTVERSION}
 

Modified: head/graphics/engauge-digitizer/Makefile
==============================================================================
--- head/graphics/engauge-digitizer/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/engauge-digitizer/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	engauge-digitizer
 DISTVERSIONPREFIX=	v
 DISTVERSION=	11.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics math science
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/epdfview/Makefile
==============================================================================
--- head/graphics/epdfview/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/epdfview/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.8
-PORTREVISION=	18
+PORTREVISION=	19
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/evince/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	evince
 PORTVERSION=	3.28.5
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3

Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/gimp-app/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME?=	gimp-app
 PORTVERSION=	2.10.10
-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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/inkscape/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	inkscape
 PORTVERSION=	0.92.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics gnome
 MASTER_SITES=	https://media.inkscape.org/dl/resources/file/
 

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/krita/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,6 +2,7 @@
 
 PORTNAME=	krita
 DISTVERSION=	4.2.2
+PORTREVISION=	1
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/okular/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	okular
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/graphics/openfx-arena/Makefile
==============================================================================
--- head/graphics/openfx-arena/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/openfx-arena/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	openfx-arena
 PORTVERSION=	2.3.14
 DISTVERSIONPREFIX=	Natron-
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 
 MAINTAINER=	olivier@FreeBSD.org

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/pdf2svg/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdf2svg
 PORTVERSION=	0.2.3
-PORTREVISION=	7
+PORTREVISION=	8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	graphics
 

Modified: head/graphics/pdfpc/Makefile
==============================================================================
--- head/graphics/pdfpc/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/pdfpc/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -4,6 +4,7 @@ PORTNAME=	pdfpc
 DISTVERSION=	4.3.4
 CATEGORIES=	graphics
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 
 MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Keynote-like multi-monitor presentation viewer

Modified: head/graphics/poppler-glib/pkg-plist
==============================================================================
--- head/graphics/poppler-glib/pkg-plist	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/poppler-glib/pkg-plist	Sat Jun 29 08:55:17 2019	(r505331)
@@ -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.12.0
+lib/libpoppler-glib.so.8.13.0
 libdata/pkgconfig/poppler-glib.pc
 share/gir-1.0/Poppler-0.18.gir

Modified: head/graphics/poppler/Makefile
==============================================================================
--- head/graphics/poppler/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/poppler/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	poppler
-DISTVERSION=	0.77.0
+DISTVERSION=	0.78.0
 CATEGORIES=	graphics print
 MASTER_SITES=	https://poppler.freedesktop.org/
 

Modified: head/graphics/poppler/distinfo
==============================================================================
--- head/graphics/poppler/distinfo	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/poppler/distinfo	Sat Jun 29 08:55:17 2019	(r505331)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558766183
-SHA256 (poppler-0.77.0.tar.xz) = 7267eb4cbccd64a58244b8211603c1c1b6bf32c7f6a4ced2642865346102f36b
-SIZE (poppler-0.77.0.tar.xz) = 1533068
+TIMESTAMP = 1561618023
+SHA256 (poppler-0.78.0.tar.xz) = 622fdd3187a7339c3b78b861b7cd820ea41ebce0609839ba28ee52c3387938c2
+SIZE (poppler-0.78.0.tar.xz) = 1540264

Modified: head/graphics/poppler/pkg-plist
==============================================================================
--- head/graphics/poppler/pkg-plist	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/poppler/pkg-plist	Sat Jun 29 08:55:17 2019	(r505331)
@@ -133,8 +133,8 @@ lib/libpoppler-cpp.so
 lib/libpoppler-cpp.so.0
 lib/libpoppler-cpp.so.0.7.0
 lib/libpoppler.so
-lib/libpoppler.so.88
-lib/libpoppler.so.88.0.0
+lib/libpoppler.so.89
+lib/libpoppler.so.89.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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/py-poppler/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	0.12.1
-PORTREVISION=	12
+PORTREVISION=	13
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/py-python-poppler-qt5/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	python-poppler-qt5
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.24.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/graphics/qcomicbook/Makefile
==============================================================================
--- head/graphics/qcomicbook/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/qcomicbook/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	QComicBook
 PORTVERSION=	0.9.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/vips/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.7.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 

Modified: head/graphics/xournal/Makefile
==============================================================================
--- head/graphics/xournal/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/xournal/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xournal
 PORTVERSION=	0.4.8.2016
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/xournalpp/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xournalpp
 DISTVERSION=	1.0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/zathura-pdf-poppler/Makefile
==============================================================================
--- head/graphics/zathura-pdf-poppler/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/graphics/zathura-pdf-poppler/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	zathura-pdf-poppler
 PORTVERSION=	0.2.9
-PORTREVISION=	3
+PORTREVISION=	4
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/mail/claws-mail-pdf_viewer/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pdf_viewer
-PORTREVISION=	2
+PORTREVISION=	3
 
 COMMENT=	PDF and PostScript viewer plugin for Claws Mail
 

Modified: head/misc/auto-multiple-choice/Makefile
==============================================================================
--- head/misc/auto-multiple-choice/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/misc/auto-multiple-choice/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	auto-multiple-choice
 PORTVERSION=	1.3.0
-PORTREVISION=	10
+PORTREVISION=	11
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/misc/tellico/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tellico
 DISTVERSION=	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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/net/kitinerary/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kitinerary
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org

Modified: head/print/deforaos-pdfviewer/Makefile
==============================================================================
--- head/print/deforaos-pdfviewer/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/deforaos-pdfviewer/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfviewer
 PORTVERSION=	0.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/pdf-tools/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 PORTNAME=	pdf-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.90
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	print elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 

Modified: head/print/pdfcube/Makefile
==============================================================================
--- head/print/pdfcube/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/pdfcube/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfcube
 PORTVERSION=	0.0.5
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	print
 MASTER_SITES=	http://code.100allora.it/releases/pdfcube/
 

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/qpdfview/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdfview
 DISTVERSION=	0.4.18beta1
-PORTREVISION=	2
+PORTREVISION=	3
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/scribus-devel/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scribus
 PORTVERSION=	1.5.4
-PORTREVISION=	11
+PORTREVISION=	12
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/print/texlive-base/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	texlive
 PORTVERSION=	20150521
-PORTREVISION=	36
+PORTREVISION=	37
 CATEGORIES=	print
 MASTER_SITES=	TEX_CTAN/systems/texlive/Source/
 PKGNAMESUFFIX=	-base

Modified: head/sysutils/pcbsd-utils-qt5/Makefile
==============================================================================
--- head/sysutils/pcbsd-utils-qt5/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/sysutils/pcbsd-utils-qt5/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pcbsd-utils-qt5
 PORTVERSION=	1444236547
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	sysutils
 
 MAINTAINER=	kmoore@FreeBSD.org

Modified: head/sysutils/tracker-miners/Makefile
==============================================================================
--- head/sysutils/tracker-miners/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/sysutils/tracker-miners/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tracker-miners
 PORTVERSION=	2.0.5
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 

Modified: head/textproc/pdfgrep/Makefile
==============================================================================
--- head/textproc/pdfgrep/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/textproc/pdfgrep/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pdfgrep
 PORTVERSION=	2.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 MASTER_SITES=	https://pdfgrep.org/download/
 

Modified: head/textproc/py-pdftotext/Makefile
==============================================================================
--- head/textproc/py-pdftotext/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/textproc/py-pdftotext/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	pdftotext
 PORTVERSION=	2.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/hotcrp/Makefile
==============================================================================
--- head/www/hotcrp/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/www/hotcrp/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hotcrp
 PORTVERSION=	2.94
-PORTREVISION=	3
+PORTREVISION=	4
 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	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/x11-toolkits/rubygem-poppler/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -2,7 +2,7 @@
 
 PORTNAME=	poppler
 PORTVERSION=	3.3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits rubygems
 MASTER_SITES=	RG
 

Modified: head/x11/eaglemode/Makefile
==============================================================================
--- head/x11/eaglemode/Makefile	Sat Jun 29 08:46:56 2019	(r505330)
+++ head/x11/eaglemode/Makefile	Sat Jun 29 08:55:17 2019	(r505331)
@@ -3,7 +3,7 @@
 
 PORTNAME=	eaglemode
 PORTVERSION=	0.94.1
-PORTREVISION=	2
+PORTREVISION=	3
 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?201906290855.x5T8tIpd093308>