diff options
author | mjl <mjl> | 2002-03-14 22:23:36 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-03-14 22:23:36 +0000 |
commit | 8e35179bedf5c65b05138ffa68f0e3e4ee703232 (patch) | |
tree | 80bd94dbcf0af91c23479734ef790d6f7a240df1 /databases/p5-DBD-postgresql | |
parent | 90c3bf64802c89aadb7982d45936ec78c7790a6e (diff) | |
download | pkgsrc-8e35179bedf5c65b05138ffa68f0e3e4ee703232.tar.gz |
Update p5-DBD-postgresql to 1.11
* Pg.pm (quote): Applied patch to simplfiy and speed up quoting.
Diffstat (limited to 'databases/p5-DBD-postgresql')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index c1eb7f4ae44..5d50197a035 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.14 2001/11/26 06:49:41 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/14 22:23:36 mjl Exp $ # -VER= 1.01 +VER= 1.11 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/JBAKER/} MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.postgresql.org/ diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index ab34e47e9a6..a4866d6b438 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/01/10 13:58:54 wiz Exp $ +$NetBSD: distinfo,v 1.8 2002/03/14 22:23:36 mjl Exp $ -SHA1 (DBD-Pg-1.01.tar.gz) = ce5d91dab31fa70150a3d96fe8a8555a02c2c2e1 -Size (DBD-Pg-1.01.tar.gz) = 43072 bytes +SHA1 (DBD-Pg-1.11.tar.gz) = 514231b30cc34fdee8b92aa995999b94a7e9898a +Size (DBD-Pg-1.11.tar.gz) = 41977 bytes |