From owner-svn-ports-head@FreeBSD.ORG Mon Feb 24 15:51:14 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30F752C1; Mon, 24 Feb 2014 15:51:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 016F01635; Mon, 24 Feb 2014 15:51:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1OFpDM9090112; Mon, 24 Feb 2014 15:51:13 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1OFpDmm090108; Mon, 24 Feb 2014 15:51:13 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201402241551.s1OFpDmm090108@svn.freebsd.org> From: Andrej Zverev Date: Mon, 24 Feb 2014 15:51:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345871 - in head/net-p2p: libtorrent libtorrent-devel rtorrent rtorrent-devel X-SVN-Group: ports-head 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.17 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: Mon, 24 Feb 2014 15:51:14 -0000 Author: az Date: Mon Feb 24 15:51:12 2014 New Revision: 345871 URL: http://svnweb.freebsd.org/changeset/ports/345871 QAT: https://qat.redports.org/buildarchive/r345871/ Log: drop maintainership. I don't have time for these ports. Modified: head/net-p2p/libtorrent-devel/Makefile head/net-p2p/libtorrent/Makefile head/net-p2p/rtorrent-devel/Makefile head/net-p2p/rtorrent/Makefile Modified: head/net-p2p/libtorrent-devel/Makefile ============================================================================== --- head/net-p2p/libtorrent-devel/Makefile Mon Feb 24 15:40:30 2014 (r345870) +++ head/net-p2p/libtorrent-devel/Makefile Mon Feb 24 15:51:12 2014 (r345871) @@ -7,7 +7,7 @@ CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Library written in C++ (development version) LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Mon Feb 24 15:40:30 2014 (r345870) +++ head/net-p2p/libtorrent/Makefile Mon Feb 24 15:51:12 2014 (r345871) @@ -8,7 +8,7 @@ MASTER_SITES= http://libtorrent.rakshasa ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/libtorrent -MAINTAINER?= az@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= BitTorrent Library written in C++ LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 Modified: head/net-p2p/rtorrent-devel/Makefile ============================================================================== --- head/net-p2p/rtorrent-devel/Makefile Mon Feb 24 15:40:30 2014 (r345870) +++ head/net-p2p/rtorrent-devel/Makefile Mon Feb 24 15:51:12 2014 (r345871) @@ -7,7 +7,7 @@ CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) BUILD_DEPENDS= libtorrent-devel=0.13.3_1:${PORTSDIR}/net-p2p/libtorrent-devel Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Mon Feb 24 15:40:30 2014 (r345870) +++ head/net-p2p/rtorrent/Makefile Mon Feb 24 15:51:12 2014 (r345871) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ -MAINTAINER= az@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent Client written in C++ BUILD_DEPENDS= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent