diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-11-19 07:58:39 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-11-19 07:58:39 +0000 |
commit | b5d3e597673f49b7ffcf5a0374707e99631d204c (patch) | |
tree | abb3640b063139293b1fb0291f6001842acaf9a2 /net-p2p | |
parent | 916e01dcd837b84f67b74a7ba29a95dfe918ced3 (diff) |
Take maintainership
Approved by: maintainer (flz@ via email)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307553
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index 9db2f3b11409..10385a9f2f68 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -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 diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 1f23ffc54a4e..a751b541a9cf 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${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 diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index 32597d0c1fc1..188272d00662 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -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 diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 995e571079d8..5a7c91592a18 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${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 |