diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-28 10:36:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-28 10:36:25 +0000 |
commit | 99f7fd175a2380abcccbd32ba9ae295e90090529 (patch) | |
tree | ae2be0b5ffe9559843a614874cb0572aeefb110a /databases/py-MySQLdb/Makefile | |
parent | Fix build error. (diff) |
Update to 0.9.1.
Prompted by: many
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=53899
Diffstat (limited to 'databases/py-MySQLdb/Makefile')
-rw-r--r-- | databases/py-MySQLdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index 3f747aaa835e..75a63266f411 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= py-MySQLdb -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mysql-python |