pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Plugin-Authentication



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov 24 08:31:11 UTC 2024

Modified Files:
        pkgsrc/www/p5-Catalyst-Plugin-Authentication: Makefile distinfo

Log Message:
Update to 0.10024

Upstream changes:
0.10024 - 2024-10-16
    - update to prefer modern Catalyst APIs
    - silence expected warnings in tests
    - move repository to GitHub
    - convert tests from Test::WWW::Mechanize::Catalyst to Catalyst::Test
    - don't load unneeded Tie::RefHash
    - switch from Digest::SHA1 to Digest::SHA
    - switch from Test::Exception to Test::Fatal
    - drop unused dependency Class::Inspector
    - Don't load password when password_type is 'none',
      for example when used for authorization


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 \
    pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile
cvs rdiff -u -r1.15 -r1.16 \
    pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo

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

Modified files:

Index: pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.36 pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.37
--- pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.36  Sat Nov 16 12:07:33 2024
+++ pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile       Sun Nov 24 08:31:11 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2024/11/16 12:07:33 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/11/24 08:31:11 wen Exp $
 
-DISTNAME=      Catalyst-Plugin-Authentication-0.10023
+DISTNAME=      Catalyst-Plugin-Authentication-0.10024
 PKGNAME=       p5-${DISTNAME}0
-PKGREVISION=   11
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
 
@@ -13,17 +12,13 @@ LICENSE=    ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session
 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
 
 TOOL_DEPENDS+=         p5-Catalyst-Plugin-Session-State-Cookie-[0-9]*:../../www/p5-Catalyst-Plugin-Session-State-Cookie
-TOOL_DEPENDS+=         p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 TOOL_DEPENDS+=         p5-Moose>=2:../../devel/p5-Moose
-TOOL_DEPENDS+=         p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-#TOOL_DEPENDS+=        {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
+TOOL_DEPENDS+=         p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 TOOL_DEPENDS+=         p5-Test-WWW-Mechanize-Catalyst>=0.50:../../www/p5-Test-WWW-Mechanize-Catalyst
 
-#PERL5_MODULE_TYPE=    Module::Install::Bundled
 MAKE_PARAMS+=          --skipdeps
 PERL5_PACKLIST=                auto/Catalyst/Plugin/Authentication/.packlist
 

Index: pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo
diff -u pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.15 pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.16
--- pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.15  Tue Oct 26 11:29:51 2021
+++ pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo       Sun Nov 24 08:31:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:29:51 nia Exp $
+$NetBSD: distinfo,v 1.16 2024/11/24 08:31:11 wen Exp $
 
-BLAKE2s (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 8170ef453692a02cf55841f65a7fde89fdec01a4a2ee1ef747d9bde096da7938
-SHA512 (Catalyst-Plugin-Authentication-0.10023.tar.gz) = b0882ea35409226e1592b5f5473bdf8fdf44a1ee228837d1eaba082a94f129315533271c9077f8895af19a695c279e3f5aa649c6100b2fa17a0a0b04884c279f
-Size (Catalyst-Plugin-Authentication-0.10023.tar.gz) = 80041 bytes
+BLAKE2s (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 6b3c461bcda191fdba88959ef7577ec543f57d48932fe35ce66e240caa3d72ee
+SHA512 (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 882f3e2c1b6e6f3a896915dcd82ab67fad5816f1869ded03cfa63516ffb18e2bd1ca07f0a851c7c2270ce5bf2874c2aec6376b0a64ffe44c71fe08d762954e03
+Size (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 63038 bytes



Home | Main Index | Thread Index | Old Index