ports/84147: [UPDATE]: audio/ezstream: 1.2.1->0.2.0 update
Frank Laszlo
laszlof at vonostingroup.com
Tue Jul 26 22:50:20 UTC 2005
>Number: 84147
>Category: ports
>Synopsis: [UPDATE]: audio/ezstream: 1.2.1->0.2.0 update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 26 22:50:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Laszlo
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386
>Description:
This is a patch to upgrade audio/ezstream to version 0.2.0 now published on the
authors website (http://www.icecast.org/ezstream.php) I have tested this port on
my 5.4 machine and it appears to work without error. I dont forsee any problems
running on 4.x.
>How-To-Repeat:
>Fix:
--- ezstream-0.2.0.diff begins here ---
diff -rU3 ezstream.orig/Makefile ezstream/Makefile
--- ezstream.orig/Makefile Tue Jul 26 18:27:28 2005
+++ ezstream/Makefile Tue Jul 26 18:37:08 2005
@@ -6,8 +6,7 @@
#
PORTNAME= ezstream
-PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/ezstream/
@@ -26,10 +25,11 @@
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/conf/ezstream_m3u.xml \
- ${WRKSRC}/conf/ezstream_mp3.xml \
- ${WRKSRC}/conf/ezstream_vorbis.xml \
- ${DOCSDIR}
+. for DOC in ezstream_mp3.xml ezstream_reencoding_example_vorbis.xml \
+ ezstream_reencoding_example_mp3.xml ezstream_vorbis.xml \
+ ezstream_reencoding_example_theora.xml
+ ${INSTALL_DATA} ${WRKSRC}/conf/${DOC} ${DOCSDIR}
+. endfor
.endif
.include <bsd.port.mk>
diff -rU3 ezstream.orig/distinfo ezstream/distinfo
--- ezstream.orig/distinfo Tue Jul 26 18:27:28 2005
+++ ezstream/distinfo Tue Jul 26 18:29:07 2005
@@ -1,2 +1,2 @@
-MD5 (ezstream-0.1.2.tar.gz) = 180808edfd7dadf167055dd86b3bd7f4
-SIZE (ezstream-0.1.2.tar.gz) = 209490
+MD5 (ezstream-0.2.0.tar.gz) = 2949f2e0fd1c645dc426583da2f02ba3
+SIZE (ezstream-0.2.0.tar.gz) = 307409
diff -rU3 ezstream.orig/pkg-plist ezstream/pkg-plist
--- ezstream.orig/pkg-plist Tue Jul 26 18:27:28 2005
+++ ezstream/pkg-plist Tue Jul 26 18:40:51 2005
@@ -1,5 +1,7 @@
bin/ezstream
-%%PORTDOCS%%share/doc/ezstream/ezstream_m3u.xml
%%PORTDOCS%%share/doc/ezstream/ezstream_mp3.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_vorbis.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_mp3.xml
%%PORTDOCS%%share/doc/ezstream/ezstream_vorbis.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_theora.xml
%%PORTDOCS%%@dirrm share/doc/ezstream
--- ezstream-0.2.0.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list