Bug 181712

Summary: I have updated audio/icecast to 2.3.3
Product: Ports & Packages Reporter: Douglas Carmichael <dcarmich>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Douglas Carmichael 2013-08-31 20:40:00 UTC
I have updated audio/icecast to 2.3.3.

A patch is attached.

Fix: A patch is attached.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-08-31 22:22:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-08-31 22:26:30 UTC
Responsible Changed
From-To: rm->sunpoet

Oops. Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-07 19:40:53 UTC
Author: sunpoet
Date: Sat Sep  7 18:40:45 2013
New Revision: 326680
URL: http://svnweb.freebsd.org/changeset/ports/326680

Log:
  - Update to 2.3.3
  
  Changes:	http://svn.xiph.org/icecast/trunk/icecast/NEWS
  PR:		ports/181712
  Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net>

Deleted:
  head/audio/icecast2/files/patch-src-stats.c
Modified:
  head/audio/icecast2/Makefile
  head/audio/icecast2/distinfo   (contents, props changed)
  head/audio/icecast2/pkg-plist

Modified: head/audio/icecast2/Makefile
==============================================================================
--- head/audio/icecast2/Makefile	Sat Sep  7 18:38:25 2013	(r326679)
+++ head/audio/icecast2/Makefile	Sat Sep  7 18:40:45 2013	(r326680)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	icecast2
-PORTVERSION=	2.3.2
-PORTREVISION=	10
+PORTVERSION=	2.3.3
 PORTEPOCH=	1
 CATEGORIES=	audio net ipv6
 MASTER_SITES=	http://downloads.xiph.org/releases/icecast/ \

Modified: head/audio/icecast2/distinfo
==============================================================================
--- head/audio/icecast2/distinfo	Sat Sep  7 18:38:25 2013	(r326679)
+++ head/audio/icecast2/distinfo	Sat Sep  7 18:40:45 2013	(r326680)
@@ -1,2 +1,2 @@
-SHA256 (icecast-2.3.2.tar.gz) = 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0
-SIZE (icecast-2.3.2.tar.gz) = 1152319
+SHA256 (icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d
+SIZE (icecast-2.3.3.tar.gz) = 1161774

Modified: head/audio/icecast2/pkg-plist
==============================================================================
--- head/audio/icecast2/pkg-plist	Sat Sep  7 18:38:25 2013	(r326679)
+++ head/audio/icecast2/pkg-plist	Sat Sep  7 18:40:45 2013	(r326680)
@@ -7,6 +7,8 @@ etc/icecast.xml.sample
 %%DATADIR%%/admin/response.xsl
 %%DATADIR%%/admin/stats.xsl
 %%DATADIR%%/admin/updatemetadata.xsl
+%%DATADIR%%/admin/vclt.xsl
+%%DATADIR%%/admin/xspf.xsl
 %%DATADIR%%/doc/icecast.xml.dist
 %%DATADIR%%/doc/icecast_minimal.xml.dist
 %%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist
_______________________________________________
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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-07 19:40:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!