diff options
Diffstat (limited to 'audio/py-vorbis')
-rw-r--r-- | audio/py-vorbis/Makefile | 2 | ||||
-rw-r--r-- | audio/py-vorbis/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 7d23d829334b..f017dfd3827e 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyvorbis-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= Object-oriented Python bindings for the vorbis library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg diff --git a/audio/py-vorbis/pkg-descr b/audio/py-vorbis/pkg-descr index 5822cd2a3cbe..6cb402c35029 100644 --- a/audio/py-vorbis/pkg-descr +++ b/audio/py-vorbis/pkg-descr @@ -1,3 +1,3 @@ Object-oriented Python bindings for the vorbis library -WWW: http://www.andrewchatham.com/pyogg/ +WWW: http://ekyo.nerim.net/software/pyogg/index.html |