diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-18 06:00:06 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-18 06:00:06 +0800 |
commit | 6e3fd27f3b81c4e54955374f8e4ff195b7e843cc (patch) | |
tree | 3812a4f56d4648dfaa3a08b11d36c69fa9d4f083 /net-p2p | |
parent | 1d63dc47049d6b44e50b80145403750e056bfa96 (diff) | |
download | freebsd-ports-graphics-6e3fd27f3b81c4e54955374f8e4ff195b7e843cc.tar.gz freebsd-ports-graphics-6e3fd27f3b81c4e54955374f8e4ff195b7e843cc.tar.zst freebsd-ports-graphics-6e3fd27f3b81c4e54955374f8e4ff195b7e843cc.zip |
- Pass maintainer role to submitter
Submitted by: bhaga@absoludicrous.com (private mail)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 3e687c35676..cc8fb8fc64e 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -13,7 +13,7 @@ CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bhaga@absoludicrous.com COMMENT?= A peer-to-peer tool for distributing files written in Python RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ |