Date: Wed, 9 Dec 2009 03:00:28 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141296: Update port: net-p2p/qbittorrent to 1.5.6 Message-ID: <20091209030028.56477c41.tkato432@yahoo.com> Resent-Message-ID: <200912081810.nB8IA5ts023825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141296 >Category: ports >Synopsis: Update port: net-p2p/qbittorrent to 1.5.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 08 18:10:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.2-RELEASE-p5 i386 >Organization: >Environment: >Description: - Update to version 1.5.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/net-p2p/qbittorrent/Makefile net-p2p/qbittorrent/Makefile --- /usr/ports/net-p2p/qbittorrent/Makefile 2009-11-14 17:08:04.000000000 +0900 +++ net-p2p/qbittorrent/Makefile 2009-11-27 03:52:27.000000000 +0900 @@ -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 -urN /usr/ports/net-p2p/qbittorrent/distinfo net-p2p/qbittorrent/distinfo --- /usr/ports/net-p2p/qbittorrent/distinfo 2009-10-01 00:25:31.000000000 +0900 +++ net-p2p/qbittorrent/distinfo 2009-11-27 03:58:38.000000000 +0900 @@ -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 -urN /usr/ports/net-p2p/qbittorrent/files/patch-src__misc.h net-p2p/qbittorrent/files/patch-src__misc.h --- /usr/ports/net-p2p/qbittorrent/files/patch-src__misc.h 1970-01-01 09:00:00.000000000 +0900 +++ net-p2p/qbittorrent/files/patch-src__misc.h 2009-11-27 04:44:07.000000000 +0900 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091209030028.56477c41.tkato432>