diff options
author | mjl <mjl@pkgsrc.org> | 2002-05-16 21:19:06 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-05-16 21:19:06 +0000 |
commit | 767893854a2e1cb6a074ce19bb7d8845f3bedf99 (patch) | |
tree | 9ccfee1cb4c40714b9e851ba8c1b4c507dee49df /databases/p5-DBD-postgresql/Makefile | |
parent | ac0d2545e320a36beb4d768ae9d7a413fb39928c (diff) | |
download | pkgsrc-767893854a2e1cb6a074ce19bb7d8845f3bedf99.tar.gz |
Update p5-DBD-postgresql to 1.13
- add definition for missing type 'numeric' and fix segfault in pg_type
- implement missing metadata methods and change existing ones
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 5d50197a035..6d55335061a 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/03/14 22:23:36 mjl Exp $ +# $NetBSD: Makefile,v 1.16 2002/05/16 21:19:06 mjl Exp $ # -VER= 1.11 +VER= 1.13 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo |