Wed Sep 16 17:50:10 2009 UTC ()
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)


(sno)
diff -r1.6 -r1.7 pkgsrc/databases/p5-Rose-DB-Object/Makefile
diff -r1.5 -r1.6 pkgsrc/databases/p5-Rose-DB-Object/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/databases/p5-Rose-DB-Object/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB-Object/Makefile 2009/08/20 18:55:57 1.6
+++ pkgsrc/databases/p5-Rose-DB-Object/Makefile 2009/09/16 17:50:09 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2009/08/20 18:55:57 sno Exp $ 1# $NetBSD: Makefile,v 1.7 2009/09/16 17:50:09 sno Exp $
2 2
3DISTNAME= Rose-DB-Object-0.782 3DISTNAME= Rose-DB-Object-0.783
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= databases perl5 5CATEGORIES= databases perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
7 7
8MAINTAINER= abs@absd.org 8MAINTAINER= abs@absd.org
9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ 9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
10COMMENT= Extensible, high performance RDBMS-OO mapper 10COMMENT= Extensible, high performance RDBMS-OO mapper
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector 13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
14DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone 14DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils

cvs diff -r1.5 -r1.6 pkgsrc/databases/p5-Rose-DB-Object/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-Rose-DB-Object/distinfo 2009/08/20 18:55:57 1.5
+++ pkgsrc/databases/p5-Rose-DB-Object/distinfo 2009/09/16 17:50:10 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/08/20 18:55:57 sno Exp $ 1$NetBSD: distinfo,v 1.6 2009/09/16 17:50:10 sno Exp $
2 2
3SHA1 (Rose-DB-Object-0.782.tar.gz) = 18736b8f424ba812347dbdd8a8316e9f3a0fa641 3SHA1 (Rose-DB-Object-0.783.tar.gz) = 5fe98bdc6ecc029c343fc2c8d0fc96dc3488c257
4RMD160 (Rose-DB-Object-0.782.tar.gz) = d3e1807928e47a060978915da8ef593d8e98be3d 4RMD160 (Rose-DB-Object-0.783.tar.gz) = d35d2d2e1c942bee7c1a3811d33e45e8c2fdf476
5Size (Rose-DB-Object-0.782.tar.gz) = 535715 bytes 5Size (Rose-DB-Object-0.783.tar.gz) = 539883 bytes