diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 11:53:15 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 11:53:15 +0000 |
commit | ede916eaefed8312f8d0b14286257d2744e38b70 (patch) | |
tree | ac55536bd59bee43e5502645271a679f859e209e /databases/p5-DBD-postgresql/Makefile | |
parent | ae5a74641d919fc5919c74b9bef7025bbe9921e7 (diff) | |
download | pkgsrc-ede916eaefed8312f8d0b14286257d2744e38b70.tar.gz |
Update to 1.01
- fixed core dump when trying to use a BYTEA value with
a byte outside 0..127
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 9a63fb382b8..67e6e04c7ee 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/06/02 14:56:26 mjl Exp $ +# $NetBSD: Makefile,v 1.11 2001/08/10 11:53:15 mjl Exp $ # -VER= 1.00 +VER= 1.01 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} CATEGORIES= databases perl5 |