diff options
author | nbm <nbm@FreeBSD.org> | 2003-08-23 03:54:59 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2003-08-23 03:54:59 +0800 |
commit | 0cfa0e2eeed15b7cc88cff3971dc28313d8db3f0 (patch) | |
tree | a8c14a901e8118fed882fc5649da3e934ec8cb8d /audio/py-ao | |
parent | f6c80e2c8271d1b6d20106be867c3f1c967e05e4 (diff) | |
download | freebsd-ports-gnome-0cfa0e2eeed15b7cc88cff3971dc28313d8db3f0.tar.gz freebsd-ports-gnome-0cfa0e2eeed15b7cc88cff3971dc28313d8db3f0.tar.zst freebsd-ports-gnome-0cfa0e2eeed15b7cc88cff3971dc28313d8db3f0.zip |
update py-ao to 0.82
PR: 55404
Submitted by: Lars Eggert <larse@isi.edu>
Diffstat (limited to 'audio/py-ao')
-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." |