aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gpodder/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-08-06 22:16:49 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-08-06 22:16:49 +0000
commitbe2ac720a2ce6fe675dfd687310be9e6ccad7d91 (patch)
tree76bfcd1c940531575a2d8a97c1f64df1c5d6d07a /multimedia/gpodder/Makefile
parentcd73c7dc89711cc4e5f3644cedca60433b355248 (diff)
- Pass maintainership to volunteer
- Pacify portlint(1) Approved by: old maintainer (via ports@)
Notes
Notes: svn path=/head/; revision=258858
Diffstat (limited to 'multimedia/gpodder/Makefile')
-rw-r--r--multimedia/gpodder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile
index e3dfd24a6b76..a48caad24637 100644
--- a/multimedia/gpodder/Makefile
+++ b/multimedia/gpodder/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= BERLIOS \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
${MGC_DISTNAME}${EXTRACT_SUFX}:mygpoclient
-MAINTAINER= steinex@nognu.de
+MAINTAINER= corky1951@comcast.net
COMMENT= A GTK2 podcast aggregrator written in Python
RUN_DEPENDS= py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 \
@@ -56,7 +56,7 @@ RUN_DEPENDS+= py*-imaging>=0:${PORTSDIR}/graphics/py-imaging
LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod
RUN_DEPENDS+= py*-mad>=0:${PORTSDIR}/audio/py-mad
.if !exists(${PYTHON_SITELIBDIR}/gpod/__init__.py)
-IGNORE= Requires Python bindings for libgpod. Please uninstall libgpod and reinstall with Python support.
+IGNORE= requires Python bindings for libgpod. Please uninstall libgpod and reinstall with Python support
.endif
.endif