From 0b40affdd9c61a8a54cf661c83e5da99e155353e Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Fri, 22 Aug 2003 19:54:59 +0000 Subject: [PATCH] update py-ao to 0.82 PR: 55404 Submitted by: Lars Eggert --- audio/py-ao/Makefile | 2 +- audio/py-ao/distinfo | 2 +- audio/py-ao/files/patch-setup.py | 11 ----------- 3 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 audio/py-ao/files/patch-setup.py diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 528172d3de54..d1fb30e5c528 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ao -PORTVERSION= 0.8 +PORTVERSION= 0.82 CATEGORIES= audio MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-ao/distinfo b/audio/py-ao/distinfo index f879d523ff0c..5314a3d5e73b 100644 --- a/audio/py-ao/distinfo +++ b/audio/py-ao/distinfo @@ -1 +1 @@ -MD5 (pyao-0.8.tar.gz) = c5e861e15f3cb7ddf12fd191e9752b2d +MD5 (pyao-0.82.tar.gz) = 8e00f5154401a6f6d99efd20606e2819 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."