diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 22:05:02 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 22:05:02 +0000 |
commit | e8d4688a08be8da9f28cab206221b601215a5bc7 (patch) | |
tree | 85b10b45ee436628867d13225b48b3725e36d5e8 /databases/p5-Rose-DB-Object | |
parent | 10cd8a652bc18d2c0061f8c8dcf43aacc5673ce1 (diff) | |
download | pkgsrc-e8d4688a08be8da9f28cab206221b601215a5bc7.tar.gz |
Updated databases/Rose-DB-Object to 0.770
0.770 (05.28.2008) - John Siracusa <siracusa@gmail.com>
* Added "iterator" method type, similar to "find", to OneToMany
and ManyToMany. (Patch by Peter Karman - peknet@gmail.com)
* 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>
* 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 (limited to 'databases/p5-Rose-DB-Object')
-rw-r--r-- | databases/p5-Rose-DB-Object/Makefile | 9 | ||||
-rw-r--r-- | databases/p5-Rose-DB-Object/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/databases/p5-Rose-DB-Object/Makefile b/databases/p5-Rose-DB-Object/Makefile index 16a3fe25672..5f6afec3700 100644 --- a/databases/p5-Rose-DB-Object/Makefile +++ b/databases/p5-Rose-DB-Object/Makefile @@ -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-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils 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 --git a/databases/p5-Rose-DB-Object/distinfo b/databases/p5-Rose-DB-Object/distinfo index b53c607043e..bf03f5ce9cb 100644 --- a/databases/p5-Rose-DB-Object/distinfo +++ b/databases/p5-Rose-DB-Object/distinfo @@ -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 |