pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-CatalystX-CRUD Update from version 0.29 t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2520f6e6c3e8
branches: trunk
changeset: 548284:2520f6e6c3e8
user: he <he%pkgsrc.org@localhost>
date: Sun Oct 12 22:04:21 2008 +0000
description:
Update from version 0.29 to 0.31.
Pkgsrc changes:
o Add dependency on newly added p5-Search-QueryParser-SQL
Upstream changes:
0.31 16 Sept 2008
* add missing req to Makefile.PL
* force field_names to be an ARRAY ref in Utils make_sql_query()
0.30 11 Sept 2008
* fix uninit value warning in Controller
* change REST create() : Local to _rest_create() :
Path('create') to make it easier for create_form() to
call create() in superclass.
* clean up old style $self->config->{value} to instead use
$self->value in Controller
* add app_class() and model_meta() accessors to ModelAdapter
* in base Controller, rename view_on_single_result() method
to uri_for_view_on_single_result and make accessor for
the config value 'view_on_single_result'
* change all reserved param names in Model::Utils to use
'cxc-' prefix instead of '_'. Backwards compat is preserved
where possible.
* Model::Utils make_query() will uc() sort direction
* change behaviour of get_primary_key() in base Controller
to not look in req->params for pk values.
This allows for changing the PK as part of an update.
* add new() in REST to call next::method. Works around
(some) multiple inheritance issues.
* check for $c->res->location before redirecting in postcommit()
* Model::Utils was refactored to use Search::QueryParser::SQL.
The following methods were affected:
* sql_query_as_string() -- removed
* params_to_sql_query() -- now returns hashref with 3 items:
- query isa Search::QueryParser::SQL::Query object
- query_hash (formerly query) is a simple param-name =>
[values] hashref
- sql is the output of S::QP::S::Query->rdbo
* make_sql_query() -- returned hash ref now has query_hash
as plain_query value and the stringify'd Query object
as plain_query_str
diffstat:
databases/p5-CatalystX-CRUD/Makefile | 5 +++--
databases/p5-CatalystX-CRUD/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 7934e9ae7b58 -r 2520f6e6c3e8 databases/p5-CatalystX-CRUD/Makefile
--- a/databases/p5-CatalystX-CRUD/Makefile Sun Oct 12 21:55:10 2008 +0000
+++ b/databases/p5-CatalystX-CRUD/Makefile Sun Oct 12 22:04:21 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/09/11 12:13:22 he Exp $
+# $NetBSD: Makefile,v 1.4 2008/10/12 22:04:21 he Exp $
-DISTNAME= CatalystX-CRUD-0.29
+DISTNAME= CatalystX-CRUD-0.31
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CatalystX/}
@@ -15,6 +15,7 @@
DEPENDS+= p5-Catalyst-Runtime>=5.00:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-C3>=0:../../devel/p5-Class-C3
DEPENDS+= p5-Rose-DB-Object>=0:../../databases/p5-Rose-DB-Object
+DEPENDS+= p5-Search-QueryParser-SQL>=0.005:../../databases/p5-Search-QueryParser-SQL
DEPENDS+= p5-Sort-SQL>=0.03:../../databases/p5-Sort-SQL
USE_LANGUAGES= # empty
diff -r 7934e9ae7b58 -r 2520f6e6c3e8 databases/p5-CatalystX-CRUD/distinfo
--- a/databases/p5-CatalystX-CRUD/distinfo Sun Oct 12 21:55:10 2008 +0000
+++ b/databases/p5-CatalystX-CRUD/distinfo Sun Oct 12 22:04:21 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/09/11 12:13:22 he Exp $
+$NetBSD: distinfo,v 1.4 2008/10/12 22:04:21 he Exp $
-SHA1 (CatalystX-CRUD-0.29.tar.gz) = 63057d4ef1d659a7d44c57494c90c3c99a20545a
-RMD160 (CatalystX-CRUD-0.29.tar.gz) = 1a4b6c59bfee62463727bf4060bc65061d00d775
-Size (CatalystX-CRUD-0.29.tar.gz) = 32722 bytes
+SHA1 (CatalystX-CRUD-0.31.tar.gz) = 9eb53de5e53b0a3acf54107125488d71c01ac62d
+RMD160 (CatalystX-CRUD-0.31.tar.gz) = 3ba285e8ad7422b9bb51e3574cb14c534c9644c1
+Size (CatalystX-CRUD-0.31.tar.gz) = 36012 bytes
Home |
Main Index |
Thread Index |
Old Index