diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-27 20:45:20 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-02-27 20:45:20 +0000 |
commit | c5fdb9237c9198636ca0a3cd72cb4044f46ce247 (patch) | |
tree | 4f9d8a648b8a6ee0eef899219307954401d586f7 /textproc/py-feedparser | |
parent | 5a85ccf1859b7f23327f682b515c53eb29ee7b98 (diff) |
- Pass maintainership to submitter
Submitted by: Sofian Brabez via private email
Notes
Notes:
svn path=/head/; revision=229190
Diffstat (limited to 'textproc/py-feedparser')
-rw-r--r-- | textproc/py-feedparser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 448373c7fe85..18a010cd5973 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sbrabez@gmail.com COMMENT= An RSS feed parser written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet |