summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-Store-DBIC
AgeCommit message (Collapse)AuthorFilesLines
2013-01-27- Updated to 0.12rhaen2-7/+6
ChangeLog: 0.12 Thu Aug 4 23:56:00 BST 2011 - Changed a test case to be less picky about the actual text captured from warnings. This was done to support some changes introduced by the Catalyst -> PSGI port.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-10-24Updating www/p5-Catalyst-Plugin-Session-Store-DBIC from 0.10nb1 to 0.11sno2-9/+7
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.11 Fri Oct 16 15:04:07 CEST 2009 - Convert to new session config key.
2009-09-24Bumping revision of packages which depend direct or indirect onsno1-1/+2
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-07-08Updating package for p5 module Catalyst::Plugin::Session::Store::DBICsno2-9/+9
from 0.09 to 0.10 Adjusting dependencies Upstream changes: 0.10 Tue Jul 7 13:00:27 CEST 2009 - Depend on a recent Store::Delegate for the NEXT -> MRO::Compat switch.
2009-05-01PkgSrc changes:sno2-7/+8
- Updating package for p5 module of Catalyst::Plugin::Session::Store::DBIC from 0.08 to 0.09 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.09 Wed Mar 31 16:35:52 CEST 2009 - Port from NEXT to MRO::Compat (Florian Ragwitz). - Remove tests relying on the deprecated DBIx::Class::DB (Florian Ragwitz).
2008-12-11updated to 0.08rhaen2-8/+8
cleanup Makefile 0.08 Wed Nov 26 10:02:52 EST 2008 - Workaround possible errors with Storable::thaw and empty strings (thanks to kevin montuori for suggesting a fix)
2008-11-10- updated to 0.07rhaen2-10/+8
- took maintainership - added depends on p5-Test-Warn Changelog: 0.07 Wed Sep 24 17:08:34 EDT 2008 - Code was silently truncating storage to MySQL, rendering the session unreadable. Patched to check DBIx::Class size from column_info (if available) - Wrap find_or_create calls in a transaction to (hopefully) avoid issues with duplicate flash rows
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
2008-07-15Added www/p5-Catalyst-Plugin-Session-Store-DBIC version 0.06abs3-0/+35
This Catalyst::Plugin::Session storage module saves session data in your database via DBIx::Class. It's actually just a wrapper around Catalyst::Plugin::Session::Store::Delegate; if you need complete control over how your sessions are stored, you probably want to use that instead.