diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-21 22:05:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-21 22:05:40 +0000 |
commit | 985fd7aeb4c16c9b0d05762944fec1067f7f8a95 (patch) | |
tree | 052112f00d5f1fa523a3cfc3259e9e72a4df4063 /databases/p5-DBD-postgresql/Makefile | |
parent | c6853c70775ffcf1bd2e78919c4f27ea312d1734 (diff) | |
download | pkgsrc-985fd7aeb4c16c9b0d05762944fec1067f7f8a95.tar.gz |
Update to 2.19.3:
Version 2.19.3 Released August 21, 2012
- Fix bug in pg_st_split_statement causing segfaults
(CPAN bug #79035)
Diffstat (limited to 'databases/p5-DBD-postgresql/Makefile')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 1da65691938..3b43df67e43 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2012/10/03 21:54:17 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2012/10/21 22:05:40 wiz Exp $ -DISTNAME= DBD-Pg-2.19.2 +DISTNAME= DBD-Pg-2.19.3 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} -PKGREVISION= 2 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |