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 3cb7d693c16d..6e4451ca7f03 100644
--- a/audio/py-xmms/Makefile
+++ b/audio/py-xmms/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmms
-PORTVERSION= 1.04
+PORTVERSION= 1.05
CATEGORIES= audio python
MASTER_SITES= http://www.via.ecp.fr/~flo/2002/PyXMMS/dist/ \
http://www3.kr.freebsd.org/~perky/distfiles/
diff --git a/audio/py-xmms/distinfo b/audio/py-xmms/distinfo
index d5159562634c..7185cd466aed 100644
--- a/audio/py-xmms/distinfo
+++ b/audio/py-xmms/distinfo
@@ -1 +1 @@
-MD5 (pyxmms-1.04.tar.gz) = a0947b1f2e4e446842d9414866c8ad6a
+MD5 (pyxmms-1.05.tar.gz) = e07a8382aa4d94f883b16fc773f69de3
diff --git a/audio/py-xmms/files/patch-setup.py b/audio/py-xmms/files/patch-setup.py
index 782cc7904b69..f5360b847c75 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.04"
+ VERSION = "1.05"
-GLIB_CONFIG = "glib-config"
+GLIB_CONFIG = os.environ['GLIB_CONFIG']
+XMMS_CONFIG = os.environ['XMMS_CONFIG']