From owner-svn-ports-head@FreeBSD.ORG Mon Nov 19 07:58:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E97E88E; Mon, 19 Nov 2012 07:58:40 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E6DD18FC13; Mon, 19 Nov 2012 07:58:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJ7wdpc012506; Mon, 19 Nov 2012 07:58:39 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJ7wd4I012502; Mon, 19 Nov 2012 07:58:39 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201211190758.qAJ7wd4I012502@svn.freebsd.org> From: Andrej Zverev Date: Mon, 19 Nov 2012 07:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307553 - 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.14 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, 19 Nov 2012 07:58:40 -0000 Author: az Date: Mon Nov 19 07:58:39 2012 New Revision: 307553 URL: http://svnweb.freebsd.org/changeset/ports/307553 Log: Take maintainership Approved by: maintainer (flz@ via email) Feature safe: yes 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 Nov 19 04:01:48 2012 (r307552) +++ head/net-p2p/libtorrent-devel/Makefile Mon Nov 19 07:58:39 2012 (r307553) @@ -9,7 +9,7 @@ PORTNAME= libtorrent-devel PORTVERSION= 0.13.1 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= az@FreeBSD.org COMMENT= BitTorrent Library written in C++ (development version) MASTERDIR= ${.CURDIR}/../libtorrent Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Mon Nov 19 04:01:48 2012 (r307552) +++ head/net-p2p/libtorrent/Makefile Mon Nov 19 07:58:39 2012 (r307553) @@ -8,7 +8,7 @@ MASTER_SITES= http://libtorrent.rakshasa ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/libtorrent -MAINTAINER?= flz@FreeBSD.org +MAINTAINER?= az@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 Nov 19 04:01:48 2012 (r307552) +++ head/net-p2p/rtorrent-devel/Makefile Mon Nov 19 07:58:39 2012 (r307553) @@ -10,7 +10,7 @@ PORTVERSION= 0.9.1 PORTREVISION= 0 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= az@FreeBSD.org COMMENT= BitTorrent Client written in C++ (development version) BUILD_DEPENDS= libtorrent-devel=0.13.1_1:${PORTSDIR}/net-p2p/libtorrent-devel Modified: head/net-p2p/rtorrent/Makefile ============================================================================== --- head/net-p2p/rtorrent/Makefile Mon Nov 19 04:01:48 2012 (r307552) +++ head/net-p2p/rtorrent/Makefile Mon Nov 19 07:58:39 2012 (r307553) @@ -8,7 +8,7 @@ MASTER_SITES= http://libtorrent.rakshasa ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/rtorrent/ -MAINTAINER?= flz@FreeBSD.org +MAINTAINER?= az@FreeBSD.org COMMENT?= BitTorrent Client written in C++ BUILD_DEPENDS?= libtorrent=0.13.2_1:${PORTSDIR}/net-p2p/libtorrent