diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-16 08:35:38 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-16 08:35:38 +0000 |
commit | 733b61011b80f826d21223a119721f3607fc04b8 (patch) | |
tree | 4d3ab7ab87a414e11ccda5531119ec5f1aedbba7 | |
parent | WITH_IFC, WITH_ICC -> USE_IFC, USE_ICC (diff) |
Pass maintainership of audio/abcde and audio/cd-discid on to Travis
Campbell <hcoyote@ghostar.org>. Many thanks to Travis for agreeing to take
over.
PR: ports/70466
Submitted by: Munish Chopra (maintainer)
Notes
Notes:
svn path=/head/; revision=116369
-rw-r--r-- | audio/abcde/Makefile | 2 | ||||
-rw-r--r-- | audio/cd-discid/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 620b3740b9a8..4e4146d7f107 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.hispalinux.es/~data/files/ \ http://www.soulwax.net/freebsd/ DISTNAME= abcde_${PORTVERSION}.orig -MAINTAINER= chopra@soulwax.net +MAINTAINER= hcoyote@ghostar.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format RUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \ diff --git a/audio/cd-discid/Makefile b/audio/cd-discid/Makefile index 4488b408fe2b..07ecaa05c053 100644 --- a/audio/cd-discid/Makefile +++ b/audio/cd-discid/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://lly.org/~rcw/cd-discid/ \ http://www.soulwax.net/freebsd/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= chopra@soulwax.net +MAINTAINER= hcoyote@ghostar.org COMMENT= Backend utility to retrieve CDDB discid information WRKSRC= ${WRKDIR}/${PKGNAME} |