diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-24 16:46:48 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-09-24 16:46:48 +0000 |
commit | cc6d9bcf97c78c7feeac19e787ccc88da174ebb7 (patch) | |
tree | 438a648d4a2ddec4cc53246c7fd1ec37067276a9 /audio | |
parent | bf06aefeaa37164030ef7455348ab36d571d2c74 (diff) |
- Pass maintainership to submitter
PR: ports/127176
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Notes
Notes:
svn path=/head/; revision=220711
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 2c04b58aa6e1..e95ca701b3f7 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ http://svn.xiph.org/releases/icecast/ DISTNAME= icecast-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@sunpoet.net COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ |