2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-10-16 11:17:54 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-CatalystX-CRUD to 0.52.
Changes from previous:
0.52 13 July 2011
* doc fix in Tutorial via RT#68499
* tests fixed for RT#68779
|
2011-08-14 10:18:12 by OBATA Akio | Files touched by this commit (77) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-05 17:20:19 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51
pkgsrc changes:
- adjusting dependencies
Upstream changes:
0.49 11 April 2010
* uri_for_view_on_single_result() will return uri for 'view' action,
regardless of value of can_write().
0.50 13 May 2010
* fix make_primary_key_string() to get rid of bad sprintf() call
0.51 19 May 2010
* added use_request_uri_for_path to test MyApp to fix
test failures with Catalyst::Runtime 5.80024
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-03-10 12:54:05 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating databases/p5-CatalystX-CRUD from 0.45nb1 to 0.48
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.48 29 Jan 2009
* fix bug with create() introduced in 0.47.
* remove explicit dep on Class::C3 per RT54097
0.47 15 Jan 2009
* fix tutorial per RT#53396
* fix bug in base Controller->fetch() where multiple PKs where one \
value is null were slipping
through. Reported by Adam Mackler.
0.46 20 Nov 2009
* tweek Model::File _find to avoid multiple loops over the same list of \
root dirs.
* tweek Model::File->search to read() each object like fetch() does.
* add dep on Sort::SQL 0.07 to avoid sql injection (RT#51777)
|
2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116) |
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
|
2009-06-16 00:13:54 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
pkgsrc changes:
- Updating package of p5 module CatalystX::CRUD from 0.43 to 0.45 as
dependency of scheduled update of CatalystX::CRUD::Model::RDBO
- Adjusting license to ${PERL5_LICENSE} according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.45 13 June 2009
* fix multi-column sort via cxc-order param (requires Sort::SQL 0.04)
0.44 23 May 2009
* check for symlink() support in Model::File at compile time and return \
from rm_related()
if not supported. Fixes spurious test breakage on Win32.
See https://rt.cpan.org/Ticket/Display.html?id=46314
|
2009-04-30 22:14:45 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
PkgSrc changes:
- Updating package for p5 module CatalystX::CRUD from 0.39 to 0.43
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.40 16 April 2009
* change base Controller to call can_read() rather than can_write() in \
edit().
This is because the call to edit() does not actually write anything; \
it's just a GET
for a form.
0.41 21 April 2009
* remove Catalyst::Component::ACCEPT_CONTEXT as a dependency since it \
has not been
updated for Catalyst 5.8.
0.42 27 April 2009
* revert ACCEPT_CONTEXT changes; fixes pushed to new C::C::A_C on CPAN, \
and added no warnings
using Class::C3::Adopt::NEXT (thanks to t0m)
* change from 'use Class::C3' to 'use mro "c3"' with new dep \
on MRO::Compat
* added some debugging in tests
0.43 29 April 2009
* rid of ourselves of Class::Data::Inheritable because it clashes with \
Catalyst::Runtime 5.8.
Notably, it caused a strange bug in Rose::DBx::Garden::Catalyst where \
the MyApp->config
class hashref would get nuked after a call to Class::C3::initialize(). \
Yes. That fsked up.
|
2009-01-18 23:59:30 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.37 to 0.39.
Upstream changes:
0.39 14 Jan 2009
* add missing file to MANIFEST that causes tests to fail in 0.38
0.38 12 Jan 2009
* use maybe::next::method
* fix view_on_single_result bug in Test::Controller
|