From owner-svn-ports-all@FreeBSD.ORG Thu Sep 20 00:01:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7869C106564A; Thu, 20 Sep 2012 00:01:36 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 498958FC14; Thu, 20 Sep 2012 00:01:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8K01a4H001449; Thu, 20 Sep 2012 00:01:36 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8K01aYq001445; Thu, 20 Sep 2012 00:01:36 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201209200001.q8K01aYq001445@svn.freebsd.org> From: Jase Thew Date: Thu, 20 Sep 2012 00:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304555 - head/audio/ices X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 00:01:36 -0000 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 (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 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