Index: head/net-p2p/ktorrent/Makefile =================================================================== --- head/net-p2p/ktorrent/Makefile (revision 542532) +++ head/net-p2p/ktorrent/Makefile (revision 542533) @@ -1,46 +1,47 @@ # $FreeBSD$ PORTNAME= ktorrent DISTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ # Since libktorrent is released with ktorrent, it lives in a # strange download directory; keep this in-sync with net-p2p/libktorrent. MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE USES= cmake compiler:c++11-lang 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 kio kross notifications \ notifyconfig parts plotting service \ solid sonnet syndication textwidgets widgetsaddons \ windowsystem xmlgui USE_QT= concurrent core dbus gui network phonon4 script widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= WORKSPACE OPTIONS_DEFAULT= WORKSPACE OPTIONS_SUB= yes WORKSPACE_USE= KDE=plasma-workspace WORKSPACE_DESC= Shutdown on completion support WORKSPACE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace .include .if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 PLIST_SUB+= WEBENGINE="" USE_QT+= webengine .else PLIST_SUB+= WEBENGINE="@comment " .endif .include Index: head/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt =================================================================== --- head/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt (nonexistent) +++ head/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt (revision 542533) @@ -0,0 +1,11 @@ +--- plugins/mediaplayer/CMakeLists.txt.orig 2020-07-18 21:06:12 UTC ++++ plugins/mediaplayer/CMakeLists.txt +@@ -34,7 +34,7 @@ kcoreaddons_desktop_to_json(ktorrent_mediaplayer ktorr + target_link_libraries( + ktorrent_mediaplayer + ktcore +- ${TAGLIB_LIBRARIES} ++ Taglib::Taglib + Phonon::phonon4qt5 + KF5::Torrent + KF5::I18n Property changes on: head/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/ktorrent/pkg-descr =================================================================== --- head/net-p2p/ktorrent/pkg-descr (revision 542532) +++ head/net-p2p/ktorrent/pkg-descr (revision 542533) @@ -1,18 +1,18 @@ KTorrent is a BitTorrent client for KDE. Its main features are: o Download torrent files o Upload speed capping, seeing that most people can't upload infinite amounts of data o Internet searching using The Bittorrent website's search engine o UDP Trackers o Port forwarding with UPnP o IP blocking plugin o Importing of partially or fully downloaded files o Support for distributed hash tables o Protocol encryption o Bandwith scheduling o Directory scanner to automatically load torrents in certain directories o Trackers can be added to torrents o File prioritization for multi file torrents -WWW: http://ktorrent.org/ +WWW: https://kde.org/applications/en/internet/org.kde.ktorrent