View | Details | Raw Unified | Return to bug 141296
Collapse All | Expand All

(-)net-p2p/qbittorrent/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	qbittorrent
8
PORTNAME=	qbittorrent
9
PORTVERSION=	1.4.1
9
PORTVERSION=	1.5.6
10
PORTREVISION=	1
11
CATEGORIES=	net-p2p
10
CATEGORIES=	net-p2p
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
13
12
(-)net-p2p/qbittorrent/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (qbittorrent-1.4.1.tar.gz) = 48fa15b7326e9de81642f2e1e77cfbf1
1
MD5 (qbittorrent-1.5.6.tar.gz) = a1976d71614f4b8cfc22e3289fb16887
2
SHA256 (qbittorrent-1.4.1.tar.gz) = 8153da4417f87d1a75bf8fc05e75fa0ac02c5aa92a04bf052e42e3a63591622b
2
SHA256 (qbittorrent-1.5.6.tar.gz) = 786af55c83a1d076a9ec59f2c710dfc36813c5303677e107665c7f245a5855ab
3
SIZE (qbittorrent-1.4.1.tar.gz) = 1605827
3
SIZE (qbittorrent-1.5.6.tar.gz) = 1746583
(-)net-p2p/qbittorrent/files/patch-src__misc.h (+11 lines)
Line 0 Link Here
1
--- src/misc.h.orig	2009-10-01 03:44:58.000000000 +0900
2
+++ src/misc.h	2009-11-27 02:33:54.000000000 +0900
3
@@ -43,7 +43,7 @@
4
 #include <QThread>
5
 
6
 #ifndef Q_WS_WIN
7
-#ifdef Q_WS_MAC
8
+#if defined(Q_WS_MAC) || defined(__FreeBSD__)
9
   #include <sys/param.h>
10
   #include <sys/mount.h>
11
 #else

Return to bug 141296