Update to 1.07

This commit is contained in:
Hye-Shik Chang 2003-09-27 16:04:38 +00:00
parent bd69786338
commit b352ce7d4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89558
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1 +1 @@
MD5 (pyxmms-1.06.tar.gz) = 16aa3c7e3c3cf29427e5d1a653d83cad
MD5 (pyxmms-1.07.tar.gz) = 388c9d194923fb38d0244431f5153431

View file

@ -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']