diff options
author | pav <pav@FreeBSD.org> | 2007-07-11 05:23:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-11 05:23:10 +0800 |
commit | 1f3926636c28f33148fc7d04b8afa7eeca71a2aa (patch) | |
tree | 793e8f4aa2c1a74041ccb99869e53cde715b3f1e | |
parent | e6ab6546828c6d4ef34fd867f77937a803c1e1a9 (diff) | |
download | freebsd-ports-gnome-1f3926636c28f33148fc7d04b8afa7eeca71a2aa.tar.gz freebsd-ports-gnome-1f3926636c28f33148fc7d04b8afa7eeca71a2aa.tar.zst freebsd-ports-gnome-1f3926636c28f33148fc7d04b8afa7eeca71a2aa.zip |
- Take maintainership
PR: ports/114222
Submitted by: Wesley Shields <wxs@atarininja.org>
-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 d0b50a1ed82c..7e0b77717a6f 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://download.bittorrent.com/dl/ MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@atarininja.org COMMENT?= A peer-to-peer tool for distributing files written in Python RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ |