From owner-svn-ports-head@freebsd.org Tue Oct 13 15:21:52 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1145A11671; Tue, 13 Oct 2015 15:21:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61FD112DC; Tue, 13 Oct 2015 15:21:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9DFLpHl064484; Tue, 13 Oct 2015 15:21:51 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9DFLp7m064480; Tue, 13 Oct 2015 15:21:51 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201510131521.t9DFLp7m064480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 13 Oct 2015 15:21:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 15:21:52 -0000 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