Date: Mon, 19 Nov 2012 07:58:39 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> 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 Message-ID: <201211190758.qAJ7wd4I012502@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211190758.qAJ7wd4I012502>