Date: Tue, 13 Oct 2015 15:21:51 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399198 - in head/net-p2p/rtorrent: . files Message-ID: <201510131521.t9DFLp7m064480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Tue Oct 13 15:21:50 2015 New Revision: 399198 URL: https://svnweb.freebsd.org/changeset/ports/399198 Log: - Update to 0.9.6 - Update MASTER_SITES and WWW to point to the actual site - Drop dead link from pkg-message.in - Do not include shlib version in libtorrent dependency line Modified: head/net-p2p/rtorrent/Makefile head/net-p2p/rtorrent/distinfo head/net-p2p/rtorrent/files/pkg-message.in head/net-p2p/rtorrent/pkg-descr Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Tue Oct 13 15:20:52 2015 (r399197) +++ head/net-p2p/rtorrent/Makefile Tue Oct 13 15:21:50 2015 (r399198) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= rtorrent -PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTVERSION= 0.9.6 CATEGORIES= net-p2p -MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ +MASTER_SITES= http://rtorrent.net/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ @@ -13,7 +12,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libtorrent.so.18:${PORTSDIR}/net-p2p/libtorrent + libtorrent.so:${PORTSDIR}/net-p2p/libtorrent BROKEN_arm= does not configure on arm Modified: head/net-p2p/rtorrent/distinfo ============================================================================== --- head/net-p2p/rtorrent/distinfo Tue Oct 13 15:20:52 2015 (r399197) +++ head/net-p2p/rtorrent/distinfo Tue Oct 13 15:21:50 2015 (r399198) @@ -1,2 +1,2 @@ -SHA256 (rtorrent-0.9.4.tar.gz) = bc0a2c1ee613b68f37021beaf4e64a9252f91ed06f998c1e897897c354ce7e84 -SIZE (rtorrent-0.9.4.tar.gz) = 601913 +SHA256 (rtorrent-0.9.6.tar.gz) = 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e +SIZE (rtorrent-0.9.6.tar.gz) = 610845 Modified: head/net-p2p/rtorrent/files/pkg-message.in ============================================================================== --- head/net-p2p/rtorrent/files/pkg-message.in Tue Oct 13 15:20:52 2015 (r399197) +++ head/net-p2p/rtorrent/files/pkg-message.in Tue Oct 13 15:21:50 2015 (r399198) @@ -2,7 +2,4 @@ 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: -- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning ------------------------------------------------------------------ Modified: head/net-p2p/rtorrent/pkg-descr ============================================================================== --- head/net-p2p/rtorrent/pkg-descr Tue Oct 13 15:20:52 2015 (r399197) +++ head/net-p2p/rtorrent/pkg-descr Tue Oct 13 15:21:50 2015 (r399198) @@ -8,4 +8,4 @@ Main Features are : * Peer's download speed calculated from incoming HAVE messages * Peer download progress -WWW: http://libtorrent.rakshasa.no/ +WWW: https://github.com/rakshasa/rtorrent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510131521.t9DFLp7m064480>