Update to version 0.5.4.
Update ezstream to 0.5.4:
- Several bug fixes and cleaning up, no new features.
(Removes patch, use `patch -E'.)

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ezstream/Makefile,v
retrieving revision 1.8
diff -p -u -r1.8 Makefile
--- Makefile    20 Feb 2008 22:03:10 -0000      1.8
+++ Makefile    20 Jun 2009 09:32:51 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       streaming source client that uses external en-/decoders
 
-DISTNAME=      ezstream-0.5.1
-PKGNAME=       ${DISTNAME}p0
+DISTNAME=      ezstream-0.5.4
 CATEGORIES=    net multimedia
 
 HOMEPAGE=      http://www.icecast.org/ezstream.php
@@ -15,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=       c iconv m ogg pthread theora vorbis vorbisfile z
+WANTLIB=       c iconv m ogg pthread theora vorbis
 
 MASTER_SITES=  http://downloads.xiph.org/releases/ezstream/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ezstream/distinfo,v
retrieving revision 1.8
diff -p -u -r1.8 distinfo
--- distinfo    16 Sep 2007 13:07:27 -0000      1.8
+++ distinfo    20 Jun 2009 09:32:51 -0000
@@ -1,5 +1,5 @@
-MD5 (ezstream-0.5.1.tar.gz) = GCH0xsiUFcA0GiRt7PUMVw==
-RMD160 (ezstream-0.5.1.tar.gz) = kWi1WrlttetIUwjbF623+iEMVKk=
-SHA1 (ezstream-0.5.1.tar.gz) = bzMewTKUG2uYaWY/0eI6b62K/r8=
-SHA256 (ezstream-0.5.1.tar.gz) = Lyv/xrKB8+TBbqxmWTQxENhVz5T1zQsXIv1YsB/C9nw=
-SIZE (ezstream-0.5.1.tar.gz) = 229352
+MD5 (ezstream-0.5.4.tar.gz) = eoPF3oQQ2/FBRJRcJn5lgA==
+RMD160 (ezstream-0.5.4.tar.gz) = QnmyOET+uTYSxY+f5nk+5VkjkKk=
+SHA1 (ezstream-0.5.4.tar.gz) = S/1PCIOzmgNsTR2MX4Dhdoy7/hE=
+SHA256 (ezstream-0.5.4.tar.gz) = CQ8WO/tjmiuYBBNjlB2fCarW8nsN0ej8aKRVe+MQs2E=
+SIZE (ezstream-0.5.4.tar.gz) = 245171
Index: patches/patch-src_xalloc_c
===================================================================
RCS file: patches/patch-src_xalloc_c
diff -N patches/patch-src_xalloc_c
--- patches/patch-src_xalloc_c  20 Feb 2008 22:03:11 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_xalloc_c,v 1.1 2008/02/20 22:03:11 merdely Exp $
---- src/xalloc.c.orig  Wed Jan 23 07:59:22 2008
-+++ src/xalloc.c       Wed Jan 23 07:59:40 2008
-@@ -172,7 +172,7 @@ _xalloc_error(int errnum, const char *fmt, ...)
-       if (errnum > 0) {
-               if (xalloc_initialized)
-                       XALLOC_LOCK(strerror_mutex);
--              vfprintf(debug_output, ": %s\n", strerror(errnum));
-+              fprintf(debug_output, ": %s\n", strerror(errnum));
-               if (xalloc_initialized)
-                       XALLOC_UNLOCK(strerror_mutex);
-       }
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/ezstream/pkg/PLIST,v
retrieving revision 1.2
diff -p -u -r1.2 PLIST
--- pkg/PLIST   30 May 2007 09:21:59 -0000      1.2
+++ pkg/PLIST   20 Jun 2009 09:32:51 -0000
@@ -1,5 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.2 2007/05/30 09:21:59 steven Exp $
-bin/ezstream
+...@bin bin/ezstream
 @man man/man1/ezstream.1
 share/doc/ezstream/
 @comment share/doc/ezstream/COPYING
@@ -8,9 +8,10 @@ share/doc/ezstream/README
 share/examples/ezstream/
 share/examples/ezstream/ezstream_metadata.xml
 share/examples/ezstream/ezstream_mp3.xml
-share/examples/ezstream/ezstream_reencoding_example_mp3.xml
-share/examples/ezstream/ezstream_reencoding_example_theora.xml
-share/examples/ezstream/ezstream_reencoding_example_vorbis.xml
+share/examples/ezstream/ezstream_reencode_mp3.xml
+share/examples/ezstream/ezstream_reencode_theora.xml
+share/examples/ezstream/ezstream_reencode_vorbis.xml
+share/examples/ezstream/ezstream_stdin_vorbis.xml
 share/examples/ezstream/ezstream_vorbis.xml
 share/examples/ezstream/meta.sh
 share/examples/ezstream/play.sh

Reply via email to