diff options
author | mjl <mjl@pkgsrc.org> | 2000-12-07 11:53:50 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-12-07 11:53:50 +0000 |
commit | 0bcf069004393b4c0b8978ebd41199836d70d48b (patch) | |
tree | c08ac2120d1e376316d2ea4a6020819d73811871 /databases/p5-DBD-postgresql | |
parent | 6575822ad4880c5d9f1d495a06a07625eff7ccc3 (diff) | |
download | pkgsrc-0bcf069004393b4c0b8978ebd41199836d70d48b.tar.gz |
Update to 0.95
- add Win32 port from Bob Kline .
- applied patch from Rudy Lippan
which fixes a memory-leak with failed connections.
- applied patch from Hein Roehrig
which fixes a bug with escaping a backslash except for
octal presentation
- applied patch from Francis J. Lacoste
to enhance the table_attributes subroutine
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 4bb50aaebb5..bc473440b90 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/08/27 10:37:00 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/12/07 11:53:50 mjl Exp $ # -DISTNAME= DBD-Pg-0.93 +DISTNAME= DBD-Pg-0.95 PKGNAME= p5-DBD-postgresql-0.93 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-postgresql/files/md5 b/databases/p5-DBD-postgresql/files/md5 index 51dd665e60a..ede9d894750 100644 --- a/databases/p5-DBD-postgresql/files/md5 +++ b/databases/p5-DBD-postgresql/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/02/19 23:43:24 jwise Exp $ +$NetBSD: md5,v 1.2 2000/12/07 11:53:51 mjl Exp $ -MD5 (DBD-Pg-0.93.tar.gz) = 4ba4751ce0edc4275760bdb9ed27c945 +MD5 (DBD-Pg-0.95.tar.gz) = b7b7a2183481b6c948f4ebd75a8ef8f7 |