summaryrefslogtreecommitdiff
path: root/audio/sonata/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-05-26 18:24:58 +0000
committerdrochner <drochner@pkgsrc.org>2009-05-26 18:24:58 +0000
commitb0390e4c2776d77fa8b3cd21fe323fcdf09bcb1e (patch)
treea8d6b74a06c423af2d1f493f5d03e890f74721e9 /audio/sonata/patches
parent1ba3a7a8ec670db0996f4f69733f7b94c73aac22 (diff)
downloadpkgsrc-b0390e4c2776d77fa8b3cd21fe323fcdf09bcb1e.tar.gz
update to 1.6.2
This is a major update - many bugfixes and UI improvements.
Diffstat (limited to 'audio/sonata/patches')
-rw-r--r--audio/sonata/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/sonata/patches/patch-ab b/audio/sonata/patches/patch-ab
deleted file mode 100644
index 74051a609de..00000000000
--- a/audio/sonata/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/05/05 10:41:22 drochner Exp $
-
---- sonata/main.py.orig 2008-05-04 02:30:45.000000000 +0200
-+++ sonata/main.py
-@@ -4201,7 +4201,7 @@ class Base:
- from xml.etree import ElementTree
- except:
- try: # Python 2.4, separate module:
-- from elementtree.ElementTree import ElementTree
-+ from elementtree import ElementTree
- except:
- sys.stderr.write("Sonata requires Python 2.5 or python-elementtree. Aborting... \n")
- sys.exit(1)