diff options
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 |