View | Details | Raw Unified | Return to bug 97675
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	xmms2
8
PORTNAME=	xmms2
9
PORTVERSION=	0.2.d.4
9
PORTVERSION=	0.2.d.4
10
PORTREVISION=	4
10
PORTREVISION=	5
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)files/patch-src_clients_lib_python_xmmsclient.pyx (+12 lines)
Added Link Here
1
--- src/clients/lib/python/xmmsclient.pyx.orig	Tue May 23 01:02:46 2006
2
+++ src/clients/lib/python/xmmsclient.pyx	Tue May 23 01:03:14 2006
3
@@ -273,7 +273,8 @@
4
 						if k[1] == item:
5
 							return v
6
 				try:
7
-					return dict.__getitem__(self, (src, item))
8
+					x = dict.__getitem__(self, (src, item))
9
+					return x
10
 				except KeyError:
11
 					pass
12
 			raise KeyError, item

Return to bug 97675