diff options
author | sno <sno@pkgsrc.org> | 2009-09-16 17:50:09 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-16 17:50:09 +0000 |
commit | 63c14594da78822da188b6fdd63668d985201624 (patch) | |
tree | 0b43235a11c3e9581589c660ade58e5b99784f37 | |
parent | d7367f0578150a9de2f8ad297b57ae3df8aa3a46 (diff) | |
download | pkgsrc-63c14594da78822da188b6fdd63668d985201624.tar.gz |
Updating databases/p5-Rose-DB-Object from 0.782 to 0.783
Upstream changes:
0.783 (09.14.2009) - John Siracusa <siracusa@gmail.com>
* Added new range operators: between, gt_lt, gt_le, ge_lt, and ge_le.
* The strip() helper method will now throw an exception when there are
pending "on-save" actions. (Reported by Kevin McGrath)
* Added strip_on_save_ok parameter to strip() to override the default
behavior.
* Worked around yet another MySQL empty-string-default "feature."
(Reported by Terrence Brannon)
* Added missing documentation about the required return value of the
"object" handler in the traverse_depth_first() helper method.
(Reported by David Christensen)
* The traverse_depth_first() helper now preserves the existing context
object if a "relationship" handler is not defined. (Reported by
David Christensen)
* Fixed a bug that prevented scalar reference filter arguments from working
correctly with date columns in Manager queries. (Reported by Todd Lyons)
* Fixed a multi-many Manager bug that caused duplicate sub-objects to be
linked to the wrong parent object. (Reported by Anton Shevchenko)
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index 901b0125283..de63dca6396 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2009/08/20 18:55:57 sno Exp $ +# $NetBSD: Makefile,v 1.7 2009/09/16 17:50:09 sno Exp $ -DISTNAME= Rose-DB-Object-0.782 +DISTNAME= Rose-DB-Object-0.783 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} diff --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index 07601b3b986..9795abddc9e 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/20 18:55:57 sno Exp $ +$NetBSD: distinfo,v 1.6 2009/09/16 17:50:10 sno Exp $ -SHA1 (Rose-DB-Object-0.782.tar.gz) = 18736b8f424ba812347dbdd8a8316e9f3a0fa641 -RMD160 (Rose-DB-Object-0.782.tar.gz) = d3e1807928e47a060978915da8ef593d8e98be3d -Size (Rose-DB-Object-0.782.tar.gz) = 535715 bytes +SHA1 (Rose-DB-Object-0.783.tar.gz) = 5fe98bdc6ecc029c343fc2c8d0fc96dc3488c257 +RMD160 (Rose-DB-Object-0.783.tar.gz) = d35d2d2e1c942bee7c1a3811d33e45e8c2fdf476 +Size (Rose-DB-Object-0.783.tar.gz) = 539883 bytes |