Date: Wed, 23 May 2012 15:07:24 GMT From: Charles Followblood <charles@ghur.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/168262: rtorrent 0.9.2 Message-ID: <201205231507.q4NF7OXl044432@red.freebsd.org> Resent-Message-ID: <201205231510.q4NFA22X048251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205231507.q4NF7OXl044432>