diff options
author | explorer <explorer@pkgsrc.org> | 2001-12-05 17:36:39 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2001-12-05 17:36:39 +0000 |
commit | d7017509b67e67f78a2eef17b428779caf2b675d (patch) | |
tree | 9d4896868103467afafa4a2f4d874dbfd39ace4d /databases/p5-DBI/Makefile | |
parent | 9372689160b8134da4f23664e8f5ee134382dc9d (diff) | |
download | pkgsrc-d7017509b67e67f78a2eef17b428779caf2b675d.tar.gz |
upgrade DBI from 1.19 to 1.20 to fix a nasty memory leak
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index d7ddeb20755..4ee0b12ad62 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2001/11/26 06:49:41 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/12/05 17:36:39 explorer Exp $ # -DISTNAME= DBI-1.19 +DISTNAME= DBI-1.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dbi CATEGORIES= databases perl5 |