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-Authentication pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c26e07cee4ca
branches:  trunk
changeset: 394831:c26e07cee4ca
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jun 15 22:38:45 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Catalyst::Plugin::Authentication
    from 0.10011 to 0.10012
  - Adjusting license according to META.yaml
  - Use Module::Install as module type

Upstream changes:
0.10012 Sat Jun  6 10:58:43 BST 2009
      - Add Catalyst::Authentication::Credential::Remote which authenticates you
        directly from environment variables passed by your web server. This
        allows the use of SSL client certificates, NTLM, or just basic/digest
        auth done at the web server level to be used to authenticate users
        to your Catalyst application (kmx)
        - Tests for this
      - Change ->config invocations to be best practices (t0m)
      - Note about session auto-vification even when use_session is set
        to false (robert).
      - Note about how a realms key used to be needed to unconfuse people
        running an old version, but browsing the docs on search.cpan (ruoso)

diffstat:

 www/p5-Catalyst-Plugin-Authentication/Makefile |  11 ++++++-----
 www/p5-Catalyst-Plugin-Authentication/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 95583b82d625 -r c26e07cee4ca www/p5-Catalyst-Plugin-Authentication/Makefile
--- a/www/p5-Catalyst-Plugin-Authentication/Makefile    Mon Jun 15 22:26:54 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Authentication/Makefile    Mon Jun 15 22:38:45 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/05/01 13:34:27 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/15 22:38:45 sno Exp $
 
-DISTNAME=      Catalyst-Plugin-Authentication-0.10011
+DISTNAME=      Catalyst-Plugin-Authentication-0.10012
 PKGNAME=       p5-${DISTNAME}0
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
@@ -8,11 +8,11 @@
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
 COMMENT=       Infrastructure plugin for the Catalyst authentication framework
-LICENSE=       gnu-gpl-v2 # OR artistic
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session
-DEPENDS+=      p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime
-DEPENDS+=      p5-Class-Inspector>=0:../../devel/p5-Class-Inspector
+DEPENDS+=      p5-Catalyst-Runtime-[0-9]*:../../www/p5-Catalyst-Runtime
+DEPENDS+=      p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
 DEPENDS+=      p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
 
 BUILD_DEPENDS+=        p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie
@@ -20,6 +20,7 @@
 BUILD_DEPENDS+=        p5-Test-MockObject>=0:../../devel/p5-Test-MockObject
 BUILD_DEPENDS+=        p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst
 
+PERL5_MODULE_TYPE=     Module::Install
 PERL5_PACKLIST=        auto/Catalyst/Plugin/Authentication/.packlist
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 95583b82d625 -r c26e07cee4ca www/p5-Catalyst-Plugin-Authentication/distinfo
--- a/www/p5-Catalyst-Plugin-Authentication/distinfo    Mon Jun 15 22:26:54 2009 +0000
+++ b/www/p5-Catalyst-Plugin-Authentication/distinfo    Mon Jun 15 22:38:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/05/01 13:34:27 sno Exp $
+$NetBSD: distinfo,v 1.6 2009/06/15 22:38:45 sno Exp $
 
-SHA1 (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 214d87efd332020166e937d6105ab2c2ed801a0c
-RMD160 (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 2a2f132ea4bfdcfe7492b15f72a994731a034c3a
-Size (Catalyst-Plugin-Authentication-0.10011.tar.gz) = 58440 bytes
+SHA1 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 07ec256abb959f4fdeac06660fa2a0c9f7a60e2e
+RMD160 (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 2137106a5d86b7f6c78170f09f56c2a880aef8e1
+Size (Catalyst-Plugin-Authentication-0.10012.tar.gz) = 62738 bytes



Home | Main Index | Thread Index | Old Index