summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/py-xmms/Makefile2
-rw-r--r--audio/py-xmms/distinfo2
-rw-r--r--audio/py-xmms/files/patch-setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile
index 6beb5c6a4c11..6dbad123c561 100644
--- a/audio/py-xmms/Makefile
+++ b/audio/py-xmms/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmms
-PORTVERSION= 1.06
+PORTVERSION= 1.07
CATEGORIES= audio python
MASTER_SITES= http://www.via.ecp.fr/~flo/2002/PyXMMS/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-xmms/distinfo b/audio/py-xmms/distinfo
index e5d9d67e7c35..35eab87bf689 100644
--- a/audio/py-xmms/distinfo
+++ b/audio/py-xmms/distinfo
@@ -1 +1 @@
-MD5 (pyxmms-1.06.tar.gz) = 16aa3c7e3c3cf29427e5d1a653d83cad
+MD5 (pyxmms-1.07.tar.gz) = 388c9d194923fb38d0244431f5153431
diff --git a/audio/py-xmms/files/patch-setup.py b/audio/py-xmms/files/patch-setup.py
index 9428e6c28b40..82b831232e50 100644
--- a/audio/py-xmms/files/patch-setup.py
+++ b/audio/py-xmms/files/patch-setup.py
@@ -25,7 +25,7 @@
+ raise SystemExit
+
PACKAGE = "pyxmms"
- VERSION = "1.06"
+ VERSION = "1.07"
-GLIB_CONFIG = "glib-config"
+GLIB_CONFIG = os.environ['GLIB_CONFIG']
+XMMS_CONFIG = os.environ['XMMS_CONFIG']