From owner-svn-ports-head@freebsd.org Tue Jul 24 00:40:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99974102A5A8; Tue, 24 Jul 2018 00:40:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 462EF74FDC; Tue, 24 Jul 2018 00:40:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2737B23E03; Tue, 24 Jul 2018 00:40:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6O0eb05036304; Tue, 24 Jul 2018 00:40:37 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6O0eaOk036303; Tue, 24 Jul 2018 00:40:36 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201807240040.w6O0eaOk036303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 24 Jul 2018 00:40:36 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-p2p/rtorrent: . files X-SVN-Commit-Revision: 475217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 00:40:37 -0000 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 - -# 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