Index: head/net-p2p/ktorrent/files/patch-syndication =================================================================== --- head/net-p2p/ktorrent/files/patch-syndication (revision 480065) +++ head/net-p2p/ktorrent/files/patch-syndication (nonexistent) @@ -1,44 +0,0 @@ -From 46a4d7a378372a028522cfba94e77a11c478b36c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= -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 - Property changes on: head/net-p2p/ktorrent/files/patch-syndication ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h =================================================================== --- head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h (revision 480065) +++ head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h (nonexistent) @@ -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 -+#include -+ - #include "ui_torrentcreatordlg.h" - #include - Property changes on: head/net-p2p/ktorrent/files/patch-ktorrent_dialogs_torrentcreatordlg.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/ktorrent/files/patch-git_1669198 =================================================================== --- head/net-p2p/ktorrent/files/patch-git_1669198 (revision 480065) +++ head/net-p2p/ktorrent/files/patch-git_1669198 (nonexistent) @@ -1,52 +0,0 @@ -From 16691987fdf035f7cafd6c65f7287639ac4cc27f Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner -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 - #include - #include - #include -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 - #include - #include -+#include - #include - #include - #include -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 - #include - #include - #include Property changes on: head/net-p2p/ktorrent/files/patch-git_1669198 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/ktorrent/files/patch-git_c66233c =================================================================== --- head/net-p2p/ktorrent/files/patch-git_c66233c (revision 480065) +++ head/net-p2p/ktorrent/files/patch-git_c66233c (nonexistent) @@ -1,21 +0,0 @@ -From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= -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 - #include - #include -+#include - - #include - #include Property changes on: head/net-p2p/ktorrent/files/patch-git_c66233c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-p2p/ktorrent/Makefile =================================================================== --- head/net-p2p/ktorrent/Makefile (revision 480065) +++ head/net-p2p/ktorrent/Makefile (revision 480066) @@ -1,29 +1,28 @@ # $FreeBSD$ # 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 USES= cmake:outsource gettext kde:5 qt:5 tar:xz LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \ libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ libtag.so:audio/taglib USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons dnssd i18n iconthemes itemviews \ jobwidgets kcmutils kdewebkit kio kross notifications \ notifyconfig parts plotting service \ solid sonnet syndication textwidgets widgetsaddons \ windowsystem xmlgui USE_QT= core dbus gui network phonon4 script webkit widgets xml \ buildtools_build qmake_build .include Index: head/net-p2p/ktorrent/distinfo =================================================================== --- head/net-p2p/ktorrent/distinfo (revision 480065) +++ head/net-p2p/ktorrent/distinfo (revision 480066) @@ -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 Index: head/net-p2p/ktorrent/pkg-plist =================================================================== --- head/net-p2p/ktorrent/pkg-plist (revision 480065) +++ head/net-p2p/ktorrent/pkg-plist (revision 480066) @@ -1,221 +1,222 @@ bin/ktmagnetdownloader bin/ktorrent bin/ktupnptest lib/libktcore.so.16 lib/libktcore.so.16.0.0 %%QT_PLUGINDIR%%/ktorrent/ktorrent_bwscheduler.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_downloadorder.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_infowidget.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_ipfilter.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_logviewer.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_magnetgenerator.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_mediaplayer.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_scanfolder.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_scripting.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_search.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_stats.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_syndication.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_upnp.so %%QT_PLUGINDIR%%/ktorrent/ktorrent_zeroconf.so share/applications/org.kde.ktorrent.desktop share/doc/HTML/ca/ktorrent/index.cache.bz2 share/doc/HTML/ca/ktorrent/index.docbook share/doc/HTML/de/ktorrent/index.cache.bz2 share/doc/HTML/de/ktorrent/index.docbook share/doc/HTML/en/ktorrent/index.cache.bz2 share/doc/HTML/en/ktorrent/index.docbook share/doc/HTML/es/ktorrent/index.cache.bz2 share/doc/HTML/es/ktorrent/index.docbook share/doc/HTML/et/ktorrent/index.cache.bz2 share/doc/HTML/et/ktorrent/index.docbook share/doc/HTML/fr/ktorrent/index.cache.bz2 share/doc/HTML/fr/ktorrent/index.docbook share/doc/HTML/it/ktorrent/index.cache.bz2 share/doc/HTML/it/ktorrent/index.docbook share/doc/HTML/nl/ktorrent/index.cache.bz2 share/doc/HTML/nl/ktorrent/index.docbook share/doc/HTML/pt/ktorrent/index.cache.bz2 share/doc/HTML/pt/ktorrent/index.docbook share/doc/HTML/pt_BR/ktorrent/index.cache.bz2 share/doc/HTML/pt_BR/ktorrent/index.docbook share/doc/HTML/ru/ktorrent/index.cache.bz2 share/doc/HTML/ru/ktorrent/index.docbook 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 share/icons/hicolor/16x16/actions/kt-remove-filters.png share/icons/hicolor/16x16/actions/kt-stop-all.png share/icons/hicolor/16x16/actions/kt-stop.png share/icons/hicolor/16x16/actions/kt-upnp.png share/icons/hicolor/16x16/apps/ktorrent.png share/icons/hicolor/22x22/actions/kt-add-feeds.png share/icons/hicolor/22x22/actions/kt-add-filters.png share/icons/hicolor/22x22/actions/kt-magnet.png share/icons/hicolor/22x22/actions/kt-pause.png share/icons/hicolor/22x22/actions/kt-remove-feeds.png share/icons/hicolor/22x22/actions/kt-remove-filters.png share/icons/hicolor/22x22/actions/kt-remove.png share/icons/hicolor/22x22/actions/kt-set-max-download-speed.png share/icons/hicolor/22x22/actions/kt-set-max-upload-speed.png share/icons/hicolor/22x22/actions/kt-speed-limits.png share/icons/hicolor/22x22/actions/kt-start-all.png share/icons/hicolor/22x22/actions/kt-start.png share/icons/hicolor/22x22/actions/kt-stop-all.png share/icons/hicolor/22x22/actions/kt-stop.png share/icons/hicolor/22x22/apps/ktorrent.png share/icons/hicolor/32x32/actions/kt-add-feeds.png share/icons/hicolor/32x32/actions/kt-add-filters.png share/icons/hicolor/32x32/actions/kt-info-widget.png share/icons/hicolor/32x32/actions/kt-magnet.png share/icons/hicolor/32x32/actions/kt-pause.png share/icons/hicolor/32x32/actions/kt-queue-manager.png share/icons/hicolor/32x32/actions/kt-remove-feeds.png share/icons/hicolor/32x32/actions/kt-remove-filters.png share/icons/hicolor/32x32/actions/kt-remove.png share/icons/hicolor/32x32/actions/kt-set-max-download-speed.png share/icons/hicolor/32x32/actions/kt-set-max-upload-speed.png share/icons/hicolor/32x32/actions/kt-speed-limits.png share/icons/hicolor/32x32/actions/kt-start-all.png share/icons/hicolor/32x32/actions/kt-start.png share/icons/hicolor/32x32/actions/kt-stop-all.png share/icons/hicolor/32x32/actions/kt-stop.png share/icons/hicolor/32x32/actions/kt-upnp.png share/icons/hicolor/32x32/apps/ktorrent.png share/icons/hicolor/48x48/actions/kt-bandwidth-scheduler.png share/icons/hicolor/48x48/actions/kt-change-tracker.png share/icons/hicolor/48x48/actions/kt-check-data.png share/icons/hicolor/48x48/actions/kt-chunks.png share/icons/hicolor/48x48/actions/kt-info-widget.png share/icons/hicolor/48x48/actions/kt-magnet.png share/icons/hicolor/48x48/actions/kt-pause.png share/icons/hicolor/48x48/actions/kt-plugins.png share/icons/hicolor/48x48/actions/kt-queue-manager.png share/icons/hicolor/48x48/actions/kt-remove.png share/icons/hicolor/48x48/actions/kt-restore-defaults.png share/icons/hicolor/48x48/actions/kt-set-max-download-speed.png share/icons/hicolor/48x48/actions/kt-set-max-upload-speed.png share/icons/hicolor/48x48/actions/kt-show-hide.png share/icons/hicolor/48x48/actions/kt-show-statusbar.png share/icons/hicolor/48x48/actions/kt-speed-limits.png share/icons/hicolor/48x48/actions/kt-start-all.png share/icons/hicolor/48x48/actions/kt-start.png share/icons/hicolor/48x48/actions/kt-stop-all.png share/icons/hicolor/48x48/actions/kt-stop.png share/icons/hicolor/48x48/actions/kt-upnp.png share/icons/hicolor/48x48/apps/ktorrent.png share/icons/hicolor/64x64/actions/kt-magnet.png share/icons/hicolor/64x64/apps/ktorrent.png share/icons/hicolor/scalable/actions/kt-magnet.svgz share/icons/hicolor/scalable/actions/kt-set-max-download-speed.svgz share/icons/hicolor/scalable/actions/kt-set-max-upload-speed.svgz share/icons/hicolor/scalable/actions/kt-speed-limits.svgz share/knotifications5/ktorrent.notifyrc %%DATADIR%%/opensearch/btdb.in/favicon.ico %%DATADIR%%/opensearch/btdb.in/opensearch.xml %%DATADIR%%/opensearch/btdig.com/favicon.ico %%DATADIR%%/opensearch/btdig.com/opensearch.xml %%DATADIR%%/opensearch/duckduckgo.com/favicon.ico %%DATADIR%%/opensearch/duckduckgo.com/opensearch.xml %%DATADIR%%/opensearch/torrentproject.se/favicon.ico %%DATADIR%%/opensearch/torrentproject.se/opensearch.xml %%DATADIR%%/scripts/auto_remove/auto_remove.desktop %%DATADIR%%/scripts/auto_remove/auto_remove.py %%DATADIR%%/scripts/auto_remove/auto_remove.ui %%DATADIR%%/scripts/auto_resume/auto_resume.desktop %%DATADIR%%/scripts/auto_resume/auto_resume.py %%DATADIR%%/scripts/auto_resume/auto_resume.ui %%DATADIR%%/scripts/email_notifications/email_notifications.desktop %%DATADIR%%/scripts/email_notifications/email_notifications.py %%DATADIR%%/scripts/email_notifications/emailconfig.ui %%DATADIR%%/scripts/tracker_groups/tracker_groups.desktop %%DATADIR%%/scripts/tracker_groups/tracker_groups.py %%DATADIR%%/search/home/body-background.jpg %%DATADIR%%/search/home/box-bottom-left.png %%DATADIR%%/search/home/box-bottom-middle.png %%DATADIR%%/search/home/box-bottom-right.png %%DATADIR%%/search/home/box-center.png %%DATADIR%%/search/home/box-middle-left.png %%DATADIR%%/search/home/box-middle-right.png %%DATADIR%%/search/home/box-top-left.png %%DATADIR%%/search/home/box-top-middle.png %%DATADIR%%/search/home/box-top-right.png %%DATADIR%%/search/home/home.css %%DATADIR%%/search/home/home.html %%DATADIR%%/search/home/ktorrent-icon.png %%DATADIR%%/search/home/ktorrent_infopage.css share/kxmlgui5/ktorrent/ktorrent_bwschedulerui.rc share/kxmlgui5/ktorrent/ktorrent_downloadorderui.rc share/kxmlgui5/ktorrent/ktorrent_magnetgeneratorui.rc share/kxmlgui5/ktorrent/ktorrent_mediaplayerui.rc share/kxmlgui5/ktorrent/ktorrent_scriptingui.rc share/kxmlgui5/ktorrent/ktorrent_searchui.rc share/kxmlgui5/ktorrent/ktorrent_syndicationui.rc share/kxmlgui5/ktorrent/ktorrentui.rc share/kxmlgui5/ktorrent/kttorrentactivityui.rc share/locale/ar/LC_MESSAGES/ktorrent.mo share/locale/ast/LC_MESSAGES/ktorrent.mo share/locale/be/LC_MESSAGES/ktorrent.mo share/locale/bg/LC_MESSAGES/ktorrent.mo share/locale/bs/LC_MESSAGES/ktorrent.mo share/locale/ca/LC_MESSAGES/ktorrent.mo share/locale/ca@valencia/LC_MESSAGES/ktorrent.mo share/locale/cs/LC_MESSAGES/ktorrent.mo share/locale/da/LC_MESSAGES/ktorrent.mo share/locale/de/LC_MESSAGES/ktorrent.mo share/locale/el/LC_MESSAGES/ktorrent.mo share/locale/en_GB/LC_MESSAGES/ktorrent.mo share/locale/eo/LC_MESSAGES/ktorrent.mo share/locale/es/LC_MESSAGES/ktorrent.mo share/locale/et/LC_MESSAGES/ktorrent.mo share/locale/eu/LC_MESSAGES/ktorrent.mo share/locale/fi/LC_MESSAGES/ktorrent.mo share/locale/fr/LC_MESSAGES/ktorrent.mo share/locale/ga/LC_MESSAGES/ktorrent.mo share/locale/gl/LC_MESSAGES/ktorrent.mo share/locale/he/LC_MESSAGES/ktorrent.mo share/locale/hi/LC_MESSAGES/ktorrent.mo share/locale/hne/LC_MESSAGES/ktorrent.mo share/locale/hr/LC_MESSAGES/ktorrent.mo share/locale/hu/LC_MESSAGES/ktorrent.mo share/locale/ia/LC_MESSAGES/ktorrent.mo share/locale/is/LC_MESSAGES/ktorrent.mo share/locale/it/LC_MESSAGES/ktorrent.mo share/locale/ja/LC_MESSAGES/ktorrent.mo share/locale/kk/LC_MESSAGES/ktorrent.mo share/locale/km/LC_MESSAGES/ktorrent.mo share/locale/ko/LC_MESSAGES/ktorrent.mo share/locale/ku/LC_MESSAGES/ktorrent.mo share/locale/lt/LC_MESSAGES/ktorrent.mo share/locale/lv/LC_MESSAGES/ktorrent.mo share/locale/mr/LC_MESSAGES/ktorrent.mo share/locale/ms/LC_MESSAGES/ktorrent.mo share/locale/nb/LC_MESSAGES/ktorrent.mo share/locale/nds/LC_MESSAGES/ktorrent.mo share/locale/nl/LC_MESSAGES/ktorrent.mo share/locale/nn/LC_MESSAGES/ktorrent.mo share/locale/oc/LC_MESSAGES/ktorrent.mo share/locale/pl/LC_MESSAGES/ktorrent.mo share/locale/pt/LC_MESSAGES/ktorrent.mo share/locale/pt_BR/LC_MESSAGES/ktorrent.mo share/locale/ro/LC_MESSAGES/ktorrent.mo share/locale/ru/LC_MESSAGES/ktorrent.mo share/locale/se/LC_MESSAGES/ktorrent.mo share/locale/si/LC_MESSAGES/ktorrent.mo share/locale/sk/LC_MESSAGES/ktorrent.mo share/locale/sl/LC_MESSAGES/ktorrent.mo share/locale/sq/LC_MESSAGES/ktorrent.mo share/locale/sr/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavian/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktorrent.mo share/locale/sr@latin/LC_MESSAGES/ktorrent.mo share/locale/sv/LC_MESSAGES/ktorrent.mo share/locale/tr/LC_MESSAGES/ktorrent.mo share/locale/ug/LC_MESSAGES/ktorrent.mo share/locale/uk/LC_MESSAGES/ktorrent.mo share/locale/zh_CN/LC_MESSAGES/ktorrent.mo share/locale/zh_TW/LC_MESSAGES/ktorrent.mo share/metainfo/org.kde.ktorrent.appdata.xml