1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 1.5.6

PR:		141296
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-12-13 00:20:22 +00:00
parent 30bfd5c52a
commit a2cec1c23e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245650
6 changed files with 30 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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