anyone?

On Tue, May 13, 2014 at 09:33:11AM -0300, Gonzalo L. Rodriguez wrote:
; Hi,
; 
; Update for Icecast to 2.4.0:
; 
; http://svn.xiph.org/icecast/tags/icecast-2.4.0/ChangeLog
; 
; Comments? Ok?
; 
; 
; Cheers.-
; 
; -- 
; Sending from my toaster.

; Index: Makefile
; ===================================================================
; RCS file: /cvs/ports/net/icecast/Makefile,v
; retrieving revision 1.52
; diff -u -p -r1.52 Makefile
; --- Makefile  21 Mar 2013 08:46:34 -0000      1.52
; +++ Makefile  13 May 2014 12:31:30 -0000
; @@ -2,7 +2,7 @@
;  
;  COMMENT=     server for streaming various media formats
;  
; -DISTNAME=    icecast-2.3.3
; +DISTNAME=    icecast-2.4.0
;  CATEGORIES=  net audio
;  
;  HOMEPAGE=    http://www.icecast.org/
; Index: distinfo
; ===================================================================
; RCS file: /cvs/ports/net/icecast/distinfo,v
; retrieving revision 1.12
; diff -u -p -r1.12 distinfo
; --- distinfo  1 Sep 2012 17:35:54 -0000       1.12
; +++ distinfo  13 May 2014 12:31:30 -0000
; @@ -1,2 +1,2 @@
; -SHA256 (icecast-2.3.3.tar.gz) = Gx0G9fg8mpg80ozHiqkOQDj5M1EbPSDX/Sz8EWZFw20=
; -SIZE (icecast-2.3.3.tar.gz) = 1161774
; +SHA256 (icecast-2.4.0.tar.gz) = F7fpV+Gxaldu+qvWnBUSboTOmNN5HM7kVGtywMZGDzI=
; +SIZE (icecast-2.4.0.tar.gz) = 1087795
; Index: patches/patch-Makefile_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-Makefile_in,v
; retrieving revision 1.5
; diff -u -p -r1.5 patch-Makefile_in
; --- patches/patch-Makefile_in 1 Sep 2012 17:35:54 -0000       1.5
; +++ patches/patch-Makefile_in 13 May 2014 12:31:30 -0000
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-Makefile_in,v 1.5 2012/09/01 17:35:54 gonzalo Exp $
; ---- Makefile.in.orig Mon Jun 11 14:03:15 2012
; -+++ Makefile.in      Mon Aug 13 13:31:38 2012
; -@@ -324,7 +324,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
; +--- Makefile.in.orig Tue May  6 01:55:10 2014
; ++++ Makefile.in      Tue May 13 08:42:27 2014
; +@@ -392,7 +392,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
;       m4/xiph_compiler.m4 m4/xiph_curl.m4 m4/xiph_net.m4 \
;       m4/xiph_types.m4 m4/xiph_xml2.m4 icecast.spec
;   
; Index: patches/patch-admin_Makefile_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-admin_Makefile_in,v
; retrieving revision 1.3
; diff -u -p -r1.3 patch-admin_Makefile_in
; --- patches/patch-admin_Makefile_in   1 Sep 2012 17:35:54 -0000       1.3
; +++ patches/patch-admin_Makefile_in   13 May 2014 12:31:30 -0000
; @@ -1,10 +1,10 @@
;  $OpenBSD: patch-admin_Makefile_in,v 1.3 2012/09/01 17:35:54 gonzalo Exp $
; ---- admin/Makefile.in.orig   Mon Jun 11 14:03:11 2012
; -+++ admin/Makefile.in        Mon Aug 13 13:34:51 2012
; -@@ -33,7 +33,7 @@ am__make_dryrun = \
; -     esac; \
; -     test $$am__dry = yes; \
; -   }
; +--- admin/Makefile.in.orig   Tue May 13 08:42:41 2014
; ++++ admin/Makefile.in        Tue May 13 08:47:16 2014
; +@@ -60,7 +60,7 @@ am__make_running_with_option = \
; +   test $$has_opt = yes
; + am__make_dryrun = (target_option=n; $(am__make_running_with_option))
; + am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
;  -pkgdatadir = $(datadir)/@PACKAGE@
;  +pkgdatadir = $(datadir)/examples/@PACKAGE@
;   pkgincludedir = $(includedir)/@PACKAGE@
; Index: patches/patch-conf_Makefile_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-conf_Makefile_in,v
; retrieving revision 1.5
; diff -u -p -r1.5 patch-conf_Makefile_in
; --- patches/patch-conf_Makefile_in    1 Sep 2012 17:35:54 -0000       1.5
; +++ patches/patch-conf_Makefile_in    13 May 2014 12:31:30 -0000
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-conf_Makefile_in,v 1.5 2012/09/01 17:35:54 gonzalo Exp $
; ---- conf/Makefile.in.orig    Mon Jun 11 14:03:11 2012
; -+++ conf/Makefile.in Mon Aug 13 13:31:38 2012
; -@@ -226,7 +226,7 @@ build_vendor = @build_vendor@
; +--- conf/Makefile.in.orig    Tue May  6 01:55:10 2014
; ++++ conf/Makefile.in Tue May 13 08:42:27 2014
; +@@ -269,7 +269,7 @@ build_vendor = @build_vendor@
;   builddir = @builddir@
;   datadir = @datadir@
;   datarootdir = @datarootdir@
; Index: patches/patch-conf_icecast_xml_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-conf_icecast_xml_in,v
; retrieving revision 1.6
; diff -u -p -r1.6 patch-conf_icecast_xml_in
; --- patches/patch-conf_icecast_xml_in 1 Sep 2012 17:35:54 -0000       1.6
; +++ patches/patch-conf_icecast_xml_in 13 May 2014 12:31:30 -0000
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-conf_icecast_xml_in,v 1.6 2012/09/01 17:35:54 gonzalo Exp $
; ---- conf/icecast.xml.in.orig Mon Jun 11 13:45:19 2012
; -+++ conf/icecast.xml.in      Mon Aug 13 13:31:38 2012
; -@@ -131,14 +131,14 @@
; +--- conf/icecast.xml.in.orig Sun Jan  6 07:28:44 2013
; ++++ conf/icecast.xml.in      Tue May 13 08:42:28 2014
; +@@ -133,14 +133,14 @@
;   
;       <paths>
;               <!-- basedir is only used if chroot is enabled -->
; @@ -21,7 +21,7 @@ $OpenBSD: patch-conf_icecast_xml_in,v 1.
;   
;           <!-- Aliases: treat requests for 'source' path as being for 'dest' 
path
;                May be made specific to a port or bound address using the 
"port"
; -@@ -169,12 +169,10 @@
; +@@ -171,12 +171,10 @@
;       </logging>
;   
;       <security>
; Index: patches/patch-configure
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-configure,v
; retrieving revision 1.10
; diff -u -p -r1.10 patch-configure
; --- patches/patch-configure   1 Sep 2012 17:35:54 -0000       1.10
; +++ patches/patch-configure   13 May 2014 12:31:30 -0000
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-configure,v 1.10 2012/09/01 17:35:54 gonzalo Exp $
; ---- configure.orig   Mon Jun 11 14:03:18 2012
; -+++ configure        Mon Aug 13 13:31:38 2012
; -@@ -13910,7 +13910,7 @@ fi
; +--- configure.orig   Sun May  4 15:47:09 2014
; ++++ configure        Tue May 13 08:42:28 2014
; +@@ -14132,7 +14132,7 @@ fi
;   
;   
;   if test "x$openssl_prefix" != "x" -a "x$openssl_prefix" != "xyes"; then
; @@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.10 2012/09
;       OPENSSL_CFLAGS="-I$openssl_prefix/include"
;   else
;       # Extract the first word of "pkg-config", so it can be a program name 
with args.
; -@@ -13963,7 +13963,7 @@ fi
; +@@ -14185,7 +14185,7 @@ fi
;           else
;               openssl_prefix="$prefix"
;           fi
; Index: patches/patch-doc_Makefile_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-doc_Makefile_in,v
; retrieving revision 1.5
; diff -u -p -r1.5 patch-doc_Makefile_in
; --- patches/patch-doc_Makefile_in     1 Sep 2012 17:35:54 -0000       1.5
; +++ patches/patch-doc_Makefile_in     13 May 2014 12:31:30 -0000
; @@ -1,7 +1,7 @@
;  $OpenBSD: patch-doc_Makefile_in,v 1.5 2012/09/01 17:35:54 gonzalo Exp $
; ---- doc/Makefile.in.orig     Mon Jun 11 14:03:12 2012
; -+++ doc/Makefile.in  Mon Aug 13 13:31:38 2012
; -@@ -226,7 +226,7 @@ build_vendor = @build_vendor@
; +--- doc/Makefile.in.orig     Tue May  6 01:55:10 2014
; ++++ doc/Makefile.in  Tue May 13 08:42:28 2014
; +@@ -269,7 +269,7 @@ build_vendor = @build_vendor@
;   builddir = @builddir@
;   datadir = @datadir@
;   datarootdir = @datarootdir@
; Index: patches/patch-web_Makefile_in
; ===================================================================
; RCS file: /cvs/ports/net/icecast/patches/patch-web_Makefile_in,v
; retrieving revision 1.3
; diff -u -p -r1.3 patch-web_Makefile_in
; --- patches/patch-web_Makefile_in     1 Sep 2012 17:35:54 -0000       1.3
; +++ patches/patch-web_Makefile_in     13 May 2014 12:31:30 -0000
; @@ -1,10 +1,10 @@
;  $OpenBSD: patch-web_Makefile_in,v 1.3 2012/09/01 17:35:54 gonzalo Exp $
; ---- web/Makefile.in.orig     Mon Jun 11 14:03:14 2012
; -+++ web/Makefile.in  Mon Aug 13 13:35:19 2012
; -@@ -33,7 +33,7 @@ am__make_dryrun = \
; -     esac; \
; -     test $$am__dry = yes; \
; -   }
; +--- web/Makefile.in.orig     Tue May 13 08:42:42 2014
; ++++ web/Makefile.in  Tue May 13 08:47:55 2014
; +@@ -60,7 +60,7 @@ am__make_running_with_option = \
; +   test $$has_opt = yes
; + am__make_dryrun = (target_option=n; $(am__make_running_with_option))
; + am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
;  -pkgdatadir = $(datadir)/@PACKAGE@
;  +pkgdatadir = $(datadir)/examples/@PACKAGE@
;   pkgincludedir = $(includedir)/@PACKAGE@
; Index: pkg/PLIST
; ===================================================================
; RCS file: /cvs/ports/net/icecast/pkg/PLIST,v
; retrieving revision 1.11
; diff -u -p -r1.11 PLIST
; --- pkg/PLIST 1 Sep 2012 17:35:54 -0000       1.11
; +++ pkg/PLIST 13 May 2014 12:31:30 -0000
; @@ -6,13 +6,13 @@ share/doc/icecast/
;  share/doc/icecast/AUTHORS
;  share/doc/icecast/NEWS
;  share/doc/icecast/icecast2_admin.html
; +share/doc/icecast/icecast2_auth.html
;  share/doc/icecast/icecast2_basicsetup.html
;  share/doc/icecast/icecast2_changes.html
;  share/doc/icecast/icecast2_config_file.html
;  share/doc/icecast/icecast2_faq.html
;  share/doc/icecast/icecast2_glossary.html
;  share/doc/icecast/icecast2_introduction.html
; -share/doc/icecast/icecast2_listenerauth.html
;  share/doc/icecast/icecast2_relay.html
;  share/doc/icecast/icecast2_stats.html
;  share/doc/icecast/icecast2_win32.html
; @@ -59,26 +59,20 @@ share/examples/icecast/web/
;  @sample /var/icecast/web/
;  share/examples/icecast/web/auth.xsl
;  @sample /var/icecast/web/auth.xsl
; -share/examples/icecast/web/corner_bottomleft.jpg
; -@sample /var/icecast/web/corner_bottomleft.jpg
; -share/examples/icecast/web/corner_bottomright.jpg
; -@sample /var/icecast/web/corner_bottomright.jpg
; -share/examples/icecast/web/corner_topleft.jpg
; -@sample /var/icecast/web/corner_topleft.jpg
; -share/examples/icecast/web/corner_topright.jpg
; -@sample /var/icecast/web/corner_topright.jpg
;  share/examples/icecast/web/icecast.png
;  @sample /var/icecast/web/icecast.png
; -share/examples/icecast/web/key.gif
; -@sample /var/icecast/web/key.gif
;  share/examples/icecast/web/key.png
;  @sample /var/icecast/web/key.png
;  share/examples/icecast/web/server_version.xsl
;  @sample /var/icecast/web/server_version.xsl
; +@owner
; +@group
; +share/examples/icecast/web/status-json.xsl
; +share/examples/icecast/web/xml2json.xslt
; +@owner _icecast
; +@group _icecast
;  share/examples/icecast/web/status.xsl
;  @sample /var/icecast/web/status.xsl
; -share/examples/icecast/web/status2.xsl
; -@sample /var/icecast/web/status2.xsl
;  share/examples/icecast/web/style.css
;  @sample /var/icecast/web/style.css
;  share/examples/icecast/web/tunein.png


-- 
Sending from my toaster.

Reply via email to