diff options
author | sahil <sahil@FreeBSD.org> | 2010-08-07 06:16:49 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-08-07 06:16:49 +0800 |
commit | 4a3e438db4568e1ab4cc4dc010ecf08a11641101 (patch) | |
tree | 0c7fc854183e33572306c2868db5f66576efea61 /multimedia | |
parent | 2b924f1ca609dd18c7f382d79c77b5b9f4f1f3d3 (diff) | |
download | freebsd-ports-gnome-4a3e438db4568e1ab4cc4dc010ecf08a11641101.tar.gz freebsd-ports-gnome-4a3e438db4568e1ab4cc4dc010ecf08a11641101.tar.zst freebsd-ports-gnome-4a3e438db4568e1ab4cc4dc010ecf08a11641101.zip |
- Pass maintainership to volunteer
- Pacify portlint(1)
Approved by: old maintainer (via ports@)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gpodder/Makefile | 4 |
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 |