diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 19:54:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 19:54:59 +0000 |
commit | 0b40affdd9c61a8a54cf661c83e5da99e155353e (patch) | |
tree | bff43030e0a5401fe54c0bc85e02041ef284c84b | |
parent | Fix plist problem identified by bento (diff) |
update py-ao to 0.82
PR: 55404
Submitted by: Lars Eggert <larse@isi.edu>
Notes
Notes:
svn path=/head/; revision=87514
-rw-r--r-- | audio/py-ao/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ao/distinfo | 2 | ||||
-rw-r--r-- | audio/py-ao/files/patch-setup.py | 11 |
3 files changed, 2 insertions, 13 deletions
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." |