aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r--net-p2p/rtorrent/Makefile13
1 files changed, 3 insertions, 10 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