diff options
Diffstat (limited to 'audio/ices')
-rw-r--r-- | audio/ices/Makefile | 12 | ||||
-rw-r--r-- | audio/ices/distinfo | 4 | ||||
-rw-r--r-- | audio/ices/pkg-plist | 1 |
3 files changed, 9 insertions, 8 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 5e54e92e91e0..c97720a669b0 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ices -PORTVERSION= 2.0.1 -PORTREVISION= 6 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://svn.xiph.org/releases/ices/ @@ -15,14 +14,15 @@ MASTER_SITES= http://svn.xiph.org/releases/ices/ MAINTAINER= ports@FreeBSD.org COMMENT= A vorbis streaming source client for icecast 2 -LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - xml2.5:${PORTSDIR}/textproc/libxml2 +LIB_DEPENDS= shout:${PORTSDIR}/audio/libshout2 \ + vorbis:${PORTSDIR}/audio/libvorbis \ + xml2:${PORTSDIR}/textproc/libxml2 CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +CONFIGURE_ARGS+= --disable-alsa --disable-roaraudio --disable-sun-audio USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_BZIP2= yes .include <bsd.port.mk> diff --git a/audio/ices/distinfo b/audio/ices/distinfo index ca7fd2f16604..3d64fc73e1b4 100644 --- a/audio/ices/distinfo +++ b/audio/ices/distinfo @@ -1,2 +1,2 @@ -SHA256 (ices-2.0.1.tar.bz2) = 04ec784b5ca6f5a2951631252d61e01c6d16c6fcf17cbe32d702dbe761fc238d -SIZE (ices-2.0.1.tar.bz2) = 273805 +SHA256 (ices-2.0.2.tar.bz2) = 96458df835033c39236ad3bb099286c033241f8ea7c138e7ccf714e7ade75900 +SIZE (ices-2.0.2.tar.bz2) = 293818 diff --git a/audio/ices/pkg-plist b/audio/ices/pkg-plist index 9f4b7ba03163..0b33e992f534 100644 --- a/audio/ices/pkg-plist +++ b/audio/ices/pkg-plist @@ -5,6 +5,7 @@ bin/ices %%DATADIR%%/ices-alsa.xml %%DATADIR%%/ices-oss.xml %%DATADIR%%/ices-playlist.xml +%%DATADIR%%/ices-roar.xml %%DATADIR%%/index.html %%DATADIR%%/inputs.html %%DATADIR%%/intro.html |