Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2019 23:37:32 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507685 - in head/net-p2p/rtorrent: . files
Message-ID:  <201907302337.x6UNbWKh053399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Jul 30 23:37:32 2019
New Revision: 507685
URL: https://svnweb.freebsd.org/changeset/ports/507685

Log:
  net-p2p/rtorrent: Update to 0.9.8
  
  Reported by:	tj@mrsk.me (email)

Modified:
  head/net-p2p/rtorrent/Makefile
  head/net-p2p/rtorrent/distinfo
  head/net-p2p/rtorrent/files/pkg-message.in

Modified: head/net-p2p/rtorrent/Makefile
==============================================================================
--- head/net-p2p/rtorrent/Makefile	Tue Jul 30 23:36:22 2019	(r507684)
+++ head/net-p2p/rtorrent/Makefile	Tue Jul 30 23:37:32 2019	(r507685)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rtorrent
-PORTVERSION=	0.9.7
-PORTREVISION=	4
+PORTVERSION=	0.9.8
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://rtorrent.net/downloads/
 
@@ -17,9 +16,10 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libtorrent.so:net-p2p/libtorrent
 
 USES=		compiler:c++11-lang ncurses pkgconfig
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-debug
-LDFLAGS+=	-pthread
+LDFLAGS+=	-lexecinfo -pthread
 
 PLIST_FILES=	bin/rtorrent
 PORTDOCS=	README

Modified: head/net-p2p/rtorrent/distinfo
==============================================================================
--- head/net-p2p/rtorrent/distinfo	Tue Jul 30 23:36:22 2019	(r507684)
+++ head/net-p2p/rtorrent/distinfo	Tue Jul 30 23:37:32 2019	(r507685)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529447213
-SHA256 (rtorrent-0.9.7.tar.gz) = 5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb
-SIZE (rtorrent-0.9.7.tar.gz) = 610149
+TIMESTAMP = 1564448011
+SHA256 (rtorrent-0.9.8.tar.gz) = 9edf0304bf142215d3bc85a0771446b6a72d0ad8218efbe184b41e4c9c7542af
+SIZE (rtorrent-0.9.8.tar.gz) = 647523

Modified: head/net-p2p/rtorrent/files/pkg-message.in
==============================================================================
--- head/net-p2p/rtorrent/files/pkg-message.in	Tue Jul 30 23:36:22 2019	(r507684)
+++ head/net-p2p/rtorrent/files/pkg-message.in	Tue Jul 30 23:37:32 2019	(r507685)
@@ -1,5 +1,10 @@
-------------------------------------------------------------------
+[
+{
+	message: <<EOM
 An example configuration file for rtorrent has been installed in
 %%EXAMPLESDIR%%. Read it for more information on
 how to tweak rtorrent configuration.
-------------------------------------------------------------------
+EOM
+	type: install
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907302337.x6UNbWKh053399>