Date: Mon, 11 Feb 2019 19:44:51 +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: r492733 - in head: databases/kbibtex devel/efl devel/kf5-kfilemetadata editors/calligra editors/kile editors/libreoffice editors/texmaker editors/texstudio editors/texworks graphics/dif... Message-ID: <201902111944.x1BJipfr076322@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Mon Feb 11 19:44:51 2019 New Revision: 492733 URL: https://svnweb.freebsd.org/changeset/ports/492733 Log: Bump revisions after poppler upgrade. As reported libreoffice requires a bump in revision, to be on the save side, bump all the consumers of poppler. Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Modified: head/databases/kbibtex/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/diff-pdf/Makefile head/graphics/inkscape/Makefile head/graphics/krita/Makefile head/graphics/okular/Makefile head/graphics/openfx-arena/Makefile head/misc/tellico/Makefile head/net/kitinerary/Makefile head/print/pdf-tools/Makefile head/print/scribus-devel/Makefile head/print/texlive-base/Makefile head/textproc/pdfgrep/Makefile Modified: head/databases/kbibtex/Makefile ============================================================================== --- head/databases/kbibtex/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/databases/kbibtex/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= kbibtex DISTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION}/ Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/devel/efl/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/devel/kf5-kfilemetadata/Makefile ============================================================================== --- head/devel/kf5-kfilemetadata/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/devel/kf5-kfilemetadata/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -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 Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/calligra/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/editors/kile/Makefile ============================================================================== --- head/editors/kile/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/kile/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/libreoffice/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 5 +PORTREVISION= 6 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ https://dev-www.libreoffice.org/extern/:ext Modified: head/editors/texmaker/Makefile ============================================================================== --- head/editors/texmaker/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/texmaker/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= texmaker PORTVERSION= 4.5 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ Modified: head/editors/texstudio/Makefile ============================================================================== --- head/editors/texstudio/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/texstudio/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,7 +2,7 @@ PORTNAME= texstudio DISTVERSION= 2.12.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= rigoletto@FreeBSD.org Modified: head/editors/texworks/Makefile ============================================================================== --- head/editors/texworks/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/editors/texworks/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -4,7 +4,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/graphics/diff-pdf/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -4,7 +4,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.2-27 DISTVERSIONSUFFIX= -gc4d6722 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/graphics/inkscape/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.org/en/gallery/item/12187/ Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/graphics/krita/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.1.7.101 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/okular/Makefile ============================================================================== --- head/graphics/okular/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/graphics/okular/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,6 +2,7 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/openfx-arena/Makefile ============================================================================== --- head/graphics/openfx-arena/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/graphics/openfx-arena/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.3.14 DISTVERSIONPREFIX= Natron- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/misc/tellico/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= tellico DISTVERSION= 3.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ Modified: head/net/kitinerary/Makefile ============================================================================== --- head/net/kitinerary/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/net/kitinerary/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,6 +2,7 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/print/pdf-tools/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,6 +3,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 0.90 +PORTREVISION= 1 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/print/scribus-devel/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ Modified: head/print/texlive-base/Makefile ============================================================================== --- head/print/texlive-base/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/print/texlive-base/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base Modified: head/textproc/pdfgrep/Makefile ============================================================================== --- head/textproc/pdfgrep/Makefile Mon Feb 11 19:38:47 2019 (r492732) +++ head/textproc/pdfgrep/Makefile Mon Feb 11 19:44:51 2019 (r492733) @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902111944.x1BJipfr076322>