svn commit: r475217 - in head/net-p2p/rtorrent: . files

Danilo G. Baio dbaio at FreeBSD.org
Tue Jul 24 00:40:37 UTC 2018


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 at mrsk.me (email)
  Approved by:	maintainer timeout (pipfstarrd at 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 at openmailbox.org
+MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list