diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-01-09 23:16:55 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-01-09 23:16:55 +0000 |
commit | dd4130acbb797157d76b54b1be354fa37278918a (patch) | |
tree | e11c28ebf0d9933a0029bdc82b2e042d41bc23da /databases/zope-mysql/Makefile | |
parent | 8936dac1ff72cd2bf27abd3224c3e731f40df2e5 (diff) | |
download | pkgsrc-dd4130acbb797157d76b54b1be354fa37278918a.tar.gz |
Update to 1.1.2, which fixes a bug taht caused an error when a query
returned no rows.
Diffstat (limited to 'databases/zope-mysql/Makefile')
-rw-r--r-- | databases/zope-mysql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/zope-mysql/Makefile b/databases/zope-mysql/Makefile index 0d267c02637..1c738a18ecf 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1998/12/23 06:49:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/09 23:16:55 tsarna Exp $ # -DISTNAME= ZMySQLDA-1.1.0-nonbin -PKGNAME= zope-mysql-1.1.0 +DISTNAME= ZMySQLDA-1.1.2-nonbin +PKGNAME= zope-mysql-1.1.2 CATEGORIES= www MASTER_SITES= http://www.zope.org/Download/ZMySQLDA/ |