graphics/kdiagram: update to 2.7.0

This commit is contained in:
Tobias C. Berner 2020-04-21 19:45:50 +00:00
parent 051a534517
commit 3d0d1a258a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532376
9 changed files with 21 additions and 10 deletions

View file

@ -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

View file

@ -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}

View file

@ -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}

View file

@ -2,7 +2,7 @@
PORTNAME= kmymoney
PORTVERSION= 5.0.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -2,6 +2,7 @@
PORTNAME= eventviews
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org

View file

@ -2,6 +2,7 @@
PORTNAME= incidenceeditor
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org