1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

update py-ao to 0.82

PR:		55404
Submitted by:	Lars Eggert <larse@isi.edu>
This commit is contained in:
Neil Blakey-Milner 2003-08-22 19:54:59 +00:00
parent f1afdf24ce
commit 0b40affdd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87514
3 changed files with 2 additions and 13 deletions

View File

@ -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}

View File

@ -1 +1 @@
MD5 (pyao-0.8.tar.gz) = c5e861e15f3cb7ddf12fd191e9752b2d
MD5 (pyao-0.82.tar.gz) = 8e00f5154401a6f6d99efd20606e2819

View File

@ -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."