From 002adba9d30e58d2ad6c9338e36873b38f721387 Mon Sep 17 00:00:00 2001 From: barracuda156 Date: Fri, 24 May 2024 19:11:05 +0800 Subject: [PATCH] ktorrent4: non-functional: portfile clean-up --- kde/ktorrent4/Portfile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kde/ktorrent4/Portfile b/kde/ktorrent4/Portfile index 1e485632eaf72..4865f9f9d7d4f 100644 --- a/kde/ktorrent4/Portfile +++ b/kde/ktorrent4/Portfile @@ -1,9 +1,9 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup kde4 1.1 +PortGroup boost 1.0 PortGroup github 1.0 -PortGroup boost 1.0 +PortGroup kde4 1.1 github.setup KDE ktorrent 4.3.1 name ktorrent4 @@ -16,22 +16,25 @@ maintainers nomaintainer description KDE4 bittorrent client, version 4. long_description Bittorrent client for KDE4 supporting a variety of \ features such as uPNP. -platforms darwin homepage https://www.kde.org/applications/internet/ktorrent/ master_sites https://github.com/KDE/ktorrent/archive/ checksums rmd160 29a3bea31c787ce6bf22a705830f57119c888ab3 \ - sha256 b88a9cd5f0bad5a53fc50396e5e6a5c2f0ca9f02ccf3ffb93ff42484abccee91 + sha256 b88a9cd5f0bad5a53fc50396e5e6a5c2f0ca9f02ccf3ffb93ff42484abccee91 \ + size 1260444 distfiles v${version}${extract.suffix} #Deactivating ipfilter plugin, which has linking problems (QHostAddress) configure.args-append -DENABLE_IPFILTER_PLUGIN=false -depends_lib-append port:kde4-runtime port:kdepimlibs4 \ - port:libktorrent port:taglib +depends_lib-append port:kde4-runtime \ + port:kdepimlibs4 \ + port:libktorrent \ + port:taglib -depends_build-append bin:perl:perl5 +depends_build-append \ + bin:perl:perl5 # error: cinttypes: No such file or directory compiler.cxx_standard 2011