Tue Nov 15 08:47:01 2011 UTC ()
Update p5-Rose-DB-Object to 0.796.

Changes from previous:
0.796 (10.18.2011) - John Siracusa <siracusa@gmail.com>

    * Use ENGINE=InnoDB instead of TYPE=InnoDB in MySQL table creation
      statements to avoid an incompatibility with MySQL 5.5 (RT 71757)

0.795 (07.14.2011) - John Siracusa <siracusa@gmail.com>

    * The Loader now passes the Manager class name as a second argument to
      module_preamble and module_postamble subroutines to allow Manager
      classes to be distinguished from object classes.
    * Corrected a typo in the ConventionManager documentation ("objs_"
      should be "_objs")
    * Fixed a bug that caused load-on-demand columns to be loaded by
      load(with => ...) method calls.  (Reported by Marlon Bailey)

0.794 (12.30.2010) - John Siracusa <siracusa@gmail.com>

    * Handle null default values for foreign key columns in PostgreSQL
      (RT 64331)

0.793 (12.21.2010) - John Siracusa <siracusa@gmail.com>

    * Corrected skip count in t/db-object.t

0.792 (12.20.2010) - John Siracusa <siracusa@gmail.com>

    * Detect attempts to create methods whose names conflict with
      methods defined in Rose::DB::Object itself.  (Reported by
      Dave Howorth)

0.791 (10.23.2010) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that caused on_save column triggers to fire when loading.
    * More floating point rounding fixes in the test suite.

0.790 (10.17.2010) - John Siracusa <siracusa@gmail.com>

    * The auto-initialization process no longer sets column default
      values to undef when there is no default for the column.  Doing
      this was tripping up the default_exists() method.  (Reported
      by Timo Karhu)
    * Documented the behavior of the manager_args relationship attribute
      when a relationship is used as a with_objects or require_objects
      argument.
    * Fixed a bug that caused SET columns to be erroneously marked as
      modified when their accessor methods were called.
    * Fixed a bug in make_manager_methods() that left base_name undefined.
      (RT 61963, patch by Chris Malarky)
    * Improved handling of floating point and string/number conversions
      in the test suite.


(hiramatsu)
diff -r1.11 -r1.12 pkgsrc/databases/p5-Rose-DB-Object/Makefile
diff -r1.8 -r1.9 pkgsrc/databases/p5-Rose-DB-Object/distinfo

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

--- pkgsrc/databases/p5-Rose-DB-Object/Makefile 2011/08/14 08:18:10 1.11
+++ pkgsrc/databases/p5-Rose-DB-Object/Makefile 2011/11/15 08:47:01 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2011/08/14 08:18:10 obache Exp $ 1# $NetBSD: Makefile,v 1.12 2011/11/15 08:47:01 hiramatsu Exp $
2 2
3DISTNAME= Rose-DB-Object-0.789 3DISTNAME= Rose-DB-Object-0.796
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
8 7
9MAINTAINER= abs@absd.org 8MAINTAINER= abs@absd.org
10HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/ 9HOMEPAGE= http://search.cpan.org/~jsiracusa/Rose-DB-Object/
11COMMENT= Extensible, high performance RDBMS-OO mapper 10COMMENT= Extensible, high performance RDBMS-OO mapper
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector 13DEPENDS+= p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector
15DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone 14DEPENDS+= p5-Clone>=0.29:../../devel/p5-Clone
16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
17DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
18DEPENDS+= p5-Rose-DB>=0.757:../../databases/p5-Rose-DB 17DEPENDS+= p5-Rose-DB>=0.757:../../databases/p5-Rose-DB

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

--- pkgsrc/databases/p5-Rose-DB-Object/distinfo 2010/09/07 06:03:27 1.8
+++ pkgsrc/databases/p5-Rose-DB-Object/distinfo 2011/11/15 08:47:01 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/09/07 06:03:27 sno Exp $ 1$NetBSD: distinfo,v 1.9 2011/11/15 08:47:01 hiramatsu Exp $
2 2
3SHA1 (Rose-DB-Object-0.789.tar.gz) = eea885b9b8c970cab59e98940962928060a0daa1 3SHA1 (Rose-DB-Object-0.796.tar.gz) = 523f83b62833c698cbcd69919d7c6ee48d364446
4RMD160 (Rose-DB-Object-0.789.tar.gz) = d215d116455a9e9f1fa3bbb44ea3c5b9244735cb 4RMD160 (Rose-DB-Object-0.796.tar.gz) = 294352f44c4b6b82fecef280c0d568db7970c086
5Size (Rose-DB-Object-0.789.tar.gz) = 552899 bytes 5Size (Rose-DB-Object-0.796.tar.gz) = 554661 bytes