Commit graph

13 commits

Author SHA1 Message Date
seb
febfbb41f9 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-08-21 16:32:42 +00:00
sno
6123afc9a5 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.14nb1 to 0.17
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-10-24 14:50:28 +00:00
sno
961fe39a57 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
e0362309e6 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.13 to 0.14
Upstream changes:
0.14    2009-08-22
        - Allow turning off the httponly option (Closes RT#48930).
2009-09-13 20:04:17 +00:00
sno
85732b8543 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
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-20 18:22:35 +00:00
sno
91544cb06e Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.11
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-08-19 18:34:07 +00:00
abs
275bfe92a7 update to use the new Module::Install infrastructure 2009-06-11 12:06:10 +00:00
sno
a6983a5811 PkgSrc changes:
- 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-05-17 19:34:17 +00:00
he
becaf2be7d Update from version 0.09nb2 to 0.10.
Pkgsrc changes:
 o Adjust dependencies, add p5-MRO-Compat

Upstream changes:

0.10    2009-02-08
        - POD addition.
        - Switch from NEXT to MRO::Compat
2009-02-22 17:33:10 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
he
1c18fcb6bb Change HOMEPAGE to use search.cpan.org/dist/<module-name>. No version bump. 2008-09-13 13:51:54 +00:00
rhaen
758c71a516 -cleaned up dependencies (added Test-MockObject)
- bumped PKGREVISION
2008-07-25 09:53:49 +00:00
abs
f5041d1975 Added www/p5-Catalyst-Plugin-Session-State-Cookie version 0.09
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.
2008-07-15 09:18:48 +00:00