diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-26 11:13:28 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-26 11:13:28 +0000 |
commit | 7302bb151610f46c40436f72ccf3e9e0f7a042ba (patch) | |
tree | 31fbf3674f8523a156f3fa2cb54051c741333b3b /audio/py-vorbis | |
parent | 112a0b8c55fcd1aeb51558f363add070863ea10a (diff) |
- pass maintainership to Soeren Straarup
- correct WWW
PR: 100860
Submitted by: Soeren Straarup
Notes
Notes:
svn path=/head/; revision=168799
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 |