summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/internet/ktorrent
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/internet/ktorrent')
-rw-r--r--freebsd/applications/internet/ktorrent/distinfo6
-rw-r--r--freebsd/applications/internet/ktorrent/files/patch-bp000-fix-ftbfs.diff48
-rw-r--r--freebsd/applications/internet/ktorrent/pkg-plist1
3 files changed, 4 insertions, 51 deletions
diff --git a/freebsd/applications/internet/ktorrent/distinfo b/freebsd/applications/internet/ktorrent/distinfo
index f1d3f558c..4cea1727e 100644
--- a/freebsd/applications/internet/ktorrent/distinfo
+++ b/freebsd/applications/internet/ktorrent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652281404
-SHA256 (TDE/applications/internet/ktorrent-trinity_14.0.12.orig.tar.xz) = cc801f6f6535e87ec95157d15eef570e59b36d046f7332ada8bbc3553cdb2806
-SIZE (TDE/applications/internet/ktorrent-trinity_14.0.12.orig.tar.xz) = 2088924
+TIMESTAMP = 1666619753
+SHA256 (TDE/applications/internet/ktorrent-trinity_14.0.13.orig.tar.xz) = 7ea3a93d039b29319161117419aca640581767a8a8aa3c05b7fff8c4e5832b1d
+SIZE (TDE/applications/internet/ktorrent-trinity_14.0.13.orig.tar.xz) = 2087768
diff --git a/freebsd/applications/internet/ktorrent/files/patch-bp000-fix-ftbfs.diff b/freebsd/applications/internet/ktorrent/files/patch-bp000-fix-ftbfs.diff
deleted file mode 100644
index 1d79bc90d..000000000
--- a/freebsd/applications/internet/ktorrent/files/patch-bp000-fix-ftbfs.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-commit 3ce1e1ccb8105968b6cb2a506a627f60f50d2148
-Author: Michele Calgaro <michele.calgaro@yahoo.it>
-Date: Wed May 11 22:10:44 2022 +0900
-
- Fix FTBFS described at issue #2.
-
- Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-
-diff --git a/plugins/infowidget/chunkbar.cpp b/plugins/infowidget/chunkbar.cpp
-index 1cd45eb..794bf5a 100644
---- a/plugins/infowidget/chunkbar.cpp
-+++ b/plugins/infowidget/chunkbar.cpp
-@@ -207,7 +207,7 @@ namespace kt
-
- if (rs.empty())
- {
-- Range r = {i,i,0};
-+ Range r = {(int)i,(int)i,0};
- rs.append(r);
- }
- else
-@@ -219,7 +219,7 @@ namespace kt
- }
- else
- {
-- Range r = {i,i,0};
-+ Range r = {(int)i,(int)i,0};
- rs.append(r);
- }
- }
-@@ -256,7 +256,7 @@ namespace kt
- int fac = int(100*((double)num_dl / (jEnd - jStart)) + 0.5);
- if (rs.empty())
- {
-- Range r = {i,i,fac};
-+ Range r = {(int)i,(int)i,fac};
- rs.append(r);
- }
- else
-@@ -268,7 +268,7 @@ namespace kt
- }
- else
- {
-- Range r = {i,i,fac};
-+ Range r = {(int)i,(int)i,fac};
- rs.append(r);
- }
- }
diff --git a/freebsd/applications/internet/ktorrent/pkg-plist b/freebsd/applications/internet/ktorrent/pkg-plist
index 94895e0d9..641500461 100644
--- a/freebsd/applications/internet/ktorrent/pkg-plist
+++ b/freebsd/applications/internet/ktorrent/pkg-plist
@@ -438,6 +438,7 @@ share/locale/tr/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/man/man1/ktorrent.1.gz
share/services/ktinfowidgetplugin.desktop
share/services/ktipfilterplugin.desktop
share/services/ktlogviewerplugin.desktop