Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2012 16:45:50 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174485: I have upgraded audio/icecast2 to 2.3.3
Message-ID:  <201212161645.qBGGjoU1073355@red.freebsd.org>
Resent-Message-ID: <201212161650.qBGGo0Gf061072@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174485
>Category:       ports
>Synopsis:       I have upgraded audio/icecast2 to 2.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 16 16:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        9.1-RELEASE
>Organization:
n/a
>Environment:
FreeBSD pfa3.x.rootbsd.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
I have upgraded audio/icecast2 to 2.3.3.

A patch is attached.

>How-To-Repeat:
n/a
>Fix:
n/a

Patch attached with submission follows:

diff -ruN icecast2.orig/Makefile icecast2/Makefile
--- icecast2.orig/Makefile	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/Makefile	2012-12-16 02:00:38.000000000 -0500
@@ -2,11 +2,11 @@
 # Date created:         28 Jan 1999
 # Whom:                 Chip Marshall <chip@eboai.org>
 #
-# $FreeBSD: ports/audio/icecast2/Makefile,v 1.73 2012/08/05 23:19:36 dougb Exp $
+# $FreeBSD: ports/audio/icecast2/Makefile,v 1.74 2012/11/17 05:54:35 svnexp Exp $
 #
 
 PORTNAME=	icecast2
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.3
 PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	audio net ipv6
diff -ruN icecast2.orig/distinfo icecast2/distinfo
--- icecast2.orig/distinfo	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/distinfo	2012-12-16 02:01:03.000000000 -0500
@@ -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
diff -ruN icecast2.orig/files/icecast2.in icecast2/files/icecast2.in
--- icecast2.orig/files/icecast2.in	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/files/icecast2.in	2012-11-17 00:54:35.000000000 -0500
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $FreeBSD: ports/audio/icecast2/files/icecast2.in,v 1.1 2012/08/05 23:19:36 dougb Exp $
+# $FreeBSD: ports/audio/icecast2/files/icecast2.in,v 1.2 2012/11/17 05:54:35 svnexp Exp $
 #
 
 # PROVIDE: icecast2
diff -ruN icecast2.orig/files/patch-conf::Makefile.in icecast2/files/patch-conf::Makefile.in
--- icecast2.orig/files/patch-conf::Makefile.in	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/files/patch-conf::Makefile.in	1969-12-31 19:00:00.000000000 -0500
@@ -1,12 +0,0 @@
---- conf/Makefile.in.orig	2008-05-30 08:58:57.000000000 +0900
-+++ conf/Makefile.in	2010-05-14 17:36:16.000000000 +0900
-@@ -407,8 +407,7 @@
-
- install-data-hook:
- 	$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
--	test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \
--	$(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml
-+	$(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample
- 
- icecast.xml.dist: $(srcdir)/icecast.xml.in
- 	$(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist
diff -ruN icecast2.orig/files/patch-src-stats.c icecast2/files/patch-src-stats.c
--- icecast2.orig/files/patch-src-stats.c	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/files/patch-src-stats.c	1969-12-31 19:00:00.000000000 -0500
@@ -1,14 +0,0 @@
---- src/stats.c.orig	2008-05-01 10:22:40.000000000 +0800
-+++ src/stats.c	2012-04-24 02:22:44.574821557 +0800
-@@ -973,7 +973,11 @@
-                 if (event->source)
-                 {
-                     if (show_mount && strcmp (event->source, show_mount) != 0)
-+                    {
-+                        xmlFree (name);
-+                        xmlFree (value);
-                         break;
-+                    }
-                     srcnode = _find_xml_node(event->source, &src_nodes, node);
-                 }
-                 else
diff -ruN icecast2.orig/pkg-plist icecast2/pkg-plist
--- icecast2.orig/pkg-plist	2012-08-07 13:11:08.000000000 -0400
+++ icecast2/pkg-plist	2012-12-16 02:04:14.000000000 -0500
@@ -31,6 +31,8 @@
 share/icecast/admin/response.xsl
 share/icecast/admin/stats.xsl
 share/icecast/admin/updatemetadata.xsl
+share/icecast/admin/xspf.xsl
+share/icecast/admin/vclt.xsl
 share/icecast/doc/icecast.xml.dist
 share/icecast/doc/icecast_minimal.xml.dist
 share/icecast/doc/icecast_shoutcast_compat.xml.dist


>Release-Note:
>Audit-Trail:
>Unformatted:



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