View | Details | Raw Unified | Return to bug 181712
Collapse All | Expand All

(-)icecast2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: audio/icecast2/Makefile 325163 2013-08-21 17:42:57Z sunpoet $
2
# $FreeBSD: audio/icecast2/Makefile 325163 2013-08-21 17:42:57Z sunpoet $
3
3
4
PORTNAME=	icecast2
4
PORTNAME=	icecast2
5
PORTVERSION=	2.3.2
5
PORTVERSION=	2.3.3
6
PORTREVISION=	10
6
PORTREVISION=	10
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	audio net ipv6
8
CATEGORIES=	audio net ipv6
(-)icecast2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (icecast-2.3.2.tar.gz) = 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0
1
SHA256 (icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d
2
SIZE (icecast-2.3.2.tar.gz) = 1152319
2
SIZE (icecast-2.3.3.tar.gz) = 1161774
(-)icecast2/files/patch-src-stats.c (-14 lines)
Lines 1-14 Link Here
1
--- src/stats.c.orig	2008-05-01 10:22:40.000000000 +0800
2
+++ src/stats.c	2012-04-24 02:22:44.574821557 +0800
3
@@ -973,7 +973,11 @@
4
                 if (event->source)
5
                 {
6
                     if (show_mount && strcmp (event->source, show_mount) != 0)
7
+                    {
8
+                        xmlFree (name);
9
+                        xmlFree (value);
10
                         break;
11
+                    }
12
                     srcnode = _find_xml_node(event->source, &src_nodes, node);
13
                 }
14
                 else
(-)icecast2/pkg-plist (+2 lines)
Lines 31-36 Link Here
31
share/icecast/admin/response.xsl
31
share/icecast/admin/response.xsl
32
share/icecast/admin/stats.xsl
32
share/icecast/admin/stats.xsl
33
share/icecast/admin/updatemetadata.xsl
33
share/icecast/admin/updatemetadata.xsl
34
share/icecast/admin/xspf.xsl
35
share/icecast/admin/vclt.xsl
34
share/icecast/doc/icecast.xml.dist
36
share/icecast/doc/icecast.xml.dist
35
share/icecast/doc/icecast_minimal.xml.dist
37
share/icecast/doc/icecast_minimal.xml.dist
36
share/icecast/doc/icecast_shoutcast_compat.xml.dist
38
share/icecast/doc/icecast_shoutcast_compat.xml.dist

Return to bug 181712