From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 8 14:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0724B1065697 for ; Wed, 8 Oct 2008 14:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8F128FC28 for ; Wed, 8 Oct 2008 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m98Ee1cq060406 for ; Wed, 8 Oct 2008 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m98Ee1ss060405; Wed, 8 Oct 2008 14:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 8 Oct 2008 14:40:01 GMT Resent-Message-Id: <200810081440.m98Ee1ss060405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D294106568C; Wed, 8 Oct 2008 14:33:22 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id 09DF98FC08; Wed, 8 Oct 2008 14:33:21 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from stucgi.cs.nctu.edu.tw (stucgi [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 556BE1047A4; Wed, 8 Oct 2008 22:33:21 +0800 (CST) Received: (from yzlin@localhost) by stucgi.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m98EXLnu077523; Wed, 8 Oct 2008 22:33:21 +0800 (CST) (envelope-from yzlin) Message-Id: <200810081433.m98EXLnu077523@stucgi.cs.nctu.edu.tw> Date: Wed, 8 Oct 2008 22:33:21 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: flz@FreeBSD.org Subject: ports/127945: [PATCH] net-p2p/rtorrent-devel: update to 0.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 14:40:02 -0000 >Number: 127945 >Category: ports >Synopsis: [PATCH] net-p2p/rtorrent-devel: update to 0.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 08 14:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST >Description: - Update to 0.8.3 - patch-src_command__network.cc from net-p2p/rtorrent is unnecessary - This patch depends on PR ports/127944 Added file(s): - files/pkg-message.in Port maintainer (flz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rtorrent-devel-0.8.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/rtorrent-devel/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 19 May 2008 13:06:13 -0000 1.21 +++ Makefile 8 Oct 2008 14:30:45 -0000 @@ -6,20 +6,21 @@ # PORTNAME= rtorrent-devel -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) -BUILD_DEPENDS= libtorrent-devel=0.12.2:${PORTSDIR}/net-p2p/libtorrent-devel -RUN_DEPENDS= libtorrent-devel=0.12.2:${PORTSDIR}/net-p2p/libtorrent-devel +BUILD_DEPENDS= libtorrent-devel=0.12.3:${PORTSDIR}/net-p2p/libtorrent-devel +RUN_DEPENDS= libtorrent-devel=0.12.3:${PORTSDIR}/net-p2p/libtorrent-devel MASTERDIR= ${.CURDIR}/../rtorrent MD5_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist DESCR= ${MASTERDIR}/pkg-descr +PATCHDIR= ${.CURDIR}/files CONFLICTS= rtorrent-[0-9]* Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net-p2p/rtorrent-devel/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- distinfo 11 May 2008 11:45:11 -0000 1.16 +++ distinfo 8 Oct 2008 14:30:45 -0000 @@ -1,3 +1,3 @@ -MD5 (rtorrent-0.8.2.tar.gz) = a2456182e1767e5aed7341dbbd058f60 -SHA256 (rtorrent-0.8.2.tar.gz) = 76135a63869e43fa0392829bb45d94c0aa55e94350dddc272685ccfac1bbb2ed -SIZE (rtorrent-0.8.2.tar.gz) = 506015 +MD5 (rtorrent-0.8.3.tar.gz) = d1b43acf08e371a56915293bbcf584c6 +SHA256 (rtorrent-0.8.3.tar.gz) = 554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908 +SIZE (rtorrent-0.8.3.tar.gz) = 512961 Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 8 Oct 2008 14:30:45 -0000 @@ -0,0 +1,10 @@ +------------------------------------------------------------------ +An example configuration file for rtorrent has been installed in +%%EXAMPLESDIR%%. Read it for more information on +how to tweak rtorrent configuration. + +Note that there are hash performance issues on *BSD. +Please refer to these links for further information : +- http://libtorrent.rakshasa.no/ticket/14 +- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning +------------------------------------------------------------------ --- rtorrent-devel-0.8.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: