diff --git a/security/p5-Catalyst-Plugin-Authentication/Makefile b/security/p5-Catalyst-Plugin-Authentication/Makefile index 7353cb05068..254dd89f273 100644 --- a/security/p5-Catalyst-Plugin-Authentication/Makefile +++ b/security/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2008/05/22 10:59:16 simon Exp $ +# $OpenBSD: Makefile,v 1.7 2008/09/13 15:27:51 simon Exp $ COMMENT= Catalyst authentication framework -DISTNAME= Catalyst-Plugin-Authentication-0.10006 +DISTNAME= Catalyst-Plugin-Authentication-0.10007 CATEGORIES= security MAINTAINER= Simon Bertrang @@ -21,7 +21,8 @@ RUN_DEPENDS= ::devel/p5-Class-Inspector \ BUILD_DEPENDS= ${RUN_DEPENDS} REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \ ::security/p5-Digest-SHA1 \ - ::www/p5-Catalyst-Plugin-Session-State-Cookie + ::www/p5-Catalyst-Plugin-Session-State-Cookie \ + ::devel/p5-Test-Exception MAKE_ENV= TEST_POD=Yes diff --git a/security/p5-Catalyst-Plugin-Authentication/distinfo b/security/p5-Catalyst-Plugin-Authentication/distinfo index 860694d8a65..b63346c9843 100644 --- a/security/p5-Catalyst-Plugin-Authentication/distinfo +++ b/security/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -MD5 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 28F2pVuit+8r/QmA8XcsUA== -RMD160 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = Q0QizLaE51tfmF5fU+m1aLgHJHE= -SHA1 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = lsKu8L8VTwxE+rTlOYo0Y28Xs+4= -SHA256 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = WtDQZUjU4SmB6EVmU2oQS+m6OKQ2HemAwOeje2hopYc= -SIZE (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 53117 +MD5 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = U4Ayu5936+ByFDNxGYwH7g== +RMD160 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = GHQ/lOTorrammRCYSsoD3YbNG+Y= +SHA1 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = jTRInhN550ZsjKM0gDssyIWLJ2M= +SHA256 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = E1I71EZO86qjWtcSdftmLv88u5pwLP2rMwrtrfWYIas= +SIZE (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 56405 diff --git a/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Authentication_Realm_pm b/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Authentication_Realm_pm deleted file mode 100644 index b3ffc496956..00000000000 --- a/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Authentication_Realm_pm +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-lib_Catalyst_Authentication_Realm_pm,v 1.1 2008/05/22 10:59:16 simon Exp $ ---- lib/Catalyst/Authentication/Realm.pm.orig Mon Mar 24 22:43:59 2008 -+++ lib/Catalyst/Authentication/Realm.pm Mon Mar 24 22:44:11 2008 -@@ -217,7 +217,7 @@ Performs the authentication process for the current re - realm class simply delegates this to the credential and sets - the authenticated user on success. Returns the authenticated user object; - --=head save_user_in_session($c, $user) -+=head2 save_user_in_session($c, $user) - - Used to save the user in a session. Saves $user in the current session, - marked as originating in the current realm. Calls $store->for_session() by diff --git a/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Plugin_Authentication_Internals_pod b/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Plugin_Authentication_Internals_pod deleted file mode 100644 index ab33afbf404..00000000000 --- a/security/p5-Catalyst-Plugin-Authentication/patches/patch-lib_Catalyst_Plugin_Authentication_Internals_pod +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-lib_Catalyst_Plugin_Authentication_Internals_pod,v 1.1 2008/05/22 10:59:16 simon Exp $ ---- lib/Catalyst/Plugin/Authentication/Internals.pod.orig Wed May 21 07:46:16 2008 -+++ lib/Catalyst/Plugin/Authentication/Internals.pod Wed May 21 07:46:27 2008 -@@ -45,6 +45,7 @@ B - B - for each realm: - - =over 4 -+ - 1) The Realm is instantiated using new() method - - 2) The Store is instantiated using new() method -@@ -438,4 +439,4 @@ it and/or modify it under the same terms as Perl itsel - - =cut - -- -\ No newline at end of file -+ diff --git a/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST b/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST index 2bf29b8ce8c..41d1e51fc6c 100644 --- a/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST +++ b/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST @@ -1,10 +1,9 @@ -@comment $OpenBSD: PLIST,v 1.2 2008/05/22 10:59:16 simon Exp $ +@comment $OpenBSD: PLIST,v 1.3 2008/09/13 15:27:51 simon Exp $ ${P5SITE}/Catalyst/Authentication/ ${P5SITE}/Catalyst/Authentication/Credential/ ${P5SITE}/Catalyst/Authentication/Credential/Password.pm ${P5SITE}/Catalyst/Authentication/Realm/ ${P5SITE}/Catalyst/Authentication/Realm.pm -@comment ${P5SITE}/Catalyst/Authentication/Realm.pm.orig ${P5SITE}/Catalyst/Authentication/Realm/Compatibility.pm ${P5SITE}/Catalyst/Authentication/Store/ ${P5SITE}/Catalyst/Authentication/Store.pod