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 context 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,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2013/12/09 14:17:54 obache Exp $
+# $NetBSD: Makefile,v 1.23 2014/02/06 10:42:40 abs Exp $
 
-DISTNAME=	Catalyst-Plugin-Session-0.37
+DISTNAME=	Catalyst-Plugin-Session-0.39
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Catalyst/}
 

cvs diff -r1.12 -r1.13 pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.12 2013/08/23 14:55:40 wen Exp $
+$NetBSD: distinfo,v 1.13 2014/02/06 10:42:40 abs Exp $
 
-SHA1 (Catalyst-Plugin-Session-0.37.tar.gz) = 3b4bfb5657c324b545fd4a9ec7f94af5c46be155
+SHA1 (Catalyst-Plugin-Session-0.39.tar.gz) = 1c0de764a0d61e917f05dd568af3345b154b8874
-RMD160 (Catalyst-Plugin-Session-0.37.tar.gz) = 24207fafa989966edc5e73ac9c25eee24fdbdfbc
+RMD160 (Catalyst-Plugin-Session-0.39.tar.gz) = 855545b2a72aa781016dfc1c9fad23fcfd87385a
-Size (Catalyst-Plugin-Session-0.37.tar.gz) = 48383 bytes
+Size (Catalyst-Plugin-Session-0.39.tar.gz) = 49390 bytes