summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+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.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno1-3/+3
Module::Install is for Authors only. Bumping revision
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-State-Cookie from 0.14nb1 to 0.17sno1-4/+3
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.17 2009-10-18 - Fixup copyright information 0.16 2009-10-16 - Use session config handling from Catalyst::Plugin::Session 0.27. 0.15 2009-10-06 - Fix the httponly option again (Closes RT##50249). - Make tests not warn with latest version of Catalyst. - Prefer session configuration to be in the 'Plugin::Session' config key, but provide backwards compatibility for the deprecated 'session' 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-09-13Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.13 to 0.14sno1-2/+2
Upstream changes: 0.14 2009-08-22 - Allow turning off the httponly option (Closes RT#48930).
2009-08-20Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12sno1-4/+4
to 0.13 pkgsrc changes: - Adjusting dependencies Upstream changes: 0.13 2009-08-19 - Remove Test::MockObject from the test suite as prone to failing on some platforms and perl versions due to its UNIVERSAL:: package dependencies. - Remove Class::Accessor::Fast and replace with Moose. This allows us to not have a ->new method, This is more correct for Plugins and also means that Catalyst is not forced to invoke the scary replace_constructor at scope end handling.
2009-08-19Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.11sno1-4/+6
to 0.12 pkgsrc changes: - Adjusting dependencies - Adding license Upstream changes: 0.12 2009-07-18 - Introduced a new option cookie_httponly - Option cookie_secure extended (old syntax fully supported)
2009-06-11update to use the new Module::Install infrastructureabs1-1/+2
2009-05-17PkgSrc changes:sno1-2/+2
- Updating package for p5 module Catalyst::Plugin::Session::State::Cookie from 0.10 to 0.11 - Adding patch to prevent install missing dependencies Upstream changes: 0.11 2009-05-13 - Change TestApp so that the application is in t/lib, to make it easier for Catalyst to force our package to be immutable.
2009-02-22Update from version 0.09nb2 to 0.10.he1-3/+3
Pkgsrc changes: o Adjust dependencies, add p5-MRO-Compat Upstream changes: 0.10 2009-02-08 - POD addition. - Switch from NEXT to MRO::Compat
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+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-09-13Change HOMEPAGE to use search.cpan.org/dist/<module-name>. No version bump.he1-2/+2
2008-07-25-cleaned up dependencies (added Test-MockObject)rhaen1-2/+3
- bumped PKGREVISION
2008-07-15Added www/p5-Catalyst-Plugin-Session-State-Cookie version 0.09abs1-0/+21
In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism.