diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-28 16:25:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-28 16:25:46 +0800 |
commit | 60b4b63da627b766985536dff38f83c37c279cd7 (patch) | |
tree | 715d9136c903b3e7986f5cddc17de25532c94c2a /audio | |
parent | 4b638a86fadb7b57fd5492d5f9c1cc2eeb6f1b3d (diff) | |
download | freebsd-ports-gnome-60b4b63da627b766985536dff38f83c37c279cd7.tar.gz freebsd-ports-gnome-60b4b63da627b766985536dff38f83c37c279cd7.tar.zst freebsd-ports-gnome-60b4b63da627b766985536dff38f83c37c279cd7.zip |
Fix MASTER_SITES and take over maintainership.
PR: ports/50356
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: Maintainer (zach@pabst.bendnet.com
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 451610de0307..6af486c8e2ad 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -9,9 +9,9 @@ PORTNAME= icecast PORTVERSION= 1.3.12 PORTREVISION= 1 CATEGORIES= audio net -MASTER_SITES= http://www.icecast.org/releases/ +MASTER_SITES= http://www.icecast.org/files/ -MAINTAINER= zach@pabst.bendnet.com +MAINTAINER= michaelnottebrock@gmx.net COMMENT= A streaming mp3 audio server HAS_CONFIGURE= yes |