Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 00:01:36 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304555 - head/audio/ices
Message-ID:  <201209200001.q8K01aYq001445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jase
Date: Thu Sep 20 00:01:35 2012
New Revision: 304555
URL: http://svn.freebsd.org/changeset/ports/304555

Log:
  - Update to 2.0.2
  
  PR:		ports/171312
  Submitted by:	Waitman Gobble <uzimac@da3m0n8t3r.com> (submitter)
  Approved by:	flo (mentor)

Modified:
  head/audio/ices/Makefile   (contents, props changed)
  head/audio/ices/distinfo   (contents, props changed)
  head/audio/ices/pkg-plist   (contents, props changed)

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Thu Sep 20 00:00:30 2012	(r304554)
+++ head/audio/ices/Makefile	Thu Sep 20 00:01:35 2012	(r304555)
@@ -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/releas
 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>

Modified: head/audio/ices/distinfo
==============================================================================
--- head/audio/ices/distinfo	Thu Sep 20 00:00:30 2012	(r304554)
+++ head/audio/ices/distinfo	Thu Sep 20 00:01:35 2012	(r304555)
@@ -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

Modified: head/audio/ices/pkg-plist
==============================================================================
--- head/audio/ices/pkg-plist	Thu Sep 20 00:00:30 2012	(r304554)
+++ head/audio/ices/pkg-plist	Thu Sep 20 00:01:35 2012	(r304555)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209200001.q8K01aYq001445>