diff options
author | wen <wen@pkgsrc.org> | 2013-08-15 12:22:04 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-15 12:22:04 +0000 |
commit | b68aff60dc104e3f63481008bb89e74189470507 (patch) | |
tree | cd37f1ff23d0ea7bb5770db96214a0a3fb1b6f39 /databases | |
parent | 6088b2d2fbe7112f9940f517e2a679555b9e43b7 (diff) | |
download | pkgsrc-b68aff60dc104e3f63481008bb89e74189470507.tar.gz |
Update to 0.771
Upstream changes:
0.771 (08.04.2013) - John Siracusa <siracusa@gmail.com>
* Documented the behavior of the dsn attribute when it has an explicit
value and attributes that contribute to the dsn are also set (RT 87487)
0.770 (11.24.2012) - John Siracusa <siracusa@gmail.com>
* Fixed "DBD::Informix::st execute failed: SQL: -255: Not in transaction"
errors in the test suite. (Patch by Sergey Leschenko.)
0.769 (05.25.2012) - John Siracusa <siracusa@gmail.com>
* Fixed (more) test failures due to DBD::SQLite not being installed.
0.768 (05.12.2012) - John Siracusa <siracusa@gmail.com>
* Fixed test failures due to DBD::SQLite not being installed.
0.767 (05.01.2012) - John Siracusa <siracusa@gmail.com>
* Fixed some bugs that could cause connect_options not to be honored.
* Fixed some incorrectly failing handle_error tests.
* Updated Rose::DB::Oracle to honor NLS_*_FORMAT environment variables
for dates.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Rose-DB/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-Rose-DB/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB/Makefile b/databases/p5-Rose-DB/Makefile index c7cffea09a4..bc5d366e292 100644 --- a/databases/p5-Rose-DB/Makefile +++ b/databases/p5-Rose-DB/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:39:53 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/08/15 12:22:04 wen Exp $ -DISTNAME= Rose-DB-0.766 +DISTNAME= Rose-DB-0.771 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} diff --git a/databases/p5-Rose-DB/distinfo b/databases/p5-Rose-DB/distinfo index f0cf50a29c9..a261d901f34 100644 --- a/databases/p5-Rose-DB/distinfo +++ b/databases/p5-Rose-DB/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/01/26 19:16:34 rhaen Exp $ +$NetBSD: distinfo,v 1.12 2013/08/15 12:22:04 wen Exp $ -SHA1 (Rose-DB-0.766.tar.gz) = 10f10561c12c9d25c3a425a2986445e45b6124dd -RMD160 (Rose-DB-0.766.tar.gz) = b3eec3e02957fbd1e1e539f36550978ec296a2a1 -Size (Rose-DB-0.766.tar.gz) = 115054 bytes +SHA1 (Rose-DB-0.771.tar.gz) = 34fa7794a9d315e43028647ce91a035e2c5c1a9c +RMD160 (Rose-DB-0.771.tar.gz) = 9b21126a5c08003e9ad542c52c034ad6ee257e6c +Size (Rose-DB-0.771.tar.gz) = 115961 bytes |