pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Catalyst-Plugin-Session-State-URI: update to 0.15.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 20 10:27:49 2017 +0200
Changeset: e460ebb1c1ce6ac32b0c8fbd1ba5cfd2b6cba7f6
Modified Files:
p5-Catalyst-Plugin-Session-State-URI/Makefile
p5-Catalyst-Plugin-Session-State-URI/distinfo
Log Message:
p5-Catalyst-Plugin-Session-State-URI: update to 0.15.
0.15 2010-09-23
- Read from $req->query_parameters rather than $req->parameters
in prepare_path to avoid race condition with POST requests with body
0.14 2010-07-19
- Fix behaviour when debug is turned on by wrapping prepare_path
rather than prepare_action (RT#56753).
- Fix warning about test plugin inheriting from Catalyst::Component.
- Fix for loading the session ID with a cookie for some actions
and Session::State::URI for others (RT#57620)
0.13 2009-10-16
- Port to new session config key.
- Port to Moose.
0.12 2009-10-06
- Make tests not warn with latest version of Catalyst.
- Prefer session configuration to be in the 'Plugin::Session'
config key, but provide backwards compatibility for the
deprecated 'session' key.
0.11 2009-07-25
- When rewriting URIs, avoid doubled slashes. While this is
mostly a cosmetic problem, if you issue a redirect with a
URI like "//-/...", some browsers (or Firefox 3.0, at least)
may get very confused. (Dave Rolsky)
0.10 2009-07-11
- Separate rewrite config item into rewrite_body and
rewrite_redirect. The old config setting will still
work. (Dave Rolsky)
- Shut up warnings from test code with newer Catalyst-Runtime.
(Dave Rolsky)
0.09 2009-03-26
- Avoid bug in URI::Find causing test fails (RT#44593)
- Remove use of NEXT missed last time from the test suite.
0.08 2009-02-08
- Switch from NEXT to MRO::Compat (t0m)
- Switch to Module::Install
- pod fixes (RT #23749)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e460ebb1c1ce6ac32b0c8fbd1ba5cfd2b6cba7f6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
p5-Catalyst-Plugin-Session-State-URI/Makefile | 21 ++++++++++-----------
p5-Catalyst-Plugin-Session-State-URI/distinfo | 7 ++++---
2 files changed, 14 insertions(+), 14 deletions(-)
diffs:
diff --git a/p5-Catalyst-Plugin-Session-State-URI/Makefile b/p5-Catalyst-Plugin-Session-State-URI/Makefile
index 190c4b8dad..c4e2143a42 100644
--- a/p5-Catalyst-Plugin-Session-State-URI/Makefile
+++ b/p5-Catalyst-Plugin-Session-State-URI/Makefile
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.7 2012/10/04 09:13:30 asau Exp $
-DISTNAME= Catalyst-Plugin-Session-State-URI-0.07
+DISTNAME= Catalyst-Plugin-Session-State-URI-0.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -10,19 +9,19 @@ MAINTAINER= kuli0020%umn.edu@localhost
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-Session-State-URI/
COMMENT= Saves Catalyst Session IDs by rewriting URIs
-DEPENDS+= p5-Catalyst-Plugin-Session>=0.06:../../www/p5-Catalyst-Plugin-Session
-DEPENDS+= p5-URI>=0:../../www/p5-URI
+DEPENDS+= p5-URI>=1.72:../../www/p5-URI
DEPENDS+= p5-HTML-TokeParser-Simple>=0:../../www/p5-HTML-TokeParser-Simple
DEPENDS+= p5-MIME-Types>=0:../../mail/p5-MIME-Types
DEPENDS+= p5-Test-MockObject>=1.01:../../devel/p5-Test-MockObject
-DEPENDS+= p5-URI>=0:../../www/p5-URI
DEPENDS+= p5-URI-Find>=0:../../www/p5-URI-Find
-
-
-# PERL5_MODULE_TYPE= Module::Build
-
-PERL5_REQD+= 5.8.1
-
+DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
+# despite the dependencies, the package does not find these three and
+# installs them manually
+DEPENDS+= p5-Catalyst-Plugin-Session>=0.27:../../www/p5-Catalyst-Plugin-Session
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Emulate-Class-Accessor-Fast-[0-9]*:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
+
+MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Catalyst/Plugin/Session/State/URI/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/p5-Catalyst-Plugin-Session-State-URI/distinfo b/p5-Catalyst-Plugin-Session-State-URI/distinfo
index b80b41d25a..dac1cd3ed9 100644
--- a/p5-Catalyst-Plugin-Session-State-URI/distinfo
+++ b/p5-Catalyst-Plugin-Session-State-URI/distinfo
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2007/03/03 06:59:19 netcap Exp $
-SHA1 (Catalyst-Plugin-Session-State-URI-0.07.tar.gz) = 73616a0a1fed56ef27754b6ac73900cc2e1a0dac
-RMD160 (Catalyst-Plugin-Session-State-URI-0.07.tar.gz) = 3ef61a626b5f8cd6a15211b70e4d16dfdf17a24d
-Size (Catalyst-Plugin-Session-State-URI-0.07.tar.gz) = 12452 bytes
+SHA1 (Catalyst-Plugin-Session-State-URI-0.15.tar.gz) = 9e019526406a030acefaa1337825a74ed549b3c9
+RMD160 (Catalyst-Plugin-Session-State-URI-0.15.tar.gz) = 1275f3358cb50783c7a5332471d7fd8803aa1e9e
+SHA512 (Catalyst-Plugin-Session-State-URI-0.15.tar.gz) = d67eca786ae33ad3e22d4cb05711266431ce7f8ee08b7b3fb99ab27679f94040cd8967d966dbd1f97f5dd7f40c6b4abb4c140248ab1605550070650d728e1747
+Size (Catalyst-Plugin-Session-State-URI-0.15.tar.gz) = 35550 bytes
Home |
Main Index |
Thread Index |
Old Index