mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
update py-ao to 0.82
PR: 55404 Submitted by: Lars Eggert <larse@isi.edu>
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ao
|
PORTNAME= ao
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.82
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
|
MASTER_SITES= http://www.andrewchatham.com/pyogg/download/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (pyao-0.8.tar.gz) = c5e861e15f3cb7ddf12fd191e9752b2d
|
MD5 (pyao-0.82.tar.gz) = 8e00f5154401a6f6d99efd20606e2819
|
||||||
|
|
|
@ -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."
|
|
Loading…
Add table
Reference in a new issue