diff options
author | gabor <gabor@FreeBSD.org> | 2009-03-07 07:52:57 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-03-07 07:52:57 +0800 |
commit | 0ec8ec8b677bfd12b0584939843de9a723f34fb5 (patch) | |
tree | 4e94927c40da6a0f36bae68ef6b7cc2637047a6c /audio | |
parent | 10b916298b21b5089ea73cc61d1f1b2de8622e7d (diff) | |
download | freebsd-ports-gnome-0ec8ec8b677bfd12b0584939843de9a723f34fb5.tar.gz freebsd-ports-gnome-0ec8ec8b677bfd12b0584939843de9a723f34fb5.tar.zst freebsd-ports-gnome-0ec8ec8b677bfd12b0584939843de9a723f34fb5.zip |
- Pass maintainership to Frank Steinborn. I don't use shoutcast any more,
while he does, so he will be a better maintainer.
Submitted by: Frank Steinborn <steinex@nognu.de> (via IRC)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-shoutcast/Makefile | 2 | ||||
-rw-r--r-- | audio/shoutcast/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/linux-shoutcast/Makefile b/audio/linux-shoutcast/Makefile index b1230c8660ea..6f202f6ec427 100644 --- a/audio/linux-shoutcast/Makefile +++ b/audio/linux-shoutcast/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.shoutcast.com/downloads/sc${PORTVERSION:S|.|-|g}/ PKGNAMEPREFIX= linux- DISTNAME= sc_serv_${PORTVERSION}_Linux -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= steinex@nognu.de COMMENT= Nullsoft's streaming audio server (Linux binary port) CONFLICTS= shoutcast-[0-9]* diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index c90eafdc4d94..3474c9fed750 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -10,7 +10,7 @@ CATEGORIES= audio net MASTER_SITES= http://yp.shoutcast.com/downloads/sc1-9-8/ DISTNAME= sc_serv_${PORTVERSION}_FreeBSD5 -MAINTAINER= gabor@FreeBSD.org +MAINTAINER= steinex@nognu.de COMMENT= Nullsoft's streaming audio server (binary port) LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x |