diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-07-24 08:40:36 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-07-24 08:40:36 +0800 |
commit | 4250a065f2b67f8e9a52417f1c56aa5e3585a978 (patch) | |
tree | 1b4b267a2cd27b6dca741afe66e5e1a9331e644e /net-p2p | |
parent | 242fc1b1f0846a6bc8a57c5fae223457a53bf010 (diff) | |
download | freebsd-ports-gnome-4250a065f2b67f8e9a52417f1c56aa5e3585a978.tar.gz freebsd-ports-gnome-4250a065f2b67f8e9a52417f1c56aa5e3585a978.tar.zst freebsd-ports-gnome-4250a065f2b67f8e9a52417f1c56aa5e3585a978.zip |
net-p2p/rtorrent: Update to 0.9.7
- Remove outdated patches.
- Reset maintainer, three timeouts.
PR: 229554
Reported by: tj@mrsk.me (email)
Approved by: maintainer timeout (pipfstarrd@openmailbox.org, > 2 weeks)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 13 | ||||
-rw-r--r-- | net-p2p/rtorrent/distinfo | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/patch-src_display_window__file__list.cc | 10 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/patch-src_signal__handler.cc | 10 |
4 files changed, 6 insertions, 32 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index c59f8738e069..da5d83255643 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= rtorrent -PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTVERSION= 0.9.7 CATEGORIES= net-p2p -MASTER_SITES= http://rtorrent.net/downloads/ +MASTER_SITES= https://rtorrent.net/downloads/ -MAINTAINER= pipfstarrd@openmailbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ LICENSE= GPLv2 GPLv3 @@ -37,12 +36,6 @@ XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c .include <bsd.port.options.mk> -# Workaround to build on >= 10.x -.if ${OPSYS} == FreeBSD -USE_CXXSTD= c++11 -EXTRA_PATCHES+= ${FILESDIR}/extra-clang -.endif - post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure .if ${OPSYS} == FreeBSD diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index 22eeb2ea4c19..89c8c1dd59cc 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,2 +1,3 @@ -SHA256 (rtorrent-0.9.6.tar.gz) = 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e -SIZE (rtorrent-0.9.6.tar.gz) = 610845 +TIMESTAMP = 1529447213 +SHA256 (rtorrent-0.9.7.tar.gz) = 5d9842fe48c9582fbea2c7bf9f51412c1ccbba07d059b257039ad53b863fe8bb +SIZE (rtorrent-0.9.7.tar.gz) = 610149 diff --git a/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc b/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc deleted file mode 100644 index 93676b2dfcfe..000000000000 --- a/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/display/window_file_list.cc.orig 2014-05-14 14:30:51 UTC -+++ src/display/window_file_list.cc -@@ -36,6 +36,7 @@ - - #include "config.h" - -+#include <locale> - #include <stdio.h> - #include <torrent/path.h> - #include <torrent/data/file.h> diff --git a/net-p2p/rtorrent/files/patch-src_signal__handler.cc b/net-p2p/rtorrent/files/patch-src_signal__handler.cc deleted file mode 100644 index bfaaddc40035..000000000000 --- a/net-p2p/rtorrent/files/patch-src_signal__handler.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/signal_handler.cc.orig 2014-05-14 14:30:51 UTC -+++ src/signal_handler.cc -@@ -38,6 +38,7 @@ - - #include <signal.h> - #include <stdexcept> -+#include <string> - #include "rak/error_number.h" - #include "signal_handler.h" - |