PkgSrc changes:

- Updating package for p5 module Catalyst::Plugin::Session::Store::File
    from 0.13 to 0.16
  - Adjusting dependencies
  - Setting license to gnu-gpl-v2

Upstream changes:
0.16  24 Apr 2009
    - 0.14 was mistakenly released as 0.15

0.15  24 Apr 2009
    - Create temp directory from class name, not stringified instance.
      This stops you losing all your sessions when your app restarts. (xinming)

0.14  18 Apr 2009
    - switch to MRO Compat
    - defer creation of cache store until first time it is needed.
      This should allow the plugin to work "out of the box" under mod_perl.
      See https://rt.cpan.org/Ticket/Display.html?id=27505
This commit is contained in:
sno 2009-05-01 18:07:34 +00:00
parent b95e2001fc
commit d7650d3119
2 changed files with 11 additions and 10 deletions

View file

@ -1,19 +1,20 @@
# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:07 he Exp $
# $NetBSD: Makefile,v 1.5 2009/05/01 18:07:34 sno Exp $
DISTNAME= Catalyst-Plugin-Session-Store-File-0.13
DISTNAME= Catalyst-Plugin-Session-Store-File-0.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Catalyst::Plugin::Session::Store::File
COMMENT= File storage backend for session data
LICENSE= gnu-gpl-v2 # OR packages
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Catalyst-Runtime>=5.7000:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Cache-Cache>=1.02:../../devel/p5-Cache-Cache
DEPENDS+= p5-Catalyst-Plugin-Session>=0:../../www/p5-Catalyst-Plugin-Session
DEPENDS+= p5-Catalyst-Plugin-Session-[0-9]*:../../www/p5-Catalyst-Plugin-Session
DEPENDS+= p5-Catalyst-Runtime>=5.7000:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/Store/File/.packlist

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:19:54 abs Exp $
$NetBSD: distinfo,v 1.2 2009/05/01 18:07:34 sno Exp $
SHA1 (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = 9c907665627c78e7e485525c27f4777be82363fb
RMD160 (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = f360f1a87be0422aa9313fd2f305ff61c380fee8
Size (Catalyst-Plugin-Session-Store-File-0.13.tar.gz) = 20252 bytes
SHA1 (Catalyst-Plugin-Session-Store-File-0.16.tar.gz) = 98981abe1f7860bd534c79ba5417dffcb40bb66e
RMD160 (Catalyst-Plugin-Session-Store-File-0.16.tar.gz) = f07e7f96b66d7469b96b1152f0e2c467379350c7
Size (Catalyst-Plugin-Session-Store-File-0.16.tar.gz) = 22103 bytes