aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-07-24 00:40:36 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-07-24 00:40:36 +0000
commita3d4849bf1b6deafdddd8a037f246d4aada55135 (patch)
tree1b4b267a2cd27b6dca741afe66e5e1a9331e644e /net-p2p/rtorrent/Makefile
parenteb2550328ac5704efdbf1ed8ceebbfc5571c180c (diff)
downloadports-a3d4849bf1b6deafdddd8a037f246d4aada55135.tar.gz
ports-a3d4849bf1b6deafdddd8a037f246d4aada55135.zip
Notes
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