diff options
author | adam <adam@pkgsrc.org> | 2010-05-20 13:30:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-20 13:30:49 +0000 |
commit | 4ab45655deb240edfc9def669683ea815ecbfea2 (patch) | |
tree | 03930f5dc45c361770293d7a4eb71df76b322b3a /databases | |
parent | e5728ed7e70d3f7e14f06e4e2731db4753133797 (diff) | |
download | pkgsrc-4ab45655deb240edfc9def669683ea815ecbfea2.tar.gz |
Changes 2.17.1:
* Only use lo_import_with_oid if Postgres libraries are 8.4 or better
Changes 2.17.0:
* Do not automatically ROLLBACK on a failed pg_cancel
* Added support for new lo_import_with_oid function.
* Don't limit stored user name to \w in tests
* Allow tests to support versions back to Postgres 7.4
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-postgresql/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBD-postgresql/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/databases/p5-DBD-postgresql/Makefile b/databases/p5-DBD-postgresql/Makefile index 0d7c6d46945..63c22a790e3 100644 --- a/databases/p5-DBD-postgresql/Makefile +++ b/databases/p5-DBD-postgresql/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2010/02/10 19:34:05 joerg Exp $ -# +# $NetBSD: Makefile,v 1.57 2010/05/20 13:30:49 adam Exp $ -VER= 2.16.1 +VER= 2.17.1 DISTNAME= DBD-Pg-${VER} PKGNAME= p5-DBD-postgresql-${VER} -PKGREVISION= 1 SVR4_PKGNAME= p5dpo CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-postgresql/distinfo b/databases/p5-DBD-postgresql/distinfo index 2f6e5a030a3..5f4a6431b8e 100644 --- a/databases/p5-DBD-postgresql/distinfo +++ b/databases/p5-DBD-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2010/02/02 21:54:16 sno Exp $ +$NetBSD: distinfo,v 1.28 2010/05/20 13:30:49 adam Exp $ -SHA1 (DBD-Pg-2.16.1.tar.gz) = 897625ad40ab731221df074423ff7aae46efa154 -RMD160 (DBD-Pg-2.16.1.tar.gz) = 0a27a56e486b1291792a3d1559647e7bab2665da -Size (DBD-Pg-2.16.1.tar.gz) = 230375 bytes +SHA1 (DBD-Pg-2.17.1.tar.gz) = 9346e6937a1dcc27d7da6f8aeb3f897bd8b39332 +RMD160 (DBD-Pg-2.17.1.tar.gz) = 33150577792c59e214971dbb7e751798de60498e +Size (DBD-Pg-2.17.1.tar.gz) = 231523 bytes |