diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:20:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-13 00:20:22 +0000 |
commit | a2cec1c23e32690660f724000211620727b72932 (patch) | |
tree | 6d737f08e7d60a29c1c423d09c433d235f509c8b /net-p2p | |
parent | 30bfd5c52a72b3f7c51813ee3d9cd93cca9e6043 (diff) | |
download | ports-a2cec1c23e32690660f724000211620727b72932.tar.gz ports-a2cec1c23e32690660f724000211620727b72932.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/files/patch-src__misc.h | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/patch-src__misc.h | 11 |
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 |