diff options
author | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
commit | 64c87c28881beecb28a8a2d93f108fcfee4be1b8 (patch) | |
tree | 4b9224bbe4dd1f6096d385f20d293698fb7a2323 /audio | |
parent | a47785e833982fa3907c9b4df89840d041623109 (diff) | |
download | freebsd-ports-graphics-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.gz freebsd-ports-graphics-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.zst freebsd-ports-graphics-64c87c28881beecb28a8a2d93f108fcfee4be1b8.zip |
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dream/Makefile | 2 | ||||
-rw-r--r-- | audio/gnump3d/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ao/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ogg/Makefile | 2 | ||||
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/dream/Makefile b/audio/dream/Makefile index e403d486f90..2ed971aa8f4 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= drm DISTNAME= drm-${PORTVERSION} -MAINTAINER= xride@x12.dk +MAINTAINER= xride@FreeBSD.org COMMENT= Digital Radio Mondiale (DRM) software receiver LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index dba64dd70ec..320917bb801 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= xride@x12.dk +MAINTAINER= xride@FreeBSD.org COMMENT= Streaming server for MP3, Ogg Vorbis and other streamable audio files RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 94273bcc1a1..cd9ee57adf2 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= xride@x12.dk +MAINTAINER= xride@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 c37539e8b7b..e18e01fdf03 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@x12.dk +MAINTAINER= xride@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 f017dfd3827..90602d7a750 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= xride@x12.dk +MAINTAINER= xride@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg |