1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update to 1.05

PR:		ports/38969
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-06-08 05:02:37 +00:00
parent f2f290b553
commit 62f254bea7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60837
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
MD5 (pyxmms-1.04.tar.gz) = a0947b1f2e4e446842d9414866c8ad6a
MD5 (pyxmms-1.05.tar.gz) = e07a8382aa4d94f883b16fc773f69de3

View File

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