aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-kio
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-11-12 18:31:42 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-11-12 18:31:42 +0000
commit97d1b5cdadd250a585ceb54a7ea5b59b46de972e (patch)
treef0c6d6f18936f11b01d8783e65bcd6caab8be222 /devel/kf5-kio
parentd664f7accefdc221c09eae4ff72bfcd003be7c34 (diff)
downloadports-97d1b5cdadd250a585ceb54a7ea5b59b46de972e.tar.gz
ports-97d1b5cdadd250a585ceb54a7ea5b59b46de972e.zip
Update KDE Frameworks to 5.52.0
PR: 233107 Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=484814
Diffstat (limited to 'devel/kf5-kio')
-rw-r--r--devel/kf5-kio/Makefile1
-rw-r--r--devel/kf5-kio/distinfo6
-rw-r--r--devel/kf5-kio/files/patch-git_cf3b0d1044
-rw-r--r--devel/kf5-kio/pkg-plist1
4 files changed, 3 insertions, 49 deletions
diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile
index 4d28e2f46651..6c1e819e6067 100644
--- a/devel/kf5-kio/Makefile
+++ b/devel/kf5-kio/Makefile
@@ -2,7 +2,6 @@
PORTNAME= kio
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/kf5-kio/distinfo b/devel/kf5-kio/distinfo
index 7da55f709869..b4b4218e2a46 100644
--- a/devel/kf5-kio/distinfo
+++ b/devel/kf5-kio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539410411
-SHA256 (KDE/frameworks/5.51.0/kio-5.51.0.tar.xz) = c083dfb537e50f143770f0b50665da3779969ee3a1e38ba08e6ed3cc5c921cc7
-SIZE (KDE/frameworks/5.51.0/kio-5.51.0.tar.xz) = 3166752
+TIMESTAMP = 1541340208
+SHA256 (KDE/frameworks/5.52.0/kio-5.52.0.tar.xz) = acb05d730f057a81a263d1b217019ffadc276929462c54add202de44313524a1
+SIZE (KDE/frameworks/5.52.0/kio-5.52.0.tar.xz) = 3159632
diff --git a/devel/kf5-kio/files/patch-git_cf3b0d10 b/devel/kf5-kio/files/patch-git_cf3b0d10
deleted file mode 100644
index 184457d483de..000000000000
--- a/devel/kf5-kio/files/patch-git_cf3b0d10
+++ /dev/null
@@ -1,44 +0,0 @@
-From cf3b0d102855a4a90db3fb65a99e0009fcdd3755 Mon Sep 17 00:00:00 2001
-From: Michael Pyne <mpyne@kde.org>
-Date: Sat, 13 Oct 2018 19:09:50 -0400
-Subject: kio_help: Fix crash in QCoreApplication when accessing help://.
-
-A recent commit d428fc8e6447ede81f1e1911d0b66b39265672f3 removed old
-custom crash handling code in favor of KCrash. But this actually adds a
-dependency on there being a valid QCoreApplication object.
-
-I took from the example of the similar kio_file to simply create the
-QCoreApplication here.
-
-BUG:399709
-
-Differential Revision: https://phabricator.kde.org/D16189
----
- src/ioslaves/help/main.cpp | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/ioslaves/help/main.cpp b/src/ioslaves/help/main.cpp
-index f09987a..f800a9d 100644
---- src/ioslaves/help/main.cpp
-+++ src/ioslaves/help/main.cpp
-@@ -10,6 +10,7 @@ extern "C" int xmlLoadExtDtdDefaultValue;
-
- #include <QDebug>
-
-+#include <QCoreApplication>
- #include <QString>
-
- #include <stdlib.h>
-@@ -40,6 +41,9 @@ extern "C"
- {
- Q_DECL_EXPORT int kdemain(int argc, char **argv)
- {
-+ QCoreApplication app(argc, argv); // needed for KCrash
-+ app.setApplicationName(QStringLiteral("kio_help"));
-+
- KDocTools::setupStandardDirs();
-
- //qDebug() << "Starting " << getpid();
---
-cgit v0.11.2
-
diff --git a/devel/kf5-kio/pkg-plist b/devel/kf5-kio/pkg-plist
index d0da3ad469e5..52a2e6a9b00e 100644
--- a/devel/kf5-kio/pkg-plist
+++ b/devel/kf5-kio/pkg-plist
@@ -954,7 +954,6 @@ share/kservicetypes5/searchprovider.desktop
share/kservicetypes5/uasprovider.desktop
share/locale/af/LC_MESSAGES/kio5.mo
share/locale/ar/LC_MESSAGES/kio5.mo
-share/locale/ast/LC_MESSAGES/kio5.mo
share/locale/be/LC_MESSAGES/kio5.mo
share/locale/be@latin/LC_MESSAGES/kio5.mo
share/locale/bg/LC_MESSAGES/kio5.mo