diff options
author | wiz <wiz@pkgsrc.org> | 2017-05-29 10:56:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-05-29 10:56:13 +0000 |
commit | 43174c0aec452f79d1ea3c73b6abe070b4ae7309 (patch) | |
tree | 7f435b3474fba56e74758661a28a2910d1507d09 /databases/p5-DBD-postgresql/Makefile | |
parent | 701cc6644e387e11d61cb0dc2f826f2d0399d69b (diff) | |
download | pkgsrc-43174c0aec452f79d1ea3c73b6abe070b4ae7309.tar.gz |
Updated p5-DBD-postgresql to 3.6.2.
Version 3.6.2 Released May 23, 2017 (git tag 3.6.2)
- Remove errant debugging aid from test suite
Version 3.6.1 Released May 22, 2017 (git tag 3.6.1)
- Various fixes to support testing against Postgres 10beta
[David Christensen]
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 5e6e1b3ff77..794612ddf01 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2017/04/19 13:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2017/05/29 10:56:13 wiz Exp $ -DISTNAME= DBD-Pg-3.6.0 +DISTNAME= DBD-Pg-3.6.2 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |