From owner-svn-ports-all@freebsd.org Tue Apr 21 19:45:54 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8FC32B83FA; Tue, 21 Apr 2020 19:45:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 496DZT4Yt8z43Gt; Tue, 21 Apr 2020 19:45:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C8B46834; Tue, 21 Apr 2020 19:45:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03LJjqS3003892; Tue, 21 Apr 2020 19:45:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03LJjpSs003882; Tue, 21 Apr 2020 19:45:51 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202004211945.03LJjpSs003882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 21 Apr 2020 19:45:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532376 - in head: devel/heaptrack editors/calligra editors/calligraplan finance/kmymoney graphics/kdiagram net/eventviews net/incidenceeditor X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: devel/heaptrack editors/calligra editors/calligraplan finance/kmymoney graphics/kdiagram net/eventviews net/incidenceeditor X-SVN-Commit-Revision: 532376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2020 19:45:56 -0000 Author: tcberner Date: Tue Apr 21 19:45:50 2020 New Revision: 532376 URL: https://svnweb.freebsd.org/changeset/ports/532376 Log: graphics/kdiagram: update to 2.7.0 Modified: head/devel/heaptrack/Makefile head/editors/calligra/Makefile head/editors/calligraplan/Makefile head/finance/kmymoney/Makefile head/graphics/kdiagram/Makefile head/graphics/kdiagram/distinfo head/graphics/kdiagram/pkg-plist head/net/eventviews/Makefile head/net/incidenceeditor/Makefile Modified: head/devel/heaptrack/Makefile ============================================================================== --- head/devel/heaptrack/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/devel/heaptrack/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -4,7 +4,7 @@ PORTNAME= heaptrack DISTVERSIONPREFIX= v DISTVERSION= 1.1.0-92 DISTVERSIONSUFFIX= -g987d9c4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/editors/calligra/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -2,7 +2,7 @@ PORTNAME= calligra DISTVERSION= 3.1.0 -PORTREVISION= 35 +PORTREVISION= 36 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/editors/calligraplan/Makefile ============================================================================== --- head/editors/calligraplan/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/editors/calligraplan/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -2,7 +2,7 @@ PORTNAME= calligraplan DISTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors kde MASTER_SITES= KDE/stable/calligra/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/finance/kmymoney/Makefile ============================================================================== --- head/finance/kmymoney/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/finance/kmymoney/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 5.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/graphics/kdiagram/Makefile ============================================================================== --- head/graphics/kdiagram/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/graphics/kdiagram/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kdiagram -DISTVERSION= 2.6.3 +DISTVERSION= 2.7.0 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/kdiagram/distinfo ============================================================================== --- head/graphics/kdiagram/distinfo Tue Apr 21 19:45:48 2020 (r532375) +++ head/graphics/kdiagram/distinfo Tue Apr 21 19:45:50 2020 (r532376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586755104 -SHA256 (KDE/kdiagram/kdiagram-2.6.3.tar.xz) = 3297b87a8f3ed153c05f53f785f2388e9d504552ddfdd0a4271a9d5c11030c1a -SIZE (KDE/kdiagram/kdiagram-2.6.3.tar.xz) = 673788 +TIMESTAMP = 1587493825 +SHA256 (KDE/kdiagram/kdiagram-2.7.0.tar.xz) = 63a2eabfa1554ceb1d686d5f17ed6308139b6d9155aaf224e0309585b070fbdd +SIZE (KDE/kdiagram/kdiagram-2.7.0.tar.xz) = 681384 Modified: head/graphics/kdiagram/pkg-plist ============================================================================== --- head/graphics/kdiagram/pkg-plist Tue Apr 21 19:45:48 2020 (r532375) +++ head/graphics/kdiagram/pkg-plist Tue Apr 21 19:45:50 2020 (r532376) @@ -135,6 +135,8 @@ include/KGantt/KGanttConstraintGraphicsItem include/KGantt/KGanttConstraintModel include/KGantt/KGanttConstraintProxy include/KGantt/KGanttDateTimeGrid +include/KGantt/KGanttDateTimeTimeLine +include/KGantt/KGanttDateTimeTimeLineDialog include/KGantt/KGanttForwardingProxyModel include/KGantt/KGanttGlobal include/KGantt/KGanttGraphicsItem @@ -143,6 +145,7 @@ include/KGantt/KGanttGraphicsView include/KGantt/KGanttItemDelegate include/KGantt/KGanttLegend include/KGantt/KGanttListViewRowController +include/KGantt/KGanttPenStyleComboBox include/KGantt/KGanttProxyModel include/KGantt/KGanttStyleOptionGanttItem include/KGantt/KGanttSummaryHandlingProxyModel @@ -150,12 +153,15 @@ include/KGantt/KGanttTreeViewRowController include/KGantt/KGanttView include/KGantt/kgantt_export.h include/KGantt/kganttabstractgrid.h +include/KGantt/kganttabstractgrid_p.h include/KGantt/kganttabstractrowcontroller.h include/KGantt/kganttconstraint.h include/KGantt/kganttconstraintgraphicsitem.h include/KGantt/kganttconstraintmodel.h include/KGantt/kganttconstraintproxy.h include/KGantt/kganttdatetimegrid.h +include/KGantt/kganttdatetimetimeline.h +include/KGantt/kganttdatetimetimelinedialog.h include/KGantt/kganttforwardingproxymodel.h include/KGantt/kganttglobal.h include/KGantt/kganttgraphicsitem.h @@ -164,6 +170,7 @@ include/KGantt/kganttgraphicsview.h include/KGantt/kganttitemdelegate.h include/KGantt/kganttlegend.h include/KGantt/kganttlistviewrowcontroller.h +include/KGantt/kganttpenstylecombobox.h include/KGantt/kganttproxymodel.h include/KGantt/kganttstyleoptionganttitem.h include/KGantt/kganttsummaryhandlingproxymodel.h @@ -189,8 +196,6 @@ lib/libKGantt.so.%%SHLIB_VER%% %%QT_MKSPECDIR%%/modules/qt_KGantt.pri share/locale/ar/LC_MESSAGES/kchart_qt.qm share/locale/ar/LC_MESSAGES/kgantt_qt.qm -share/locale/ast/LC_MESSAGES/kchart_qt.qm -share/locale/ast/LC_MESSAGES/kgantt_qt.qm share/locale/bg/LC_MESSAGES/kgantt_qt.qm share/locale/bs/LC_MESSAGES/kchart_qt.qm share/locale/bs/LC_MESSAGES/kgantt_qt.qm @@ -208,6 +213,10 @@ share/locale/en_GB/LC_MESSAGES/kchart_qt.qm share/locale/en_GB/LC_MESSAGES/kgantt_qt.qm share/locale/es/LC_MESSAGES/kchart_qt.qm share/locale/es/LC_MESSAGES/kgantt_qt.qm +share/locale/et/LC_MESSAGES/kchart_qt.qm +share/locale/et/LC_MESSAGES/kgantt_qt.qm +share/locale/eu/LC_MESSAGES/kchart_qt.qm +share/locale/eu/LC_MESSAGES/kgantt_qt.qm share/locale/fi/LC_MESSAGES/kchart_qt.qm share/locale/fi/LC_MESSAGES/kgantt_qt.qm share/locale/fr/LC_MESSAGES/kchart_qt.qm Modified: head/net/eventviews/Makefile ============================================================================== --- head/net/eventviews/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/net/eventviews/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -2,6 +2,7 @@ PORTNAME= eventviews DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/net/incidenceeditor/Makefile ============================================================================== --- head/net/incidenceeditor/Makefile Tue Apr 21 19:45:48 2020 (r532375) +++ head/net/incidenceeditor/Makefile Tue Apr 21 19:45:50 2020 (r532376) @@ -2,6 +2,7 @@ PORTNAME= incidenceeditor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org