Date: Sat, 5 Sep 2009 23:19:24 +0900 (JST) From: Ayumi Mitsui <ayu@commun.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138550: [PATCH] audio/ezstream: update to 0.5.6, take maintainership Message-ID: <20090905141924.5AF835C1A@strawberry.commun.jp> Resent-Message-ID: <200909051430.n85EU71R042796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138550 >Category: ports >Synopsis: [PATCH] audio/ezstream: update to 0.5.6, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 05 14:30:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ayumi Mitsui >Release: FreeBSD 8.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD strawberry.commun.jp 8.0-BETA3 FreeBSD 8.0-BETA3 #0: Sat Aug 22 02:00:45 UTC 2009 >Description: - Update to 0.5.6 - Add another MASTER_SITE - Take maintainership Tested with Tinderbox http://tb-amd64.commun.jp/index.php?action=describe_port&id=102 http://tb-i386.commun.jp/index.php?action=describe_port&id=102 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ezstream-0.5.6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/ezstream.orig/Makefile /usr/ports/audio/ezstream/Makefile --- /usr/ports/audio/ezstream.orig/Makefile 2009-09-05 21:40:20.000000000 +0900 +++ /usr/ports/audio/ezstream/Makefile 2009-09-05 22:03:04.000000000 +0900 @@ -6,11 +6,12 @@ # PORTNAME= ezstream -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ +MASTER_SITES= http://downloads.xiph.org/releases/ezstream/ \ + http://svn.xiph.org/releases/ezstream/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ayu@commun.jp COMMENT= A command line utility for streaming to icecast servers LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 \ @@ -23,13 +24,13 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= ezstream.1 +MAN1= ezstream.1 ezstream-file.sh.1 PORTDOCS= NEWS README PORTEXAMPLES= ezstream_metadata.xml ezstream_mp3.xml \ ezstream_reencode_mp3.xml ezstream_reencode_theora.xml \ ezstream_reencode_vorbis.xml ezstream_stdin_vorbis.xml \ ezstream_vorbis.xml meta.sh play.sh -PLIST_FILES= bin/ezstream +PLIST_FILES= bin/ezstream bin/ezstream-file.sh CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff -ruN --exclude=CVS /usr/ports/audio/ezstream.orig/distinfo /usr/ports/audio/ezstream/distinfo --- /usr/ports/audio/ezstream.orig/distinfo 2009-09-05 21:40:20.000000000 +0900 +++ /usr/ports/audio/ezstream/distinfo 2009-09-05 21:41:28.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (ezstream-0.5.5.tar.gz) = d7be03522042087085c7cf44706d0a10 -SHA256 (ezstream-0.5.5.tar.gz) = 63c09a72f896d3b2f8c44945778c3e0ead35903c923e6730d3ecd04626aee098 -SIZE (ezstream-0.5.5.tar.gz) = 254079 +MD5 (ezstream-0.5.6.tar.gz) = 1be68119d44fbe71454a901fa650a359 +SHA256 (ezstream-0.5.6.tar.gz) = 818b7ab2a498ffe6e59155279cb79ed0291c4979210e99af6dda950fe54a30c0 +SIZE (ezstream-0.5.6.tar.gz) = 263150 --- ezstream-0.5.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090905141924.5AF835C1A>