diff options
author | vs <vs@FreeBSD.org> | 2004-08-16 16:35:38 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-16 16:35:38 +0800 |
commit | f15afc0c3e30dd28e3c309b19daf558550e16845 (patch) | |
tree | 78e1d4ed236bc1ffe7aad5a19ebc9598b06393ff | |
parent | 3b3884ef77897d0c8c2d152517c6fd61b8ea61cb (diff) | |
download | freebsd-ports-gnome-f15afc0c3e30dd28e3c309b19daf558550e16845.tar.gz freebsd-ports-gnome-f15afc0c3e30dd28e3c309b19daf558550e16845.tar.zst freebsd-ports-gnome-f15afc0c3e30dd28e3c309b19daf558550e16845.zip |
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)
-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} |