diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-01 11:23:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-01 11:23:30 +0000 |
commit | a05c7f3106f00ab12f6db2f07baca7f0a9168246 (patch) | |
tree | f2b344fcb8d8cfad3947748cf46e6cc498172667 /audio | |
parent | 42eec1f8566cecb243d001cd49ec081b6860b626 (diff) |
- Pass maintainership to submitter
(Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html )
Submitted by: Conrad J. Sabatier <conrads at cox.net>
Notes
Notes:
svn path=/head/; revision=176038
Diffstat (limited to 'audio')
-rw-r--r-- | audio/anthem/Makefile | 2 | ||||
-rw-r--r-- | audio/id3v2/Makefile | 2 | ||||
-rw-r--r-- | audio/mp3info/Makefile | 2 | ||||
-rw-r--r-- | audio/tse3/Makefile | 2 | ||||
-rw-r--r-- | audio/xmmix/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/anthem/Makefile b/audio/anthem/Makefile index a3855636ea9e..95ab7c373e8b 100644 --- a/audio/anthem/Makefile +++ b/audio/anthem/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lofi -MAINTAINER= ports@FreeBSD.org +MAINTAINER= conrads@cox.net COMMENT= A KDE midi sequencer LIB_DEPENDS= tse3:${PORTSDIR}/audio/tse3 diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile index 5379ffbb1d91..aa6b0d1f6131 100644 --- a/audio/id3v2/Makefile +++ b/audio/id3v2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= id3v2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= conrads@cox.net COMMENT= Command line id3v2 tag editor LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile index 7adb9f914139..5561b1861784 100644 --- a/audio/mp3info/Makefile +++ b/audio/mp3info/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mp3-utils/mp3info EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= conrads@cox.net COMMENT= Tool to manipulate ID3 tags for MP3 files WANT_GNOME= yes diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 0f254f68d603..1b2036d951a7 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= conrads@cox.net COMMENT= A MIDI library USE_GMAKE= yes diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 2cfc2cc8fefa..032160425466 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER= conrads@cox.net COMMENT= A Motif based audio mixer USE_IMAKE= yes |