Date: Mon, 21 Sep 2009 15:15:09 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139020: update net-p2p/qbittorrent to 1.3.5 Message-ID: <200909211515.n8LFF9Di080273@www.freebsd.org> Resent-Message-ID: <200909211520.n8LFK20R087562@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139020 >Category: ports >Synopsis: update net-p2p/qbittorrent to 1.3.5 >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: Mon Sep 21 15:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD mogwai.giffuni.net 7.2-RELEASE FreeBSD 7.2-RELEASE #3: Tue Sep 8 14:03:01 UTC 2009 pedro@tatoo.giffuni.net:/usr/src/sys/i386/compile/GENERIC i386 >Description: - Minor update to 1.3.5 - Recommend updating ports/139017 first. >How-To-Repeat: Please note there are newer versions available but I am lazy and didn't figure out the new configure script they use. >Fix: diff -ruN qbittorrent.orig/Makefile qbittorrent/Makefile --- qbittorrent.orig/Makefile 2009-09-04 18:25:24.000000000 +0000 +++ qbittorrent/Makefile 2009-09-21 09:32:43.000000000 +0000 @@ -6,8 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.3.5 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff -ruN qbittorrent.orig/distinfo qbittorrent/distinfo --- qbittorrent.orig/distinfo 2009-07-22 20:57:43.000000000 +0000 +++ qbittorrent/distinfo 2009-09-21 09:32:48.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (qbittorrent-1.3.4.tar.gz) = 867c7a23406a87176ec55efcc3407ddb -SHA256 (qbittorrent-1.3.4.tar.gz) = 685f4b22a4451a1925325e2c6c1e7fb1710ffe96f082a1a57d1d8be752cd2928 -SIZE (qbittorrent-1.3.4.tar.gz) = 1668050 +MD5 (qbittorrent-1.3.5.tar.gz) = c4f1b208f9c0a3f55aa0237bf6348d8d +SHA256 (qbittorrent-1.3.5.tar.gz) = 4456ea2fda5dd79e68e495808947c868090c2e84a565e3d8250648c8736206d9 +SIZE (qbittorrent-1.3.5.tar.gz) = 1668776 diff -ruN qbittorrent.orig/files/patch-src__createtorrent_imp.cpp qbittorrent/files/patch-src__createtorrent_imp.cpp --- qbittorrent.orig/files/patch-src__createtorrent_imp.cpp 2009-03-23 21:43:30.000000000 +0000 +++ qbittorrent/files/patch-src__createtorrent_imp.cpp 2009-09-21 10:06:48.000000000 +0000 @@ -1,13 +1,13 @@ ---- src/createtorrent_imp.cpp.orig 2009-03-07 07:22:19.000000000 +0900 -+++ src/createtorrent_imp.cpp 2009-03-23 02:00:49.000000000 +0900 -@@ -245,7 +245,11 @@ +--- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 ++++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 +@@ -257,7 +257,11 @@ } if(abort) return; // calculate the hash for all pieces +#if defined(__GNUC__) && __GNUC__ <= 3 -+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); ++ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#else - set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); + set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); +#endif // Set qBittorrent as creator and add user comment to // torrent_info structure >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909211515.n8LFF9Di080273>