diff options
author | lofi <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-01-08 21:58:20 +0000 |
commit | ce900ec0889666996570cbcd70ad903b1bc0de0d (patch) | |
tree | f930b077bcc8b70f903c130288a0912d908a34c3 /audio/icecast2 | |
parent | 5c0da1adc1034cbf03e7ede5457997a31877014b (diff) | |
download | FreeBSD-ports-ce900ec0889666996570cbcd70ad903b1bc0de0d.zip FreeBSD-ports-ce900ec0889666996570cbcd70ad903b1bc0de0d.tar.gz |
Chase libshout2 shared library version bump.
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 9f522fe..3a597b5 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,6 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -16,9 +17,9 @@ MAINTAINER= lofi@freebsd.org COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - shout.4:${PORTSDIR}/audio/libshout2 \ - theora.1:${PORTSDIR}/multimedia/libtheora \ + shout.5:${PORTSDIR}/audio/libshout2 \ speex.3:${PORTSDIR}/audio/speex \ + theora.1:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt |