pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Catalyst-Plugin-Session-Store-DBI: update to 0.16.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 20 10:31:56 2017 +0200
Changeset:	77d23c693d62e66564f2690e95c29aa692b2dec7

Modified Files:
	p5-Catalyst-Plugin-Session-Store-DBI/Makefile
	p5-Catalyst-Plugin-Session-Store-DBI/distinfo

Log Message:
p5-Catalyst-Plugin-Session-Store-DBI: update to 0.16.

0.16    2010-03-23 22:46:37
        - Make the table metadata configurable (wreis).

0.15    2009-10-17 19:29:30
        - Fixed to work with the new config key for sessions, Plugin::Session
          (Dave Rolsky)
        - Fix a couple of problems and warnings in the test suite.
        - Stop treating model names as class names.

0.14    2008-09-17 09:53:47
        - Added a POD warning about MySQL TEXT field size. (Jay Hannah)

0.13    2008-04-29 08:30:00
        - Fixed ping() check to work properly. (Olivier Thauvin)

0.12    2007-10-05 11:00:00
        - Added support for Catalyst::Model::DBI models. (Geoffrey Giesemann)
        - Switched to Module::Install.

0.11    2007-03-22 17:00:00
        - Reset cached statement handles if the dbh goes away or changes.
          (Peter Karman)
        - Pre-generate all SQL statements at startup.

0.10    2007-03-15 12:00:00
        - Fixed Rose::DB::Object dbh call.
        - Forgot to document Rose::DB::Object support.

0.09	2007-03-14 22:00:00
        - Added support for using a Rose::DB::Object to get the dbh.
        (Peter Karman)

0.08	2007-02-15 11:00:00
        - Fixed DBIC tests.
        - Added DBIC Schema tests.
        - Improved logic for getting a dbh, will return a proper error
          if it can't get one.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=77d23c693d62e66564f2690e95c29aa692b2dec7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Catalyst-Plugin-Session-Store-DBI/Makefile | 11 ++++-------
 p5-Catalyst-Plugin-Session-Store-DBI/distinfo |  7 ++++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs:
diff --git a/p5-Catalyst-Plugin-Session-Store-DBI/Makefile b/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
index 1b3784b82a..fe55000de8 100644
--- a/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
+++ b/p5-Catalyst-Plugin-Session-Store-DBI/Makefile
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2012/10/04 09:13:30 asau Exp $
 
-DISTNAME=	Catalyst-Plugin-Session-Store-DBI-0.07
+DISTNAME=	Catalyst-Plugin-Session-Store-DBI-0.16
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../by-module/Catalyst/}
 
@@ -12,14 +11,12 @@ COMMENT=	DBI storage backend for session data
 
 DEPENDS+=	p5-Catalyst-Runtime>=5.0:../../www/p5-Catalyst-Runtime
 DEPENDS+=	p5-DBI>=1.50:../../databases/p5-DBI
-DEPENDS+=	p5-Catalyst-Plugin-Session>=0.01:../../www/p5-Catalyst-Plugin-Session
 DEPENDS+=	p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
 DEPENDS+=	p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
+# not detected properly and manually built again
+DEPENDS+=	p5-Catalyst-Plugin-Session>=0.27:../../www/p5-Catalyst-Plugin-Session
 
-
-PERL5_REQD+=	5.8.0
-PERL5_MODULE_TYPE=	Module::Build
-
+MAKE_ENV+=	PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=	auto/Catalyst/Plugin/Session/Store/DBI/.packlist
 
 .include "../../lang/perl5/module.mk"
diff --git a/p5-Catalyst-Plugin-Session-Store-DBI/distinfo b/p5-Catalyst-Plugin-Session-Store-DBI/distinfo
index 7f7605d9c3..5ca9b2b6fb 100644
--- a/p5-Catalyst-Plugin-Session-Store-DBI/distinfo
+++ b/p5-Catalyst-Plugin-Session-Store-DBI/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2007/02/06 09:28:18 netcap Exp $
 
-SHA1 (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 637c55ff2b569e4fb85682a9a3f53f84486744f0
-RMD160 (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 7ef1f2f485706dc5c7f6c8b79ebb380b4ca569b2
-Size (Catalyst-Plugin-Session-Store-DBI-0.07.tar.gz) = 6934 bytes
+SHA1 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 0b8dab7459808c34960393ddc1035480e9890ef5
+RMD160 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 5e524b402b31d767e2dad240904bf1b9408adbba
+SHA512 (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = c97229ea0c1cafc7cf71d214681afeaf6b7f3a57e94019dba0698d7b07e8329057317ca55b379144e5f31c105a03348f48a31a690bd4d3078202c1b7327dfe36
+Size (Catalyst-Plugin-Session-Store-DBI-0.16.tar.gz) = 30830 bytes


Home | Main Index | Thread Index | Old Index