pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Plugin-Session-Store-File PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a8bf2bd4d1e
branches:  trunk
changeset: 392455:7a8bf2bd4d1e
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 01 18:07:34 2009 +0000

description:
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

diffstat:

 www/p5-Catalyst-Plugin-Session-Store-File/Makefile |  13 +++++++------
 www/p5-Catalyst-Plugin-Session-Store-File/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r e0389df38843 -r 7a8bf2bd4d1e www/p5-Catalyst-Plugin-Session-Store-File/Makefile
--- a/www/p5-Catalyst-Plugin-Session-Store-File/Makefile        Fri May 01 18:01:42 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/Makefile        Fri May 01 18:07:34 2009 +0000
@@ -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@localhost
 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-Cache-Cache>=1.02:../../devel/p5-Cache-Cache
+DEPENDS+=      p5-Catalyst-Plugin-Session-[0-9]*:../../www/p5-Catalyst-Plugin-Session
 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-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
 
diff -r e0389df38843 -r 7a8bf2bd4d1e www/p5-Catalyst-Plugin-Session-Store-File/distinfo
--- a/www/p5-Catalyst-Plugin-Session-Store-File/distinfo        Fri May 01 18:01:42 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session-Store-File/distinfo        Fri May 01 18:07:34 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index