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 Update from version 1.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1bf82f203a5d
branches: trunk
changeset: 554953:1bf82f203a5d
user: he <he%pkgsrc.org@localhost>
date: Sun Feb 22 17:27:46 2009 +0000
description:
Update from version 1.19nb1 to 1.20.
Pkgsrc changes:
o Adjust dependencies to account for new requirements
o Move some dependencies into BUILD_DEPENDS, since they're
only required for "make test".
Upstream changes:
0.20 2009-02-05
- No code changes since 0.19_01 dev release.
- Add IDEAS.txt which is an irc log of discussion about the
next-generation session plugin from discussion on #catalyst-dev
- Remove TODO file, which is no longer relevant.
0.19_01 2009-01-09
- Switch from using NEXT to Class::C3 for method re-dispatch.
- Use shipit to package the dist.
- Switch to Module::install.
- Flash data is now stored inside the session (key "__flash") to avoid
duplicate entry errors caused by simultaneous select/insert/delete of
flash rows when using DBI as a Store. (Sergio Salvi)
- Fix session finalization order that caused HTTP responses to be sent
before the session is actually finalized and stored in its Store.
(Sergio Salvi)
diffstat:
www/p5-Catalyst-Plugin-Session/Makefile | 16 ++++++++--------
www/p5-Catalyst-Plugin-Session/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 12 deletions(-)
diffs (50 lines):
diff -r 12d8b232e0c8 -r 1bf82f203a5d www/p5-Catalyst-Plugin-Session/Makefile
--- a/www/p5-Catalyst-Plugin-Session/Makefile Sun Feb 22 17:15:21 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session/Makefile Sun Feb 22 17:27:46 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:07 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/22 17:27:46 he Exp $
-DISTNAME= Catalyst-Plugin-Session-0.19
+DISTNAME= Catalyst-Plugin-Session-0.20
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
@@ -10,16 +9,17 @@
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session/
COMMENT= Generic Catalyst Session plugin
-DEPENDS+= p5-Catalyst-Runtime>=5.49:../../www/p5-Catalyst-Runtime
+DEPENDS+= p5-Catalyst-Runtime>=5.7010:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Digest>=0:../../security/p5-Digest
DEPENDS+= p5-File-Temp>=0:../../devel/p5-File-Temp
+DEPENDS+= p5-MRO-Compat>=0:../../devel/p5-MRO-Compat
DEPENDS+= p5-Object-Signature>=0:../../devel/p5-Object-Signature
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
-DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
-DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
-DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
-DEPENDS+= p5-Test-Simple>=0:../../devel/p5-Test-Simple
DEPENDS+= p5-Tie-RefHash>=1.34:../../devel/p5-Tie-RefHash
+BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
+BUILD_DEPENDS+= p5-Test-WWW-Mechanize-Catalyst>=0:../../www/p5-Test-WWW-Mechanize-Catalyst
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/.packlist
diff -r 12d8b232e0c8 -r 1bf82f203a5d www/p5-Catalyst-Plugin-Session/distinfo
--- a/www/p5-Catalyst-Plugin-Session/distinfo Sun Feb 22 17:15:21 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Session/distinfo Sun Feb 22 17:27:46 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:18:32 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/02/22 17:27:46 he Exp $
-SHA1 (Catalyst-Plugin-Session-0.19.tar.gz) = 1afde93219eab3618bd00ec7c1f6b4809986b7b8
-RMD160 (Catalyst-Plugin-Session-0.19.tar.gz) = cfb181f16b4a8404faefbe234844db302ae68652
-Size (Catalyst-Plugin-Session-0.19.tar.gz) = 22299 bytes
+SHA1 (Catalyst-Plugin-Session-0.20.tar.gz) = dc9e304956ecb3ee340995328cb9e6bd25967bc0
+RMD160 (Catalyst-Plugin-Session-0.20.tar.gz) = 335a21b89d3112f3f925e6a803c3b2afeaf161a0
+Size (Catalyst-Plugin-Session-0.20.tar.gz) = 36381 bytes
Home |
Main Index |
Thread Index |
Old Index