Thu Feb 6 10:42:40 2014 UTC ()
Updated www/p5-Catalyst-Plugin-Session to 0.39

Revision history for Perl extension Catalyst::Plugin::Session

0.39 2013-10-16
      - Fixed a bug when "expiry_threshold" is non-zero, where changes to the
      session were not saved.

0.38 2013-09-18
      - New feature: "expiry_threshold" which allows you more control over when
      this plugin checks and updates the expiration date for the session.
      This is useful when you have high traffic and need to reduce the number
      of session expiration hits (like if you are using a database for sessions
      and your db is getting pounded).


(abs)
diff -r1.22 -r1.23 pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile
diff -r1.12 -r1.13 pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile 2013/12/09 14:17:54 1.22
+++ pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile 2014/02/06 10:42:40 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:54 obache Exp $ 1# $NetBSD: Makefile,v 1.23 2014/02/06 10:42:40 abs Exp $
2 2
3DISTNAME= Catalyst-Plugin-Session-0.37 3DISTNAME= Catalyst-Plugin-Session-0.39
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session/ 9HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session/
11COMMENT= Generic Catalyst Session plugin 10COMMENT= Generic Catalyst Session plugin
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Catalyst-Runtime>=5.71001:../../www/p5-Catalyst-Runtime 13DEPENDS+= p5-Catalyst-Runtime>=5.71001:../../www/p5-Catalyst-Runtime
15DEPENDS+= {perl>=5.10,p5-Digest-[0-9]*}:../../security/p5-Digest 14DEPENDS+= {perl>=5.10,p5-Digest-[0-9]*}:../../security/p5-Digest
16DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp 15DEPENDS+= {perl>=5.10,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
17DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat 16DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
18DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose 17DEPENDS+= p5-Moose>=0.76:../../devel/p5-Moose

cvs diff -r1.12 -r1.13 pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo 2013/08/23 14:55:40 1.12
+++ pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo 2014/02/06 10:42:40 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2013/08/23 14:55:40 wen Exp $ 1$NetBSD: distinfo,v 1.13 2014/02/06 10:42:40 abs Exp $
2 2
3SHA1 (Catalyst-Plugin-Session-0.37.tar.gz) = 3b4bfb5657c324b545fd4a9ec7f94af5c46be155 3SHA1 (Catalyst-Plugin-Session-0.39.tar.gz) = 1c0de764a0d61e917f05dd568af3345b154b8874
4RMD160 (Catalyst-Plugin-Session-0.37.tar.gz) = 24207fafa989966edc5e73ac9c25eee24fdbdfbc 4RMD160 (Catalyst-Plugin-Session-0.39.tar.gz) = 855545b2a72aa781016dfc1c9fad23fcfd87385a
5Size (Catalyst-Plugin-Session-0.37.tar.gz) = 48383 bytes 5Size (Catalyst-Plugin-Session-0.39.tar.gz) = 49390 bytes