aboutsummaryrefslogtreecommitdiff
path: root/audio/py-ao/files
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-22 19:54:59 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2003-08-22 19:54:59 +0000
commit0b40affdd9c61a8a54cf661c83e5da99e155353e (patch)
treebff43030e0a5401fe54c0bc85e02041ef284c84b /audio/py-ao/files
parentf1afdf24ce068dfbcd23455f0c060094394d2e35 (diff)
downloadports-0b40affdd9c61a8a54cf661c83e5da99e155353e.tar.gz
ports-0b40affdd9c61a8a54cf661c83e5da99e155353e.zip
update py-ao to 0.82
PR: 55404 Submitted by: Lars Eggert <larse@isi.edu>
Notes
Notes: svn path=/head/; revision=87514
Diffstat (limited to 'audio/py-ao/files')
-rw-r--r--audio/py-ao/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/py-ao/files/patch-setup.py b/audio/py-ao/files/patch-setup.py
deleted file mode 100644
index 1c7c514b0b22..000000000000
--- a/audio/py-ao/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Sun Sep 2 21:14:39 2001
-+++ setup.py Mon Sep 23 16:14:54 2002
-@@ -11,7 +11,7 @@
-
- def get_setup():
- data = {}
-- r = re.compile(r'(\S+)\s*?=\s*?(.+)')
-+ r = re.compile(r'(\S+)\s*=\s*(.+)')
-
- if not os.path.isfile('Setup'):
- print "No 'Setup' file. Perhaps you need to run the configure script."