diff options
author | xride <xride@FreeBSD.org> | 2012-03-03 05:52:36 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2012-03-03 05:52:36 +0800 |
commit | 0c4339000da79103c0d155cd9102b6a7a9da6d15 (patch) | |
tree | 474e86cb11f30dd621fada55bef78474e6689661 /audio | |
parent | 66ce0755889ccccd21c8c61866739792377ebfbd (diff) | |
download | freebsd-ports-gnome-0c4339000da79103c0d155cd9102b6a7a9da6d15.tar.gz freebsd-ports-gnome-0c4339000da79103c0d155cd9102b6a7a9da6d15.tar.zst freebsd-ports-gnome-0c4339000da79103c0d155cd9102b6a7a9da6d15.zip |
Passing MAINTAINER to ports@
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 5021a199d22d..d94527a9e550 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyao-${PORTVERSION} -MAINTAINER= xride@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A python wrapper for ao, an audio device abstraction library LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index e4862f95680b..3017c2c37d4e 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= xride@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented Python bindings for the ogg library LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 432c2c6c1f4b..24c265b4c2bc 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= xride@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 |