diff options
author | dougb <dougb@FreeBSD.org> | 2010-04-05 14:26:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-04-05 14:26:31 +0800 |
commit | 0c0447c05e7708e8e6a36b97b8de382c11929e69 (patch) | |
tree | 1d1a657742b57fcdd7427a4f82496ad123dcb42a | |
parent | 9ffdb123cd806504f3b16848bcb4a03808242c95 (diff) | |
download | freebsd-ports-gnome-0c0447c05e7708e8e6a36b97b8de382c11929e69.tar.gz freebsd-ports-gnome-0c0447c05e7708e8e6a36b97b8de382c11929e69.tar.zst freebsd-ports-gnome-0c0447c05e7708e8e6a36b97b8de382c11929e69.zip |
Update to version 2.2.2, minor bug fixes
-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.cpp | 11 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/files/patch-src__misc.h | 11 |
4 files changed, 15 insertions, 16 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 224012f13eed..933fa23c1173 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,8 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index f45188f75657..ffc54bb0a423 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.2.1.tar.gz) = 0aa86b57eb1b622a6d2dc06dcbaf6177 -SHA256 (qbittorrent-2.2.1.tar.gz) = e412033f0f52611a90df8497203c8e4aba78ae5416b03e8e52d7eec9e4f50ecd -SIZE (qbittorrent-2.2.1.tar.gz) = 2496074 +MD5 (qbittorrent-2.2.2.tar.gz) = 780fc2a9e41b488123bae2e5911e786b +SHA256 (qbittorrent-2.2.2.tar.gz) = 9750ae4c384f0b283f9185722fdb1206148438132c5f44b094c6b0e697c5711d +SIZE (qbittorrent-2.2.2.tar.gz) = 2498865 diff --git a/net-p2p/qbittorrent-22/files/patch-src__misc.cpp b/net-p2p/qbittorrent-22/files/patch-src__misc.cpp new file mode 100644 index 000000000000..e11469f46f79 --- /dev/null +++ b/net-p2p/qbittorrent-22/files/patch-src__misc.cpp @@ -0,0 +1,11 @@ +--- src/misc.cpp.orig 2010-03-20 12:38:21.000000000 -0700 ++++ src/misc.cpp 2010-04-04 22:13:02.000000000 -0700 +@@ -52,7 +52,7 @@ + #endif + + #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-22/files/patch-src__misc.h b/net-p2p/qbittorrent-22/files/patch-src__misc.h deleted file mode 100644 index 3cb244f9a02f..000000000000 --- a/net-p2p/qbittorrent-22/files/patch-src__misc.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc.h.orig 2009-12-13 19:15:50.000000000 +0900 -+++ src/misc.h 2009-12-17 00:34:12.000000000 +0900 -@@ -47,7 +47,7 @@ - #include <boost/date_time/posix_time/conversion.hpp> - - #ifndef Q_WS_WIN --#ifdef Q_WS_MAC -+#if defined(Q_WS_MAC) || defined(__FreeBSD__) - #include <sys/param.h> - #include <sys/mount.h> - #else |