svn commit: r399198 - in head/net-p2p/rtorrent: . files

Roman Bogorodskiy novel at FreeBSD.org
Tue Oct 13 15:21:52 UTC 2015


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


More information about the svn-ports-all mailing list