From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 26 22:50:19 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791E016A421 for ; Tue, 26 Jul 2005 22:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D22E43D77 for ; Tue, 26 Jul 2005 22:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6QMoAc8001590 for ; Tue, 26 Jul 2005 22:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6QMoAvH001589; Tue, 26 Jul 2005 22:50:10 GMT (envelope-from gnats) Resent-Date: Tue, 26 Jul 2005 22:50:10 GMT Resent-Message-Id: <200507262250.j6QMoAvH001589@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Laszlo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC43616A420 for ; Tue, 26 Jul 2005 22:49:15 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5929A43D55 for ; Tue, 26 Jul 2005 22:49:15 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.51 (FreeBSD)) id 1DxYFM-0008hC-N0 for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Jul 2005 18:50:00 -0400 Message-Id: Date: Tue, 26 Jul 2005 18:50:00 -0400 From: Frank Laszlo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84147: [UPDATE]: audio/ezstream: 1.2.1->0.2.0 update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Laszlo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 22:50:20 -0000 >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@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 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: