Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2008 22:33:21 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        flz@FreeBSD.org
Subject:   ports/127945: [PATCH] net-p2p/rtorrent-devel: update to 0.8.3
Message-ID:  <200810081433.m98EXLnu077523@stucgi.cs.nctu.edu.tw>
Resent-Message-ID: <200810081440.m98Ee1ss060405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810081433.m98EXLnu077523>