diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-09-19 02:54:50 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-09-19 02:54:50 +0800 |
commit | 9a6b232af7516ae83c5d123e55077947d38986a5 (patch) | |
tree | b777d1daa25669fa76cf931446011a8135367752 /net-p2p | |
parent | e528b5feedde09c1dd808e8aa4c99d8d7b1ae78a (diff) | |
download | freebsd-ports-gnome-9a6b232af7516ae83c5d123e55077947d38986a5.tar.gz freebsd-ports-gnome-9a6b232af7516ae83c5d123e55077947d38986a5.tar.zst freebsd-ports-gnome-9a6b232af7516ae83c5d123e55077947d38986a5.zip |
devel/ktorrent: udpate to 5.1.1.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-git_1669198 | 52 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-git_c66233c | 21 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-syndication | 44 | ||||
-rw-r--r-- | net-p2p/ktorrent/pkg-plist | 1 |
7 files changed, 6 insertions, 134 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index dac610a572ff..892145fb7619 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,10 +3,9 @@ # TODO: once plasma5 ports are in, re-add dependency on workspace. PORTNAME= ktorrent -DISTVERSION= 5.1.0 -PORTREVISION= 2 +DISTVERSION= 5.1.1 CATEGORIES= net-p2p kde -MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R}/ +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 25514ac38b9c..7b316552fbd4 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518309582 -SHA256 (ktorrent-5.1.0.tar.xz) = 3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3 -SIZE (ktorrent-5.1.0.tar.xz) = 2046916 +TIMESTAMP = 1537292923 +SHA256 (ktorrent-5.1.1.tar.xz) = b54149cf1dd3ed59cb7be54c326469a64e152f39f2d7db01de9fdd6b2ce3562a +SIZE (ktorrent-5.1.1.tar.xz) = 2049392 diff --git a/net-p2p/ktorrent/files/patch-git_1669198 b/net-p2p/ktorrent/files/patch-git_1669198 deleted file mode 100644 index 900fbbf28397..000000000000 --- a/net-p2p/ktorrent/files/patch-git_1669198 +++ /dev/null @@ -1,52 +0,0 @@ -From 16691987fdf035f7cafd6c65f7287639ac4cc27f Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Sun, 18 Mar 2018 19:13:26 +0100 -Subject: [PATCH] Fix build with Qt 5.11 (missing headers) - -Reviewers: stikonas - -Reviewed By: stikonas - -Differential Revision: https://phabricator.kde.org/D11456 ---- - ktorrent/dialogs/fileselectdlg.cpp | 1 + - ktorrent/groups/groupview.cpp | 1 + - plugins/search/searchprefpage.cpp | 1 + - 3 files changed, 3 insertions(+) - -diff --git a/ktorrent/dialogs/fileselectdlg.cpp b/ktorrent/dialogs/fileselectdlg.cpp -index 139b4752..ec7d8ede 100644 ---- ktorrent/dialogs/fileselectdlg.cpp -+++ ktorrent/dialogs/fileselectdlg.cpp -@@ -20,6 +20,7 @@ - - #include "fileselectdlg.h" - -+#include <QButtonGroup> - #include <QMenu> - #include <QPushButton> - #include <QTextCodec> -diff --git a/ktorrent/groups/groupview.cpp b/ktorrent/groups/groupview.cpp -index 990ed0d3..76208144 100644 ---- ktorrent/groups/groupview.cpp -+++ ktorrent/groups/groupview.cpp -@@ -23,6 +23,7 @@ - #include <QAction> - #include <QDragEnterEvent> - #include <QDropEvent> -+#include <QHeaderView> - #include <QInputDialog> - #include <QMenu> - #include <QTreeWidgetItemIterator> -diff --git a/plugins/search/searchprefpage.cpp b/plugins/search/searchprefpage.cpp -index 667e7a82..4be6cd5c 100644 ---- plugins/search/searchprefpage.cpp -+++ plugins/search/searchprefpage.cpp -@@ -21,6 +21,7 @@ - - #include "searchprefpage.h" - -+#include <QButtonGroup> - #include <QCheckBox> - #include <QFile> - #include <QInputDialog> diff --git a/net-p2p/ktorrent/files/patch-git_c66233c b/net-p2p/ktorrent/files/patch-git_c66233c deleted file mode 100644 index 4e88216fa7b1..000000000000 --- a/net-p2p/ktorrent/files/patch-git_c66233c +++ /dev/null @@ -1,21 +0,0 @@ -From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org> -Date: Fri, 4 May 2018 00:33:44 +0200 -Subject: [PATCH] Fix build against Qt 5.11 (missing includes) - ---- - plugins/syndication/syndicationactivity.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp -index 61e80396..5736d526 100644 ---- plugins/syndication/syndicationactivity.cpp -+++ plugins/syndication/syndicationactivity.cpp -@@ -21,6 +21,7 @@ - #include <QHBoxLayout> - #include <QInputDialog> - #include <QToolButton> -+#include <QAction> - - #include <KMainWindow> - #include <KMessageBox> diff --git a/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h b/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h deleted file mode 100644 index f0d2a9ec9c95..000000000000 --- a/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ktorrent/dialogs/torrentcreatordlg.h.orig 2017-08-31 11:21:19 UTC -+++ ktorrent/dialogs/torrentcreatordlg.h -@@ -23,6 +23,8 @@ - #define KT_TORRENTCREATORDLG_HH - - #include <QDialog> -+#include <QTimer> -+ - #include "ui_torrentcreatordlg.h" - #include <torrent/torrentcreator.h> - diff --git a/net-p2p/ktorrent/files/patch-syndication b/net-p2p/ktorrent/files/patch-syndication deleted file mode 100644 index 8b9e29cb2981..000000000000 --- a/net-p2p/ktorrent/files/patch-syndication +++ /dev/null @@ -1,44 +0,0 @@ -From 46a4d7a378372a028522cfba94e77a11c478b36c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <dvratil@kde.org> -Date: Fri, 4 May 2018 00:31:44 +0200 -Subject: Fix build against new Syndication library - -Syndication::Loader::loadUrl() now always requires a DataRetriever -to be passed as a second argument. The behavior of the old method -was basically identical to using FeedRetriever anyway, so we can -use the FeedRetriever here to make it compile against new Syndication -and keep the behavior. ---- - plugins/syndication/ktfeed.cpp | 2 +- - plugins/syndication/syndicationactivity.cpp | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git ./plugins/syndication/ktfeed.cpp ./plugins/syndication/ktfeed.cpp -index 099cd4f..f20eb2c 100644 ---- ./plugins/syndication/ktfeed.cpp -+++ ./plugins/syndication/ktfeed.cpp -@@ -277,7 +277,7 @@ namespace kt - status = DOWNLOADING; - update_timer.stop(); - Syndication::Loader* loader = Syndication::Loader::create(this, SLOT(loadingFromDiskComplete(Syndication::Loader*, Syndication::FeedPtr, Syndication::ErrorCode))); -- loader->loadFrom(QUrl(dir + QStringLiteral("feed.xml"))); -+ loader->loadFrom(QUrl(dir + QStringLiteral("feed.xml")), new FeedRetriever()); - updated(); - } - -diff --git ./plugins/syndication/syndicationactivity.cpp ./plugins/syndication/syndicationactivity.cpp -index 293540d..61e8039 100644 ---- ./plugins/syndication/syndicationactivity.cpp -+++ ./plugins/syndication/syndicationactivity.cpp -@@ -135,7 +135,7 @@ namespace kt - } - else - { -- loader->loadFrom(QUrl(url)); -+ loader->loadFrom(QUrl(url), new FeedRetriever()); - downloads.insert(loader, url); - } - } --- -cgit v0.11.2 - diff --git a/net-p2p/ktorrent/pkg-plist b/net-p2p/ktorrent/pkg-plist index 6e259e619886..fdd6883ff481 100644 --- a/net-p2p/ktorrent/pkg-plist +++ b/net-p2p/ktorrent/pkg-plist @@ -44,6 +44,7 @@ share/doc/HTML/sv/ktorrent/index.cache.bz2 share/doc/HTML/sv/ktorrent/index.docbook share/doc/HTML/uk/ktorrent/index.cache.bz2 share/doc/HTML/uk/ktorrent/index.docbook +share/icons/hicolor/128x128/apps/ktorrent.png share/icons/hicolor/16x16/actions/kt-add-feeds.png share/icons/hicolor/16x16/actions/kt-add-filters.png share/icons/hicolor/16x16/actions/kt-remove-feeds.png |