aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/qbittorrent
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-13 00:20:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-13 00:20:22 +0000
commita2cec1c23e32690660f724000211620727b72932 (patch)
tree6d737f08e7d60a29c1c423d09c433d235f509c8b /net-p2p/qbittorrent
parent30bfd5c52a72b3f7c51813ee3d9cd93cca9e6043 (diff)
downloadports-a2cec1c23e32690660f724000211620727b72932.tar.gz
ports-a2cec1c23e32690660f724000211620727b72932.zip
- Update to 1.5.6
PR: 141296 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=245650
Diffstat (limited to 'net-p2p/qbittorrent')
-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
3 files changed, 15 insertions, 5 deletions
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