Date: Mon, 10 Jul 2006 08:20:21 GMT From: Stanislav Sedov <stas@310.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/100015: [MAINTAINER UPDATE] audio/euphoria - fix playlist issues Message-ID: <200607100820.k6A8KLsI044853@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/100015; it has been noted by GNATS. From: Stanislav Sedov <stas@310.ru> To: bug-followup@freebsd.org Cc: Subject: Re: ports/100015: [MAINTAINER UPDATE] audio/euphoria - fix playlist issues Date: Mon, 10 Jul 2006 12:19:12 +0400 And bump up the PORTREVISION. ------------------------------------------------------------------------------- diff -ruN euphoria.orig/Makefile euphoria/Makefile --- euphoria.orig/Makefile Mon Jul 10 11:29:16 2006 +++ euphoria/Makefile Mon Jul 10 12:13:14 2006 @@ -7,6 +7,7 @@ PORTNAME= euphoria PORTVERSION= 20062006 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://mbsd.msk.ru/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN euphoria.orig/files/patch-lib_playlist_item.rb euphoria/files/patch-lib_playlist_item.rb --- euphoria.orig/files/patch-lib_playlist_item.rb Thu Jan 1 03:00:00 1970 +++ euphoria/files/patch-lib_playlist_item.rb Mon Jul 10 11:31:45 2006 @@ -0,0 +1,19 @@ +--- lib/playlist_item.rb.orig Mon Jul 10 11:30:20 2006 ++++ lib/playlist_item.rb Mon Jul 10 11:31:08 2006 +@@ -1,4 +1,4 @@ +-# $Id: playlist_item.rb,v 1.17 2005/12/14 20:02:14 tsauerbeck Exp $ ++# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $ + + class PlaylistItem + attr_reader :id, :edje, :position, :selected, :hilighted +@@ -23,9 +23,7 @@ + end + + def method_missing(method) +- tmp = @props[method] +- +- tmp || @props[:server][method] || "default" ++ @props[method] || "default" + end + + def duration --------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607100820.k6A8KLsI044853>