Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 00:40:36 +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: r475217 - in head/net-p2p/rtorrent: . files
Message-ID:  <201807240040.w6O0eaOk036303@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue Jul 24 00:40:36 2018
New Revision: 475217
URL: https://svnweb.freebsd.org/changeset/ports/475217

Log:
  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)

Deleted:
  head/net-p2p/rtorrent/files/patch-src_display_window__file__list.cc
  head/net-p2p/rtorrent/files/patch-src_signal__handler.cc
Modified:
  head/net-p2p/rtorrent/Makefile
  head/net-p2p/rtorrent/distinfo

Modified: head/net-p2p/rtorrent/Makefile
==============================================================================
--- head/net-p2p/rtorrent/Makefile	Tue Jul 24 00:38:48 2018	(r475216)
+++ head/net-p2p/rtorrent/Makefile	Tue Jul 24 00:40:36 2018	(r475217)
@@ -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
@@ -36,12 +35,6 @@ XMLRPC_CONFIGURE_ON=	--with-xmlrpc-c
 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

Modified: head/net-p2p/rtorrent/distinfo
==============================================================================
--- head/net-p2p/rtorrent/distinfo	Tue Jul 24 00:38:48 2018	(r475216)
+++ head/net-p2p/rtorrent/distinfo	Tue Jul 24 00:40:36 2018	(r475217)
@@ -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



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