Hi All,

please find below an update diff to the latest stable version 3.1. This
is the only way: All of nothing because you need all dependencies up-to-date
and I hope the diff is simple enough.

Ok? Comments?

Best regards,

Rafael Sadowski


Index: databases/kdb/Makefile
===================================================================
RCS file: /cvs/ports/databases/kdb/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- databases/kdb/Makefile      5 Mar 2018 10:12:30 -0000       1.1.1.1
+++ databases/kdb/Makefile      9 May 2018 20:57:16 -0000
@@ -2,10 +2,10 @@
 
 COMMENT =      database connectivity and creation framework
 
-VERSION =      3.0.2
+VERSION =      3.1.0
 DISTNAME =     kdb-${VERSION}
 
-SHARED_LIBS +=  KDb3                      0.0 # 3.0
+SHARED_LIBS +=  KDb3                      1.0 # 3.0
 
 CATEGORIES =   databases
 
Index: databases/kdb/distinfo
===================================================================
RCS file: /cvs/ports/databases/kdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- databases/kdb/distinfo      5 Mar 2018 10:12:30 -0000       1.1.1.1
+++ databases/kdb/distinfo      9 May 2018 20:57:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (kdb-3.0.2.tar.xz) = iWgElZ9OIDy6+z00USfG2Ach15E22/1tUcTpMTHsIdg=
-SIZE (kdb-3.0.2.tar.xz) = 478576
+SHA256 (kdb-3.1.0.tar.xz) = F1ZFoUmuTXWP8nRpAPbqvkc0sr2sTYyViTxlC+T5KfI=
+SIZE (kdb-3.1.0.tar.xz) = 543780
Index: databases/kdb/patches/patch-src_CMakeLists_txt
===================================================================
RCS file: databases/kdb/patches/patch-src_CMakeLists_txt
diff -N databases/kdb/patches/patch-src_CMakeLists_txt
--- databases/kdb/patches/patch-src_CMakeLists_txt      5 Mar 2018 10:12:30 
-0000       1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2018/03/05 10:12:30 rsadowski Exp 
$
-
-Index: src/CMakeLists.txt
---- src/CMakeLists.txt.orig
-+++ src/CMakeLists.txt
-@@ -56,18 +56,18 @@ endif()
- # Mark files as generated, set compile flags
- set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp
-     PROPERTIES
--        GENERATED TRUE
-+        #TODO(GEN) GENERATED TRUE
-         # YYERROR_VERBOSE=1 needed to get a token table for tokenName() even 
for release builds
-         COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} "
- )
--set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
PROPERTIES GENERATED TRUE)
--set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
PROPERTIES GENERATED TRUE)
--set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
 PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h 
PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h 
PROPERTIES GENERATED TRUE)
-+#TODO(GEN) 
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp
 PROPERTIES GENERATED TRUE)
- 
- set_source_files_properties(
-     ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp
-     PROPERTIES
--        GENERATED TRUE
-+        #TODO(GEN) GENERATED TRUE
-         COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} "
- )
- 
Index: databases/kdb/pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/kdb/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- databases/kdb/pkg/PLIST     5 Mar 2018 10:12:30 -0000       1.1.1.1
+++ databases/kdb/pkg/PLIST     9 May 2018 20:57:16 -0000
@@ -59,6 +59,8 @@ include/KDb3/KDbObject
 include/KDb3/KDbObject.h
 include/KDb3/KDbObjectNameValidator
 include/KDb3/KDbObjectNameValidator.h
+include/KDb3/KDbOrderByColumn
+include/KDb3/KDbOrderByColumn.h
 include/KDb3/KDbParser
 include/KDb3/KDbParser.h
 include/KDb3/KDbPreparedStatement
@@ -67,6 +69,8 @@ include/KDb3/KDbPreparedStatementInterfa
 include/KDb3/KDbPreparedStatementInterface.h
 include/KDb3/KDbProperties
 include/KDb3/KDbProperties.h
+include/KDb3/KDbQueryAsterisk
+include/KDb3/KDbQueryAsterisk.h
 include/KDb3/KDbQueryColumnInfo
 include/KDb3/KDbQueryColumnInfo.h
 include/KDb3/KDbQuerySchema
@@ -81,6 +85,8 @@ include/KDb3/KDbRelationship
 include/KDb3/KDbRelationship.h
 include/KDb3/KDbResult
 include/KDb3/KDbResult.h
+include/KDb3/KDbSelectStatementOptions
+include/KDb3/KDbSelectStatementOptions.h
 include/KDb3/KDbSqlField
 include/KDb3/KDbSqlField.h
 include/KDb3/KDbSqlRecord
@@ -93,6 +99,8 @@ include/KDb3/KDbTableOrQuerySchema
 include/KDb3/KDbTableOrQuerySchema.h
 include/KDb3/KDbTableSchema
 include/KDb3/KDbTableSchema.h
+include/KDb3/KDbTableSchemaChangeListener
+include/KDb3/KDbTableSchemaChangeListener.h
 include/KDb3/KDbTableViewColumn
 include/KDb3/KDbTableViewColumn.h
 include/KDb3/KDbTableViewData
@@ -101,6 +109,10 @@ include/KDb3/KDbToken
 include/KDb3/KDbToken.h
 include/KDb3/KDbTransaction
 include/KDb3/KDbTransaction.h
+include/KDb3/KDbTransactionData
+include/KDb3/KDbTransactionData.h
+include/KDb3/KDbTransactionGuard
+include/KDb3/KDbTransactionGuard.h
 include/KDb3/KDbTristate
 include/KDb3/KDbTristate.h
 include/KDb3/KDbUtils
@@ -115,6 +127,7 @@ include/KDb3/kdb_version.h
 lib/cmake/KDb3/
 lib/cmake/KDb3/KDbConfig.cmake
 lib/cmake/KDb3/KDbConfigVersion.cmake
+lib/cmake/KDb3/KDbQCHTargets.cmake
 lib/cmake/KDb3/KDbTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/KDb3/KDbTargets.cmake
 @lib lib/libKDb3.so.${LIBKDb3_VERSION}
@@ -158,11 +171,18 @@ share/locale/fi/LC_MESSAGES/kdb_mysqldri
 share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.qm
 share/locale/fi/LC_MESSAGES/kdb_qt.qm
 share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.qm
+share/locale/fr/LC_MESSAGES/kdb_mysqldriver_qt.qm
+share/locale/fr/LC_MESSAGES/kdb_postgresqldriver_qt.qm
+share/locale/fr/LC_MESSAGES/kdb_qt.qm
+share/locale/fr/LC_MESSAGES/kdb_sqlitedriver_qt.qm
 share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.qm
 share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.qm
 share/locale/gl/LC_MESSAGES/kdb_qt.qm
 share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.qm
 share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.qm
+share/locale/ia/LC_MESSAGES/kdb_mysqldriver_qt.qm
+share/locale/ia/LC_MESSAGES/kdb_qt.qm
+share/locale/ia/LC_MESSAGES/kdb_sqlitedriver_qt.qm
 share/locale/it/LC_MESSAGES/kdb_mysqldriver_qt.qm
 share/locale/it/LC_MESSAGES/kdb_postgresqldriver_qt.qm
 share/locale/it/LC_MESSAGES/kdb_qt.qm
@@ -203,6 +223,10 @@ share/locale/sv/LC_MESSAGES/kdb_mysqldri
 share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.qm
 share/locale/sv/LC_MESSAGES/kdb_qt.qm
 share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.qm
+share/locale/tr/LC_MESSAGES/kdb_mysqldriver_qt.qm
+share/locale/tr/LC_MESSAGES/kdb_postgresqldriver_qt.qm
+share/locale/tr/LC_MESSAGES/kdb_qt.qm
+share/locale/tr/LC_MESSAGES/kdb_sqlitedriver_qt.qm
 share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.qm
 share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.qm
 share/locale/uk/LC_MESSAGES/kdb_qt.qm
Index: databases/kexi/Makefile
===================================================================
RCS file: /cvs/ports/databases/kexi/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- databases/kexi/Makefile     7 Mar 2018 09:03:56 -0000       1.2
+++ databases/kexi/Makefile     9 May 2018 20:57:16 -0000
@@ -5,22 +5,21 @@ USE_WXNEEDED =                Yes
 
 COMMENT =      visual database applications creator
 
-VERSION =      3.0.2
+VERSION =      3.1.0
 DISTNAME =     kexi-${VERSION}
-REVISION =     0
 
-SHARED_LIBS +=  kexicore                  0.0 # 15.0
-SHARED_LIBS +=  kexidatatable             0.0 # 15.0
-SHARED_LIBS +=  kexidataviewcommon        0.0 # 15.0
-SHARED_LIBS +=  kexiextendedwidgets       0.0 # 15.0
-SHARED_LIBS +=  kexiformutils             0.0 # 15.0
-SHARED_LIBS +=  kexiguiutils              0.0 # 15.0
-SHARED_LIBS +=  keximain                  0.0 # 15.0
-SHARED_LIBS +=  keximigrate               0.0 # 15.0
-SHARED_LIBS +=  kexirelationsview         0.0 # 15.0
-SHARED_LIBS +=  kexiundo                  0.0 # 15.0
-SHARED_LIBS +=  kexiutils                 0.0 # 15.0
-SHARED_LIBS +=  kformdesigner             0.0 # 15.0
+SHARED_LIBS +=  kexicore3.1               0.0 # 3.1
+SHARED_LIBS +=  kexidatatable3.1          0.0 # 3.1
+SHARED_LIBS +=  kexidataviewcommon3.1     0.0 # 3.1
+SHARED_LIBS +=  kexiextendedwidgets3.1    0.0 # 3.1
+SHARED_LIBS +=  kexiformutils3.1          0.0 # 3.1
+SHARED_LIBS +=  kexiguiutils3.1           0.0 # 3.1
+SHARED_LIBS +=  keximain3.1               0.0 # 3.1
+SHARED_LIBS +=  keximigrate3.1            0.0 # 3.1
+SHARED_LIBS +=  kexirelationsview3.1      0.0 # 3.1
+SHARED_LIBS +=  kexiundo3.1               0.0 # 3.1
+SHARED_LIBS +=  kexiutils3.1              0.0 # 3.1
+SHARED_LIBS +=  kformdesigner3.1          0.0 # 3.1
 
 CATEGORIES =   databases
 
@@ -38,8 +37,9 @@ WANTLIB += KF5ItemViews KF5JobWidgets KF
 WANTLIB += KF5KIOWidgets KF5Parts KF5Service KF5Solid KF5SonnetUi
 WANTLIB += KF5TextEditor KF5TextWidgets KF5WidgetsAddons KF5XmlGui
 WANTLIB += KPropertyCore3 KPropertyWidgets3 KReport3 Qt5Core Qt5DBus
-WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5WebKit Qt5WebKitWidgets
-WANTLIB += Qt5Widgets Qt5Xml c glib-2.0 iconv m mysqlclient
+WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5Test Qt5WebKit
+WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5Xml c glib-2.0 iconv
+WANTLIB += m mysqlclient
 
 MASTER_SITES = ${MASTER_SITE_KDE:=stable/kexi/src/}}
 EXTRACT_SUFX = .tar.xz
Index: databases/kexi/distinfo
===================================================================
RCS file: /cvs/ports/databases/kexi/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- databases/kexi/distinfo     5 Mar 2018 10:18:03 -0000       1.1.1.1
+++ databases/kexi/distinfo     9 May 2018 20:57:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (kexi-3.0.2.tar.xz) = jq6oumuDPZQToFSWyQmdJ48OpBDPfSr0K/35El2UW7o=
-SIZE (kexi-3.0.2.tar.xz) = 3676556
+SHA256 (kexi-3.1.0.tar.xz) = bVXNSvF3vLBgZzoJd9UryRzC3RsUINAIp4+XgzEhUvs=
+SIZE (kexi-3.1.0.tar.xz) = 3028492
Index: databases/kexi/pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/kexi/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- databases/kexi/pkg/PLIST    5 Mar 2018 10:18:03 -0000       1.1.1.1
+++ databases/kexi/pkg/PLIST    9 May 2018 20:57:16 -0000
@@ -1,54 +1,60 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2018/03/05 10:18:03 rsadowski Exp $
 @conflict koffice-*
 @conflict calligra-<3.0.0
-@bin bin/kexi
-@lib lib/libkexicore.so.${LIBkexicore_VERSION}
-@lib lib/libkexidatatable.so.${LIBkexidatatable_VERSION}
-@lib lib/libkexidataviewcommon.so.${LIBkexidataviewcommon_VERSION}
-@lib lib/libkexiextendedwidgets.so.${LIBkexiextendedwidgets_VERSION}
-@lib lib/libkexiformutils.so.${LIBkexiformutils_VERSION}
-@lib lib/libkexiguiutils.so.${LIBkexiguiutils_VERSION}
-@lib lib/libkeximain.so.${LIBkeximain_VERSION}
-@lib lib/libkeximigrate.so.${LIBkeximigrate_VERSION}
-@lib lib/libkexirelationsview.so.${LIBkexirelationsview_VERSION}
-@lib lib/libkexiundo.so.${LIBkexiundo_VERSION}
-@lib lib/libkexiutils.so.${LIBkexiutils_VERSION}
-@lib lib/libkformdesigner.so.${LIBkformdesigner_VERSION}
+@bin bin/kexi-3.1
+@lib lib/libkexicore3.1.so.${LIBkexicore3.1_VERSION}
+@lib lib/libkexidatatable3.1.so.${LIBkexidatatable3.1_VERSION}
+@lib lib/libkexidataviewcommon3.1.so.${LIBkexidataviewcommon3.1_VERSION}
+@lib lib/libkexiextendedwidgets3.1.so.${LIBkexiextendedwidgets3.1_VERSION}
+@lib lib/libkexiformutils3.1.so.${LIBkexiformutils3.1_VERSION}
+@lib lib/libkexiguiutils3.1.so.${LIBkexiguiutils3.1_VERSION}
+@lib lib/libkeximain3.1.so.${LIBkeximain3.1_VERSION}
+@lib lib/libkeximigrate3.1.so.${LIBkeximigrate3.1_VERSION}
+@lib lib/libkexirelationsview3.1.so.${LIBkexirelationsview3.1_VERSION}
+@lib lib/libkexiundo3.1.so.${LIBkexiundo3.1_VERSION}
+@lib lib/libkexiutils3.1.so.${LIBkexiutils3.1_VERSION}
+@lib lib/libkformdesigner3.1.so.${LIBkformdesigner3.1_VERSION}
 lib/qt5/plugins/kexi/
-lib/qt5/plugins/kexi/forms/
-lib/qt5/plugins/kexi/forms/widgets/
-lib/qt5/plugins/kexi/forms/widgets/kexiforms_dbwidgetsplugin.so
-lib/qt5/plugins/kexi/forms/widgets/kexiforms_standardwidgetsplugin.so
-lib/qt5/plugins/kexi/forms/widgets/kexiforms_webbrowserwidgetplugin.so
-lib/qt5/plugins/kexi/kexi_csvimportexportplugin.so
-lib/qt5/plugins/kexi/kexi_formplugin.so
-lib/qt5/plugins/kexi/kexi_migrationplugin.so
-lib/qt5/plugins/kexi/kexi_queryplugin.so
-lib/qt5/plugins/kexi/kexi_reportplugin.so
-lib/qt5/plugins/kexi/kexi_tableplugin.so
-lib/qt5/plugins/kexi/migrate/
-lib/qt5/plugins/kexi/migrate/keximigrate_mdb.so
-lib/qt5/plugins/kexi/migrate/keximigrate_mysql.so
-lib/qt5/plugins/kexi/migrate/keximigrate_postgresql.so
-lib/qt5/plugins/kexi/migrate/keximigrate_tsv.so
-share/applications/org.kde.kexi.desktop
+lib/qt5/plugins/kexi/3.1/
+lib/qt5/plugins/kexi/3.1/forms/
+lib/qt5/plugins/kexi/3.1/forms/widgets/
+lib/qt5/plugins/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.main.so
+lib/qt5/plugins/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.web-browser.so
+lib/qt5/plugins/kexi/3.1/kexi_csvimportexportplugin.so
+lib/qt5/plugins/kexi/3.1/kexi_formplugin.so
+lib/qt5/plugins/kexi/3.1/kexi_migrationplugin.so
+lib/qt5/plugins/kexi/3.1/kexi_queryplugin.so
+lib/qt5/plugins/kexi/3.1/kexi_reportplugin.so
+lib/qt5/plugins/kexi/3.1/kexi_tableplugin.so
+lib/qt5/plugins/kexi/3.1/migrate/
+lib/qt5/plugins/kexi/3.1/migrate/keximigrate_mdb.so
+lib/qt5/plugins/kexi/3.1/migrate/keximigrate_mysql.so
+lib/qt5/plugins/kexi/3.1/migrate/keximigrate_postgresql.so
+lib/qt5/plugins/kexi/3.1/migrate/keximigrate_tsv.so
+share/applications/org.kde.kexi-3.1.desktop
+share/doc/HTML/de/kexi/
+share/doc/HTML/de/kexi/index.cache.bz2
+share/doc/HTML/de/kexi/index.docbook
+share/doc/HTML/it/kexi/
+share/doc/HTML/it/kexi/index.cache.bz2
+share/doc/HTML/it/kexi/index.docbook
+share/doc/HTML/nl/kexi/
+share/doc/HTML/nl/kexi/index.cache.bz2
+share/doc/HTML/nl/kexi/index.docbook
 share/kexi/
-share/kexi/icons/
-share/kexi/icons/hicolor/
-share/kexi/icons/hicolor/16x16/
-share/kexi/icons/hicolor/16x16/actions/
-share/kexi/icons/hicolor/16x16/actions/web_browser.png
-share/kexi/icons/hicolor/22x22/
-share/kexi/icons/hicolor/22x22/actions/
-share/kexi/icons/hicolor/22x22/actions/web_browser.png
-share/kexi/icons/kexi_breeze.rcc
-share/kexi/status/
-share/kexi/status/3.0.0/
-share/kexi/status/3.0.0/contribution_details.ui
-share/kexi/status/3.0.0/contribution_help.ui
-share/kexi/status/3.0.0/status.rcc
-share/kexi/status/3.0.0/status.ui
-share/kexi/status/3.0.0/status_strings.ui
+share/kexi/3.1/
+share/kexi/3.1/examples/
+share/kexi/3.1/examples/Simple_Database.kexi
+share/kexi/3.1/icons/
+share/kexi/3.1/icons/kexi_breeze.rcc
+share/kexi/3.1/icons/org.kexi-project.form.widgets.main_breeze.rcc
+share/kexi/3.1/icons/org.kexi-project.form.widgets.web-browser_breeze.rcc
+share/kexi/3.1/status/
+share/kexi/3.1/status/contribution_details.ui
+share/kexi/3.1/status/contribution_help.ui
+share/kexi/3.1/status/status.rcc
+share/kexi/3.1/status/status.ui
+share/kexi/3.1/status/status_strings.ui
 share/locale/ar/LC_MESSAGES/kexi.mo
 share/locale/ast/LC_MESSAGES/kexi.mo
 share/locale/ast/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
@@ -83,6 +89,7 @@ share/locale/de/LC_MESSAGES/keximigrate_
 share/locale/el/LC_MESSAGES/kexi.mo
 share/locale/el/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 share/locale/el/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
+share/locale/el/LC_MESSAGES/keximigrate_mdb.mo
 share/locale/en_GB/LC_MESSAGES/kexi.mo
 share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
@@ -111,6 +118,7 @@ share/locale/ga/LC_MESSAGES/kexiforms_we
 share/locale/gl/LC_MESSAGES/kexi.mo
 share/locale/gl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 share/locale/gl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
+share/locale/gl/LC_MESSAGES/keximigrate_mdb.mo
 share/locale/he/LC_MESSAGES/kexi.mo
 share/locale/hi/LC_MESSAGES/kexi.mo
 share/locale/hne/LC_MESSAGES/kexi.mo
@@ -191,6 +199,7 @@ share/locale/tg/LC_MESSAGES/kexi.mo
 share/locale/tr/LC_MESSAGES/kexi.mo
 share/locale/tr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 share/locale/tr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
+share/locale/tr/LC_MESSAGES/keximigrate_mdb.mo
 share/locale/ug/LC_MESSAGES/kexi.mo
 share/locale/ug/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 share/locale/ug/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
@@ -210,6 +219,6 @@ share/locale/zh_TW/LC_MESSAGES/kexiforms
 share/locale/zh_TW/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo
 share/locale/zh_TW/LC_MESSAGES/keximigrate_mdb.mo
 share/metainfo/
-share/metainfo/org.kde.kexi.appdata.xml
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+share/metainfo/org.kde.kexi-3.1.appdata.xml
Index: devel/kproperty/Makefile
===================================================================
RCS file: /cvs/ports/devel/kproperty/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- devel/kproperty/Makefile    5 Mar 2018 10:07:57 -0000       1.1.1.1
+++ devel/kproperty/Makefile    9 May 2018 20:57:18 -0000
@@ -2,11 +2,11 @@
 
 COMMENT =      property editing framework with editor widget
 
-VERSION =      3.0.2
+VERSION =      3.1.0
 DISTNAME =     kproperty-${VERSION}
 
-SHARED_LIBS +=  KPropertyCore3            0.0 # 3.0
-SHARED_LIBS +=  KPropertyWidgets3         0.0 # 3.0
+SHARED_LIBS +=  KPropertyCore3            1.0 # 3.0
+SHARED_LIBS +=  KPropertyWidgets3         1.0 # 3.0
 
 CATEGORIES =   devel
 
@@ -17,8 +17,9 @@ MAINTAINER =  Rafael Sadowski <rsadowski@
 # LGPLv2+
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets Qt5Xml
-WANTLIB += c m
+WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5ConfigGui KF5GuiAddons
+WANTLIB += KF5WidgetsAddons Qt5Core Qt5Gui Qt5Widgets Qt5Xml c
+WANTLIB += m
 
 MASTER_SITES = ${MASTER_SITE_KDE:=stable/kproperty/src/}}
 EXTRACT_SUFX = .tar.xz
@@ -27,8 +28,10 @@ MODULES =            devel/cmake \
                        lang/python \
                        devel/kf5
 
-BUILD_DEPENDS =                devel/kf5/kconfig \
-                       devel/kf5/kcoreaddons \
+BUILD_DEPENDS =                x11/qt5/qttools \
+                       devel/kf5/kcoreaddons
+
+LIB_DEPENDS =          devel/kf5/kconfig \
                        devel/kf5/kwidgetsaddons \
                        devel/kf5/kguiaddons
 
Index: devel/kproperty/distinfo
===================================================================
RCS file: /cvs/ports/devel/kproperty/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- devel/kproperty/distinfo    5 Mar 2018 10:07:57 -0000       1.1.1.1
+++ devel/kproperty/distinfo    9 May 2018 20:57:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (kproperty-3.0.2.tar.xz) = 1fpx7mIaMCIfQntTKCq+EkNHhCvPZXJpt/e3c1Xb88M=
-SIZE (kproperty-3.0.2.tar.xz) = 82556
+SHA256 (kproperty-3.1.0.tar.xz) = ft6O6Gi6SA5GZqMrSybSebHkUXf4OwraMqFfqc7lFKM=
+SIZE (kproperty-3.1.0.tar.xz) = 123528
Index: devel/kproperty/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/kproperty/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- devel/kproperty/pkg/PLIST   5 Mar 2018 10:07:57 -0000       1.1.1.1
+++ devel/kproperty/pkg/PLIST   9 May 2018 20:57:18 -0000
@@ -6,8 +6,12 @@ include/KPropertyCore3/KProperty
 include/KPropertyCore3/KProperty.h
 include/KPropertyCore3/KPropertyFactory
 include/KPropertyCore3/KPropertyFactory.h
+include/KPropertyCore3/KPropertyListData
+include/KPropertyCore3/KPropertyListData.h
 include/KPropertyCore3/KPropertySet
 include/KPropertyCore3/KPropertySet.h
+include/KPropertyCore3/KPropertySetBuffer
+include/KPropertyCore3/KPropertySetBuffer.h
 include/KPropertyCore3/config-kproperty.h
 include/KPropertyCore3/kproperty_version.h
 include/KPropertyCore3/kpropertycore_export.h
@@ -23,6 +27,10 @@ include/KPropertyWidgets3/KPropertyEdito
 include/KPropertyWidgets3/KPropertyEditorView.h
 include/KPropertyWidgets3/KPropertyGenericSelectionEditor
 include/KPropertyWidgets3/KPropertyGenericSelectionEditor.h
+include/KPropertyWidgets3/KPropertyMultiLineStringEditor
+include/KPropertyWidgets3/KPropertyMultiLineStringEditor.h
+include/KPropertyWidgets3/KPropertyRectFEditor
+include/KPropertyWidgets3/KPropertyRectFEditor.h
 include/KPropertyWidgets3/KPropertyStringEditor
 include/KPropertyWidgets3/KPropertyStringEditor.h
 include/KPropertyWidgets3/KPropertyUrlEditor
@@ -62,11 +70,13 @@ include/KPropertyWidgets3/utils.h
 lib/cmake/KPropertyCore3/
 lib/cmake/KPropertyCore3/KPropertyCoreConfig.cmake
 lib/cmake/KPropertyCore3/KPropertyCoreConfigVersion.cmake
+lib/cmake/KPropertyCore3/KPropertyCoreQCHTargets.cmake
 lib/cmake/KPropertyCore3/KPropertyCoreTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/KPropertyCore3/KPropertyCoreTargets.cmake
 lib/cmake/KPropertyWidgets3/
 lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfig.cmake
 lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfigVersion.cmake
+lib/cmake/KPropertyWidgets3/KPropertyWidgetsQCHTargets.cmake
 lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets.cmake
 @lib lib/libKPropertyCore3.so.${LIBKPropertyCore3_VERSION}
@@ -76,3 +86,53 @@ lib/pkgconfig/KPropertyWidgets3.pc
 share/kpropertywidgets3/
 share/kpropertywidgets3/icons/
 share/kpropertywidgets3/icons/kproperty_breeze.rcc
+share/locale/ast/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ast/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/ca/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ca/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/cs/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/cs/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/de/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/de/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/en_GB/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/en_GB/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/es/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/es/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/fi/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/fi/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/fr/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/fr/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/gl/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/gl/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/ia/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ia/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/it/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/it/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/ja/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ja/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/lt/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/lt/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/nl/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/nl/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/pl/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/pl/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/pt/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/pt/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/ru/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/ru/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/sk/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/sk/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/sv/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/sv/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/tr/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/tr/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/uk/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/uk/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kpropertywidgets_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kpropertycore_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kpropertywidgets_qt.qm
Index: devel/kreport/Makefile
===================================================================
RCS file: /cvs/ports/devel/kreport/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- devel/kreport/Makefile      6 Mar 2018 20:41:25 -0000       1.3
+++ devel/kreport/Makefile      9 May 2018 20:57:18 -0000
@@ -2,9 +2,8 @@
 
 COMMENT =      framework for generation of reports in multiple formats
 
-VERSION =      3.0.2
+VERSION =      3.1.0
 DISTNAME =     kreport-${VERSION}
-REVISION =     1
 
 CATEGORIES =   devel
 
@@ -12,7 +11,7 @@ HOMEPAGE =    http://www.kexi-project.org/
 
 MAINTAINER =   Rafael Sadowski <rsadow...@openbsd.org>
 
-SHARED_LIBS +=  KReport3                  0.0 # 3.0
+SHARED_LIBS +=  KReport3                  1.0 # 3.0
 
 # GPLv2+, LGPLv2+ and GNU FDLv1.2
 PERMIT_PACKAGE_CDROM = Yes
@@ -28,10 +27,11 @@ EXTRACT_SUFX =      .tar.xz
 MODULES =              devel/kf5
 
 BUILD_DEPENDS =                shells/bash \
+                       devel/kf5/kguiaddons \
+                       x11/qt5/qttools \
                        devel/gettext-tools
 
 LIB_DEPENDS =          devel/kf5/kcoreaddons \
-                       devel/kf5/kguiaddons \
                        devel/kf5/kconfig \
                        devel/kf5/kwidgetsaddons \
                        devel/kproperty \
Index: devel/kreport/distinfo
===================================================================
RCS file: /cvs/ports/devel/kreport/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- devel/kreport/distinfo      5 Mar 2018 10:29:05 -0000       1.1.1.1
+++ devel/kreport/distinfo      9 May 2018 20:57:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (kreport-3.0.2.tar.xz) = 4E6oBjgeyf5A9jED5u9FaFpYb6pchYBzR9czIxzco/0=
-SIZE (kreport-3.0.2.tar.xz) = 227508
+SHA256 (kreport-3.1.0.tar.xz) = O2SFYpteQ0O33fQu+xknMQ1gsUOiKv55klFH0N3N82w=
+SIZE (kreport-3.1.0.tar.xz) = 378980
Index: devel/kreport/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/kreport/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- devel/kreport/pkg/PLIST     5 Mar 2018 10:29:05 -0000       1.1.1.1
+++ devel/kreport/pkg/PLIST     9 May 2018 20:57:18 -0000
@@ -4,8 +4,8 @@
 include/KReport3/
 include/KReport3/KReportAsyncItemBase
 include/KReport3/KReportAsyncItemBase.h
-include/KReport3/KReportData
-include/KReport3/KReportData.h
+include/KReport3/KReportDataSource
+include/KReport3/KReportDataSource.h
 include/KReport3/KReportDesign
 include/KReport3/KReportDesign.h
 include/KReport3/KReportDesigner
@@ -22,8 +22,6 @@ include/KReport3/KReportDesignerSectionD
 include/KReport3/KReportDesignerSectionDetailGroup.h
 include/KReport3/KReportDocument
 include/KReport3/KReportDocument.h
-include/KReport3/KReportDpi
-include/KReport3/KReportDpi.h
 include/KReport3/KReportElement
 include/KReport3/KReportElement.h
 include/KReport3/KReportGroupTracker
@@ -38,8 +36,6 @@ include/KReport3/KReportLineStyle
 include/KReport3/KReportLineStyle.h
 include/KReport3/KReportPage
 include/KReport3/KReportPage.h
-include/KReport3/KReportPageOptions
-include/KReport3/KReportPageOptions.h
 include/KReport3/KReportPageSize
 include/KReport3/KReportPageSize.h
 include/KReport3/KReportPluginInterface
@@ -48,8 +44,6 @@ include/KReport3/KReportPluginManager
 include/KReport3/KReportPluginManager.h
 include/KReport3/KReportPluginMetaData
 include/KReport3/KReportPluginMetaData.h
-include/KReport3/KReportPosition
-include/KReport3/KReportPosition.h
 include/KReport3/KReportPreRenderer
 include/KReport3/KReportPreRenderer.h
 include/KReport3/KReportRenderObjects
@@ -62,28 +56,25 @@ include/KReport3/KReportScriptDraw
 include/KReport3/KReportScriptDraw.h
 include/KReport3/KReportScriptHandler
 include/KReport3/KReportScriptHandler.h
+include/KReport3/KReportScriptSource
+include/KReport3/KReportScriptSource.h
 include/KReport3/KReportSection
 include/KReport3/KReportSection.h
 include/KReport3/KReportSectionData
 include/KReport3/KReportSectionData.h
-include/KReport3/KReportSize
-include/KReport3/KReportSize.h
 include/KReport3/KReportUnit
 include/KReport3/KReportUnit.h
 include/KReport3/KReportUtils
 include/KReport3/KReportUtils.h
 include/KReport3/KReportView
 include/KReport3/KReportView.h
-include/KReport3/KReportZoomHandler
-include/KReport3/KReportZoomHandler.h
-include/KReport3/KReportZoomMode
-include/KReport3/KReportZoomMode.h
 include/KReport3/config-kreport.h
 include/KReport3/kreport_export.h
 include/KReport3/kreport_version.h
 lib/cmake/KReport3/
 lib/cmake/KReport3/KReportConfig.cmake
 lib/cmake/KReport3/KReportConfigVersion.cmake
+lib/cmake/KReport3/KReportQCHTargets.cmake
 lib/cmake/KReport3/KReportTargets${MODCMAKE_BUILD_SUFFIX}
 lib/cmake/KReport3/KReportTargets.cmake
 @lib lib/libKReport3.so.${LIBKReport3_VERSION}
@@ -99,3 +90,192 @@ share/kreport3/icons/org.kde.kreport.bar
 share/kreport3/icons/org.kde.kreport.web_breeze.rcc
 share/kservicetypes5/
 share/kservicetypes5/kreport_elementplugin.desktop
+share/locale/af/LC_MESSAGES/kreport_qt.qm
+share/locale/ar/LC_MESSAGES/kreport_qt.qm
+share/locale/ast/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ast/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ast/LC_MESSAGES/kreport_qt.qm
+share/locale/ast/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/be/LC_MESSAGES/kreport_qt.qm
+share/locale/bg/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/bg/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/bg/LC_MESSAGES/kreport_qt.qm
+share/locale/br/LC_MESSAGES/kreport_qt.qm
+share/locale/bs/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/bs/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/bs/LC_MESSAGES/kreport_qt.qm
+share/locale/bs/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ca/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ca/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ca/LC_MESSAGES/kreport_qt.qm
+share/locale/ca/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kreport_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/cs/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/cs/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/cs/LC_MESSAGES/kreport_qt.qm
+share/locale/cs/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/cy/LC_MESSAGES/kreport_qt.qm
+share/locale/da/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/da/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/da/LC_MESSAGES/kreport_qt.qm
+share/locale/da/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/de/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/de/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/de/LC_MESSAGES/kreport_qt.qm
+share/locale/de/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/el/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/el/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/el/LC_MESSAGES/kreport_qt.qm
+share/locale/el/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/en_GB/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/en_GB/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/en_GB/LC_MESSAGES/kreport_qt.qm
+share/locale/en_GB/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/eo/LC_MESSAGES/kreport_qt.qm
+share/locale/es/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/es/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/es/LC_MESSAGES/kreport_qt.qm
+share/locale/es/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/et/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/et/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/et/LC_MESSAGES/kreport_qt.qm
+share/locale/et/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/eu/LC_MESSAGES/kreport_qt.qm
+share/locale/fa/LC_MESSAGES/kreport_qt.qm
+share/locale/fi/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/fi/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/fi/LC_MESSAGES/kreport_qt.qm
+share/locale/fi/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/fr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/fr/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/fr/LC_MESSAGES/kreport_qt.qm
+share/locale/fr/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/fy/LC_MESSAGES/kreport_qt.qm
+share/locale/ga/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ga/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ga/LC_MESSAGES/kreport_qt.qm
+share/locale/ga/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/gl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/gl/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/gl/LC_MESSAGES/kreport_qt.qm
+share/locale/gl/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/he/LC_MESSAGES/kreport_qt.qm
+share/locale/hi/LC_MESSAGES/kreport_qt.qm
+share/locale/hne/LC_MESSAGES/kreport_qt.qm
+share/locale/hr/LC_MESSAGES/kreport_qt.qm
+share/locale/hu/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/hu/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/hu/LC_MESSAGES/kreport_qt.qm
+share/locale/hu/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ia/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ia/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ia/LC_MESSAGES/kreport_qt.qm
+share/locale/ia/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/is/LC_MESSAGES/kreport_qt.qm
+share/locale/it/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/it/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/it/LC_MESSAGES/kreport_qt.qm
+share/locale/it/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ja/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ja/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ja/LC_MESSAGES/kreport_qt.qm
+share/locale/ja/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/kk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/kk/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/kk/LC_MESSAGES/kreport_qt.qm
+share/locale/kk/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ko/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ko/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ko/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ku/LC_MESSAGES/kreport_qt.qm
+share/locale/lt/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/lt/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/lt/LC_MESSAGES/kreport_qt.qm
+share/locale/lt/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/lv/LC_MESSAGES/kreport_qt.qm
+share/locale/mai/LC_MESSAGES/kreport_qt.qm
+share/locale/mk/LC_MESSAGES/kreport_qt.qm
+share/locale/mr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/mr/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/mr/LC_MESSAGES/kreport_qt.qm
+share/locale/mr/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ms/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ms/LC_MESSAGES/kreport_qt.qm
+share/locale/nb/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/nb/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/nb/LC_MESSAGES/kreport_qt.qm
+share/locale/nb/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/nds/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/nds/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/nds/LC_MESSAGES/kreport_qt.qm
+share/locale/nds/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ne/LC_MESSAGES/kreport_qt.qm
+share/locale/nl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/nl/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/nl/LC_MESSAGES/kreport_qt.qm
+share/locale/nl/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/nn/LC_MESSAGES/kreport_qt.qm
+share/locale/oc/LC_MESSAGES/kreport_qt.qm
+share/locale/pa/LC_MESSAGES/kreport_qt.qm
+share/locale/pl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/pl/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/pl/LC_MESSAGES/kreport_qt.qm
+share/locale/pl/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/pt/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/pt/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/pt/LC_MESSAGES/kreport_qt.qm
+share/locale/pt/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kreport_qt.qm
+share/locale/pt_BR/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ro/LC_MESSAGES/kreport_qt.qm
+share/locale/ru/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ru/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ru/LC_MESSAGES/kreport_qt.qm
+share/locale/ru/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/se/LC_MESSAGES/kreport_qt.qm
+share/locale/sk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/sk/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/sk/LC_MESSAGES/kreport_qt.qm
+share/locale/sk/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/sl/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/sl/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/sl/LC_MESSAGES/kreport_qt.qm
+share/locale/sl/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/sv/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/sv/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/sv/LC_MESSAGES/kreport_qt.qm
+share/locale/sv/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ta/LC_MESSAGES/kreport_qt.qm
+share/locale/tg/LC_MESSAGES/kreport_qt.qm
+share/locale/th/LC_MESSAGES/kreport_qt.qm
+share/locale/tr/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/tr/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/tr/LC_MESSAGES/kreport_qt.qm
+share/locale/tr/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/ug/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/ug/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/ug/LC_MESSAGES/kreport_qt.qm
+share/locale/ug/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/uk/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/uk/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/uk/LC_MESSAGES/kreport_qt.qm
+share/locale/uk/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/uz/LC_MESSAGES/kreport_qt.qm
+share/locale/uz@cyrillic/LC_MESSAGES/kreport_qt.qm
+share/locale/vi/LC_MESSAGES/kreport_qt.qm
+share/locale/wa/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/wa/LC_MESSAGES/kreport_qt.qm
+share/locale/xh/LC_MESSAGES/kreport_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kreport_qt.qm
+share/locale/zh_CN/LC_MESSAGES/kreport_webplugin_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kreport_barcodeplugin_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kreport_mapsplugin_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kreport_qt.qm
+share/locale/zh_TW/LC_MESSAGES/kreport_webplugin_qt.qm

Reply via email to