diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-15 21:13:09 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-15 21:13:09 +0000 |
commit | 02347894806a81ce1636faa5341b82769a8e1fce (patch) | |
tree | dd8f3c68bd292a2a70cfe8afeaf3f786fc8cea53 /audio | |
parent | 25e5a7b6cd1df47a9dcfc13795242941dda66098 (diff) | |
download | FreeBSD-ports-02347894806a81ce1636faa5341b82769a8e1fce.zip FreeBSD-ports-02347894806a81ce1636faa5341b82769a8e1fce.tar.gz |
Update to 2.2.0
PR: ports/76132, ports/76135 (based on)
Submitted by: Benjamin Lee <webmaster@thetangent.us>, Frits
Letteboerr <graver@graver.xs4all.nl>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 3 | ||||
-rw-r--r-- | audio/icecast2/distinfo | 4 | ||||
-rw-r--r-- | audio/icecast2/pkg-plist | 9 |
3 files changed, 10 insertions, 6 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index dca5ad6..b88225a 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= icecast2 -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -17,6 +17,7 @@ COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ shout.3:${PORTSDIR}/audio/libshout2 \ + theora.1:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo index 60a2a28..cf88c91 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast2/distinfo @@ -1,2 +1,2 @@ -MD5 (icecast-2.1.0.tar.gz) = f6a63f036fdfbe415cd64d7ee8afc043 -SIZE (icecast-2.1.0.tar.gz) = 684382 +MD5 (icecast-2.2.0.tar.gz) = 7958347af55651384298828175e32dcf +SIZE (icecast-2.2.0.tar.gz) = 702418 diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist index 8829e96..9cbca36 100644 --- a/audio/icecast2/pkg-plist +++ b/audio/icecast2/pkg-plist @@ -1,9 +1,9 @@ bin/icecast etc/icecast.xml.sample etc/rc.d/icecast2.sh -share/doc/icecast/ChangeLog share/doc/icecast/AUTHORS share/doc/icecast/COPYING +share/doc/icecast/ChangeLog share/doc/icecast/NEWS share/doc/icecast/README share/doc/icecast/TODO @@ -25,9 +25,10 @@ share/icecast/admin/manageauth.xsl share/icecast/admin/moveclients.xsl share/icecast/admin/response.xsl share/icecast/admin/stats.xsl +share/icecast/admin/updatemetadata.xsl share/icecast/doc/icecast.xml.dist -share/icecast/web/status.xsl -share/icecast/web/status2.xsl +share/icecast/doc/icecast_minimal.xml.dist +share/icecast/doc/icecast_shoutcast_compat.xml.dist share/icecast/web/auth.xsl share/icecast/web/corner_bottomleft.jpg share/icecast/web/corner_bottomright.jpg @@ -35,6 +36,8 @@ share/icecast/web/corner_topleft.jpg share/icecast/web/corner_topright.jpg share/icecast/web/icecast.png share/icecast/web/key.gif +share/icecast/web/status.xsl +share/icecast/web/status2.xsl share/icecast/web/style.css @dirrm share/icecast/web @dirrm share/icecast/doc |