Bug 171312

Summary: Update Port: audio/ices (2.0.1 to 2.0.2)
Product: Ports & Packages Reporter: Waitman Gobble <uzimac>
Component: Individual Port(s)Assignee: Jase Thew <jase>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Waitman Gobble 2012-09-04 09:50:09 UTC
New features - Support for RoarAudio input
Bugfixes and Documentation updates

thanks

Fix: Patch attached with submission follows:
Comment 1 Jase Thew freebsd_committer freebsd_triage 2012-09-04 17:17:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jase

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-20 01:01:47 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jase Thew freebsd_committer freebsd_triage 2012-09-20 01:16:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!