diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-03-18 20:06:38 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-03-18 20:06:38 +0000 |
commit | f56281c4d5e6888911acd39f8b44213ac950c2ac (patch) | |
tree | ce24baa053416d9ac07d2b2962e4311182d8253d /net-p2p | |
parent | 528c910bbfa2b734ef73612ac4993a53d62a1f61 (diff) | |
download | ports-f56281c4d5e6888911acd39f8b44213ac950c2ac.tar.gz ports-f56281c4d5e6888911acd39f8b44213ac950c2ac.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index a33396f32bc5..ec5300de7fe5 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.5 CATEGORIES= net-p2p python MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/ -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent BUILD_DEPENDS= easy_install-${PYTHON_VER}:${PORTSDIR}/devel/py-setuptools diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 66aabc6472f2..a0874b590dc5 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.9.4 CATEGORIES= net-p2p python MASTER_SITES= http://ftp.osuosl.org/pub/deluge/source/${PORTVERSION}/ -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Bittorrent client, using Python, GTK+2 and Rasterbar libtorrent LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 4e9e5379d7e5..a223e633accd 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.2 CATEGORIES= net-p2p MASTER_SITES= BERLIOS -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems USE_BZIP2= yes diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 7c2c58a6ff01..c9e7ddaf8f6e 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -12,7 +12,7 @@ CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ PKGNAMESUFFIX?= -cli -MAINTAINER?= mezz@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= A fast and lightweight CLI (command line) BitTorrent client SLAVEPORT?= diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index bf96203f3139..d5f85cb867be 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= -daemon -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast and lightweight daemon BitTorrent client DESCR= ${.CURDIR}/pkg-descr diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 3539a59c6e36..582a8ac10d52 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 1 PKGNAMESUFFIX= -gtk2 -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ diff --git a/net-p2p/transmission/Makefile b/net-p2p/transmission/Makefile index 2f4970bf5818..9cf6ab79bb76 100644 --- a/net-p2p/transmission/Makefile +++ b/net-p2p/transmission/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The "meta-port" for Transmission BitTorrent client RUN_DEPENDS= transmissioncli:${PORTSDIR}/net-p2p/transmission-cli \ |