Bug 100015 - [MAINTAINER UPDATE] audio/euphoria - fix playlist issues
Summary: [MAINTAINER UPDATE] audio/euphoria - fix playlist issues
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 08:50 UTC by Stanislav Sedov
Modified: 2006-07-10 20:15 UTC (History)
1 user (show)

See Also:


Attachments
euphoria.diff (799 bytes, patch)
2006-07-10 08:50 UTC, Stanislav Sedov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2006-07-10 08:50:14 UTC
	Euphoria has some issues with updated version of XMMS2 (DrEvil).
	This patch fixes that.

	Thanks to Alexander Botero-Lowry for imformation.
Comment 1 Stanislav Sedov 2006-07-10 09:19:12 UTC
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
--------------------------------------------------------------------------
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-10 13:27:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-07-10 20:15:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!