diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-30 19:23:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-30 19:23:08 +0000 |
commit | 6878486c9eba4cf1da2d5657c260b44e1e3f2ed8 (patch) | |
tree | a0efb788db3f33ef67d186967300e348b817da42 /databases/p5-DBD-postgresql/Makefile | |
parent | 3a979b8981710c028523c72535d0a47b3df36827 (diff) | |
download | pkgsrc-6878486c9eba4cf1da2d5657c260b44e1e3f2ed8.tar.gz |
Update to 3.5.2:
Version 3.5.2 Released September 29, 2015 (git commit be8026c9160c4a29580a97dab57cb595c5448949)
- Fix enum value ordering on Postgres servers 9.1 and greater
[Dagfinn Ilmari Mannsåker]
- Return bigint values as plain integer values when they fit
[Dagfinn Ilmari Mannsåker]
- Fix typo in sprintf for get_info() SQL_DATA_SOURCE_NAME
[Craig A. James]
(CPAN bug #106604)
- Set the repository in META.yml to github
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 3c53dff94c5..3972845b74e 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2015/07/12 18:56:08 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2015/09/30 19:23:08 wiz Exp $ -DISTNAME= DBD-Pg-3.5.1 +DISTNAME= DBD-Pg-3.5.2 PKGNAME= p5-${DISTNAME:C/-Pg-/-postgresql-/} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} |