summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-07-30 23:37:32 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-07-30 23:37:32 +0000
commitd072cfc8e87ecc9872c04b2be96d15205f3c6f3f (patch)
tree051a6ac25fd595d2d577dd668acc5d4a049aed44 /net-p2p/rtorrent
parentnet-p2p/libtorrent: Update to 0.13.8 (diff)
net-p2p/rtorrent: Update to 0.9.8
Reported by: tj@mrsk.me (email)
Notes
Notes: svn path=/head/; revision=507685
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile6
-rw-r--r--net-p2p/rtorrent/distinfo6
-rw-r--r--net-p2p/rtorrent/files/pkg-message.in9
3 files changed, 13 insertions, 8 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 5d85029192fb..41ee1319022f 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -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
diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo
index 89c8c1dd59cc..a4958774727a 100644
--- a/net-p2p/rtorrent/distinfo
+++ b/net-p2p/rtorrent/distinfo
@@ -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
diff --git a/net-p2p/rtorrent/files/pkg-message.in b/net-p2p/rtorrent/files/pkg-message.in
index aa699f70d59b..5f6b738bed1d 100644
--- a/net-p2p/rtorrent/files/pkg-message.in
+++ b/net-p2p/rtorrent/files/pkg-message.in
@@ -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
+}
+]