Update to version 2.2.2, minor bug fixes

This commit is contained in:
Doug Barton 2010-04-05 06:26:31 +00:00
parent fa9f3daa68
commit e6f286da2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252226
4 changed files with 15 additions and 16 deletions

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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