pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-Rose-DB-Object Updated databases/Rose-DB-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5049d7c4f9dc
branches:  trunk
changeset: 542838:5049d7c4f9dc
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 28 22:05:02 2008 +0000

description:
Updated databases/Rose-DB-Object to 0.770

0.770 (05.28.2008) - John Siracusa <siracusa%gmail.com@localhost>

    * Added "iterator" method type, similar to "find", to OneToMany
      and ManyToMany.  (Patch by Peter Karman - peknet%gmail.com@localhost)
    * Updated the Loader documentation to describe an important
      consideration when regenerating modules with make_modules().
    * Improved error propagation in relationship methods.  (Suggested
      by Wiggins d'Anconia)
    * Skip the interactive part of the test suite when the
      AUTOMATED_TESTING environment variable is set.
    * Test suite now accounts for versions of DBD::mysql that predate
      the mysql_is_auto_increment column attribute.

0.769 (04.01.2008) - John Siracusa <siracusa%gmail.com@localhost>

    * Improved the default singular/plural conversion rules in the
      Convention Manager.  (Suggested by David Brownlee)
    * Added new join type override syntax for the Manager's with_objects
      and require_objects parameters.
    * Added column method naming conventions to the Convention Manager.
    * Added Manager naming conventions to the Convention Manager and
      exposed more Manager-related defaults in the Metadata and Manager
      class.  (Patch by Bradley C Bailey, modified by John Siracusa)
    * Column method names are now allowed at the end of compound Manager
      query parameters (e.g., "a.b.method")
    * Clarified column/method query parameter documentation.
    * Postgres tests are not skipped when DBD::Pg version 2.1.x or 2.2.0
      is installed.  (Bus error for me in t/deep-joins.t)

diffstat:

 databases/p5-Rose-DB-Object/Makefile |  9 ++++++---
 databases/p5-Rose-DB-Object/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r db55fdaf419a -r 5049d7c4f9dc databases/p5-Rose-DB-Object/Makefile
--- a/databases/p5-Rose-DB-Object/Makefile      Wed May 28 22:01:15 2008 +0000
+++ b/databases/p5-Rose-DB-Object/Makefile      Wed May 28 22:05:02 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/04/06 00:22:16 abs Exp $
+# $NetBSD: Makefile,v 1.3 2008/05/28 22:05:02 abs Exp $
 
-DISTNAME=      Rose-DB-Object-0.768
+DISTNAME=      Rose-DB-Object-0.770
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
@@ -16,7 +16,10 @@
 DEPENDS+=      p5-Rose-DB>=0.740:../../databases/p5-Rose-DB
 DEPENDS+=      p5-Rose-DateTime-[0-9]*:../../time/p5-Rose-DateTime
 
-PERL5_PACKLIST=         auto/Rose/DB/Object/.packlist
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Rose/DB/Object/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r db55fdaf419a -r 5049d7c4f9dc databases/p5-Rose-DB-Object/distinfo
--- a/databases/p5-Rose-DB-Object/distinfo      Wed May 28 22:01:15 2008 +0000
+++ b/databases/p5-Rose-DB-Object/distinfo      Wed May 28 22:05:02 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/04/06 00:22:16 abs Exp $
+$NetBSD: distinfo,v 1.3 2008/05/28 22:05:02 abs Exp $
 
-SHA1 (Rose-DB-Object-0.768.tar.gz) = 41320c7c90de8e07cfe218b2655dd1d1c1403b36
-RMD160 (Rose-DB-Object-0.768.tar.gz) = 388db6d2c1255cfd738bf8ef7fb81b90b827f4f8
-Size (Rose-DB-Object-0.768.tar.gz) = 498649 bytes
+SHA1 (Rose-DB-Object-0.770.tar.gz) = 03dff0b4a05d7995d58690f512110e80b2fe7422
+RMD160 (Rose-DB-Object-0.770.tar.gz) = 8c669904b57e07bd90ba9de342499234f039af84
+Size (Rose-DB-Object-0.770.tar.gz) = 507594 bytes



Home | Main Index | Thread Index | Old Index