diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-15 21:13:09 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-15 21:13:09 +0000 |
commit | 077c2b1b53c91ae9cbb5f07d85f6703e432533c0 (patch) | |
tree | 2acb1ac6def84db3f12e67ecca19c7a19bec216f /audio | |
parent | 9d8f37c43a2831c9ccf763435786e02ea1855f9b (diff) | |
download | ports-077c2b1b53c91ae9cbb5f07d85f6703e432533c0.tar.gz ports-077c2b1b53c91ae9cbb5f07d85f6703e432533c0.zip |
Notes
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 dca5ad6f0311..b88225a4e76a 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 60a2a28cb3f7..cf88c91e6cef 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 8829e9641b3d..9cbca36b1af6 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 |