From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 23 15:10:02 2012 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 A552E1065672 for ; Wed, 23 May 2012 15:10: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 800178FC18 for ; Wed, 23 May 2012 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4NFA2M8048252 for ; Wed, 23 May 2012 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4NFA22X048251; Wed, 23 May 2012 15:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 23 May 2012 15:10:02 GMT Resent-Message-Id: <201205231510.q4NFA22X048251@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, Charles Followblood Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC8AD1065670 for ; Wed, 23 May 2012 15:07:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 98CB98FC16 for ; Wed, 23 May 2012 15:07:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4NF7OVo044433 for ; Wed, 23 May 2012 15:07:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q4NF7OXl044432; Wed, 23 May 2012 15:07:24 GMT (envelope-from nobody) Message-Id: <201205231507.q4NF7OXl044432@red.freebsd.org> Date: Wed, 23 May 2012 15:07:24 GMT From: Charles Followblood To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/168262: rtorrent 0.9.2 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, 23 May 2012 15:10:02 -0000 >Number: 168262 >Category: ports >Synopsis: rtorrent 0.9.2 >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 May 23 15:10:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Charles Followblood >Release: 8.3-RELEASE >Organization: >Environment: FreeBSD eklo.ghur.net 8.3-RELEASE FreeBSD 8.3-RELEASE #9: Tue Apr 24 23:17:26 PDT 2012 charles@eklo.ghur.net:/usr/obj/usr/src/sys/EKLO i386 >Description: rtorrent in the ports is badly out of date, email to maintainer results in no reply. >How-To-Repeat: >Fix: Below I believe are the patches necessary to bring rtorrent from 0.8.9 to 0.9.2. Also the patch patch-src_thread_base.cc can be removed, since it’s been rolled into the existing source. eklo:~/port/rtorrent>diff -u /usr/ports/net-p2p/rtorrent/Makefile Makefile --- /usr/ports/net-p2p/rtorrent/Makefile 2012-01-29 03:26:24.000000000 -0800 +++ Makefile 2012-05-23 08:03:07.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME?= rtorrent -PORTVERSION?= 0.8.9 +PORTVERSION?= 0.9.2 PORTREVISION?= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ @@ -16,9 +16,9 @@ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ -BUILD_DEPENDS?= libtorrent=0.12.9:${PORTSDIR}/net-p2p/libtorrent -RUN_DEPENDS?= libtorrent=0.12.9:${PORTSDIR}/net-p2p/libtorrent -LIB_DEPENDS?= curl.6:${PORTSDIR}/ftp/curl +BUILD_DEPENDS?= libtorrent=0.13.2:${PORTSDIR}/net-p2p/libtorrent +RUN_DEPENDS?= libtorrent=0.13.2:${PORTSDIR}/net-p2p/libtorrent +LIB_DEPENDS?= curl.7:${PORTSDIR}/ftp/curl CONFLICTS?= rtorrent-devel-[0-9]* eklo:~/port/rtorrent>diff -u /usr/ports/net-p2p/rtorrent/distinfo distinfo --- /usr/ports/net-p2p/rtorrent/distinfo 2011-07-18 07:09:25.000000000 -0700 +++ distinfo 2012-05-23 08:03:45.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (rtorrent-0.8.9.tar.gz) = cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84 -SIZE (rtorrent-0.8.9.tar.gz) = 570904 +SHA256 (rtorrent-0.9.2.tar.gz) = 5c8f8c780bee376afce3c1cde2f5ecb928f40bac23b2b8171deed5cf3c888c3d +SIZE (rtorrent-0.9.2.tar.gz) = 591837 >Release-Note: >Audit-Trail: >Unformatted: