diff options
author | nbm <nbm@FreeBSD.org> | 2004-03-26 02:28:44 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2004-03-26 02:28:44 +0800 |
commit | e8a032bb5549313f8f8e276647aa890ef648c0e2 (patch) | |
tree | 4f776269434b525aac7003f3ef6d23001bd83d73 /audio | |
parent | bb9dc3d987b1ca6b58bddd11010ae96ef8a528ff (diff) | |
download | freebsd-ports-gnome-e8a032bb5549313f8f8e276647aa890ef648c0e2.tar.gz freebsd-ports-gnome-e8a032bb5549313f8f8e276647aa890ef648c0e2.tar.zst freebsd-ports-gnome-e8a032bb5549313f8f8e276647aa890ef648c0e2.zip |
Drop maintainership.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-ao/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ogg/Makefile | 2 | ||||
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 31424396521e..5a7fbd6a6565 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyao-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python wrapper for ao, an audio device abstraction library LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 923c4ca8b0ea..89c06f3f36cd 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyogg-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented Python bindings for the ogg library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 5d671a595046..314f38bb639e 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyvorbis-${PORTVERSION} -MAINTAINER= nbm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg |