Update to 0.37

Upstream changes:
0.37 2013-02-25
      - Fix t/live_verify_address.t to skip of Catalyst::Plugin::Authentication
        is not installed, fixing RT#81506.

0.36 2012-10-19
       - Re-pack with new Module::Install which doesn't get
         MYMETA.yaml wrong.
       - Remove use of Plack::Middleware::ForceEnv from the tests
          as it was not used / needed

0.35 2012-04-24
        - Implement a 'change_session_expires' method (gshank)

        - Fixed bug from last version where session does not persist
          across a redirect

0.34 2012-03-30
        - Fixed up t/live_verify_address.t per https://rt.cpan.org/Ticket/Display.html?id=71142
        - Merged in dpetrov's 0.32 changes (extend_session_expire)

0.33 2012-03-08
        - Note that flash is deprecated / not recommended due to it's
          inherent races. Point out Catalyst::Plugin::StatusMessage instead
This commit is contained in:
wen 2013-08-23 14:55:40 +00:00
parent b04a72f646
commit 68ad38eb30
2 changed files with 16 additions and 7 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.20 2013/05/31 12:42:39 wiz Exp $
# $NetBSD: Makefile,v 1.21 2013/08/23 14:55:40 wen Exp $
DISTNAME= Catalyst-Plugin-Session-0.32
DISTNAME= Catalyst-Plugin-Session-0.37
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@ -26,6 +25,16 @@ BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
# p5-Test-WWW-Mechanize-Catalyst has BUILD_DEPENDS on p5-Catalyst-Plugin-Session
# BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0:../../www/p5-Test-WWW-Mechanize-Catalyst
# p5-Catalyst-Plugin-Authentication has BUILD_DEPENDS on p5-Catalyst-Plugin-Session too
# BUILD_DEPENDS+= p5-Catalyst-Plugin-Authentication>=0:../../www/p5-Catalyst-Plugin-Authentication
SUBST_CLASSES+= perl
SUBST_MESSAGE.perl= Fixing the path of perl.
SUBST_STAGE.perl= post-patch
SUBST_FILES.perl= lib/Catalyst/Plugin/Session.pm lib/Catalyst/Plugin/Session/State.pm \
lib/Catalyst/Plugin/Session/Store.pm lib/Catalyst/Plugin/Session/Store/Dummy.pm \
lib/Catalyst/Plugin/Session/Test/Store.pm
SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/.packlist

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2012/01/31 14:22:59 rhaen Exp $
$NetBSD: distinfo,v 1.12 2013/08/23 14:55:40 wen Exp $
SHA1 (Catalyst-Plugin-Session-0.32.tar.gz) = b3290e58fcbd91e0649c98dcc86362ec3768ccc7
RMD160 (Catalyst-Plugin-Session-0.32.tar.gz) = 6e11b8fb3623396dd30fb6dcc3f490907c40f8dd
Size (Catalyst-Plugin-Session-0.32.tar.gz) = 42228 bytes
SHA1 (Catalyst-Plugin-Session-0.37.tar.gz) = 3b4bfb5657c324b545fd4a9ec7f94af5c46be155
RMD160 (Catalyst-Plugin-Session-0.37.tar.gz) = 24207fafa989966edc5e73ac9c25eee24fdbdfbc
Size (Catalyst-Plugin-Session-0.37.tar.gz) = 48383 bytes