aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/qbittorrent-22/Makefile3
-rw-r--r--net-p2p/qbittorrent-22/distinfo6
-rw-r--r--net-p2p/qbittorrent-22/files/patch-src__misc.h11
-rw-r--r--net-p2p/qbittorrent/Makefile3
-rw-r--r--net-p2p/qbittorrent/distinfo6
-rw-r--r--net-p2p/qbittorrent/files/patch-src__misc.h11
6 files changed, 30 insertions, 10 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile
index c4512b3be1c4..81755bd4e826 100644
--- a/net-p2p/qbittorrent-22/Makefile
+++ b/net-p2p/qbittorrent-22/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qbittorrent
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.5.6
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo
index 33fb37b97346..c7dc6ca25461 100644
--- a/net-p2p/qbittorrent-22/distinfo
+++ b/net-p2p/qbittorrent-22/distinfo
@@ -1,3 +1,3 @@
-MD5 (qbittorrent-1.4.1.tar.gz) = 48fa15b7326e9de81642f2e1e77cfbf1
-SHA256 (qbittorrent-1.4.1.tar.gz) = 8153da4417f87d1a75bf8fc05e75fa0ac02c5aa92a04bf052e42e3a63591622b
-SIZE (qbittorrent-1.4.1.tar.gz) = 1605827
+MD5 (qbittorrent-1.5.6.tar.gz) = a1976d71614f4b8cfc22e3289fb16887
+SHA256 (qbittorrent-1.5.6.tar.gz) = 786af55c83a1d076a9ec59f2c710dfc36813c5303677e107665c7f245a5855ab
+SIZE (qbittorrent-1.5.6.tar.gz) = 1746583
diff --git a/net-p2p/qbittorrent-22/files/patch-src__misc.h b/net-p2p/qbittorrent-22/files/patch-src__misc.h
new file mode 100644
index 000000000000..513fd878b4fc
--- /dev/null
+++ b/net-p2p/qbittorrent-22/files/patch-src__misc.h
@@ -0,0 +1,11 @@
+--- src/misc.h.orig 2009-10-01 03:44:58.000000000 +0900
++++ src/misc.h 2009-11-27 02:33:54.000000000 +0900
+@@ -43,7 +43,7 @@
+ #include <QThread>
+
+ #ifndef Q_WS_WIN
+-#ifdef Q_WS_MAC
++#if defined(Q_WS_MAC) || defined(__FreeBSD__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #else
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index c4512b3be1c4..81755bd4e826 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qbittorrent
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.5.6
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo
index 33fb37b97346..c7dc6ca25461 100644
--- a/net-p2p/qbittorrent/distinfo
+++ b/net-p2p/qbittorrent/distinfo
@@ -1,3 +1,3 @@
-MD5 (qbittorrent-1.4.1.tar.gz) = 48fa15b7326e9de81642f2e1e77cfbf1
-SHA256 (qbittorrent-1.4.1.tar.gz) = 8153da4417f87d1a75bf8fc05e75fa0ac02c5aa92a04bf052e42e3a63591622b
-SIZE (qbittorrent-1.4.1.tar.gz) = 1605827
+MD5 (qbittorrent-1.5.6.tar.gz) = a1976d71614f4b8cfc22e3289fb16887
+SHA256 (qbittorrent-1.5.6.tar.gz) = 786af55c83a1d076a9ec59f2c710dfc36813c5303677e107665c7f245a5855ab
+SIZE (qbittorrent-1.5.6.tar.gz) = 1746583
diff --git a/net-p2p/qbittorrent/files/patch-src__misc.h b/net-p2p/qbittorrent/files/patch-src__misc.h
new file mode 100644
index 000000000000..513fd878b4fc
--- /dev/null
+++ b/net-p2p/qbittorrent/files/patch-src__misc.h
@@ -0,0 +1,11 @@
+--- src/misc.h.orig 2009-10-01 03:44:58.000000000 +0900
++++ src/misc.h 2009-11-27 02:33:54.000000000 +0900
+@@ -43,7 +43,7 @@
+ #include <QThread>
+
+ #ifndef Q_WS_WIN
+-#ifdef Q_WS_MAC
++#if defined(Q_WS_MAC) || defined(__FreeBSD__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #else