pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Oct 22 09:43:52 UTC 2023

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

Log Message:
Update to 0.43

Upstream changes:
0.43 - 2022-06-03
      - fix tests when Catalyst::Plugin::Authentication is unavailable

0.42 - 2022-05-31
      - revised packaging
      - correctly specify test prerequisites as test prerequisites
      - drop unused Test::Exception prereq
      - drop Tie::RefHash prereq that was not used directly
      - only run pod tests for authors
      - ensure all optional tests are run by authors
      - drop use of Test::WWW::Mechanize::PSGI and Test::WWW::Mechanize::Catalyst
        in favor of a simpler user agent


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/p5-Catalyst-Plugin-Session/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-Session/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.40 pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.41
--- pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile:1.40 Thu Jul  6 09:42:29 2023
+++ pkgsrc/www/p5-Catalyst-Plugin-Session/Makefile      Sun Oct 22 09:43:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2023/07/06 09:42:29 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2023/10/22 09:43:52 wen Exp $
 
-DISTNAME=      Catalyst-Plugin-Session-0.41
+DISTNAME=      Catalyst-Plugin-Session-0.43
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
 
@@ -19,24 +18,12 @@ DEPENDS+=   p5-Moose>=0.76:../../devel/p5-
 DEPENDS+=      p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:../../devel/p5-MooseX-Emulate-Class-Accessor-Fast
 DEPENDS+=      p5-Object-Signature>=0:../../devel/p5-Object-Signature
 #DEPENDS+=     {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools
-#DEPENDS+=     {perl>=5.9.4,p5-Tie-RefHash>=1.34}:../../devel/p5-Tie-RefHash
 DEPENDS+=      p5-namespace-clean>=0.10:../../devel/p5-namespace-clean
 
 TOOL_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
-TOOL_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
-# p5-Test-WWW-Mechanize-Catalyst has TOOL_DEPENDS on p5-Catalyst-Plugin-Session
-# TOOL_DEPENDS+=       p5-Test-WWW-Mechanize-Catalyst>=0:../../www/p5-Test-WWW-Mechanize-Catalyst
 # p5-Catalyst-Plugin-Authentication has TOOL_DEPENDS on p5-Catalyst-Plugin-Session too
 # TOOL_DEPENDS+=       p5-Catalyst-Plugin-Authentication>=0:../../www/p5-Catalyst-Plugin-Authentication
 
-SUBST_CLASSES+=                perl
-SUBST_MESSAGE.perl=    Fixing the path of perl.
-SUBST_STAGE.perl=      pre-configure
-SUBST_FILES.perl=      lib/Catalyst/Plugin/Session.pm lib/Catalyst/Plugin/Session/State.pm \
-                       lib/Catalyst/Plugin/Session/Store.pm lib/Catalyst/Plugin/Session/Store/Dummy.pm \
-                       lib/Catalyst/Plugin/Session/Test/Store.pm
-SUBST_SED.perl=                -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g"
-
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Catalyst/Plugin/Session/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled

Index: pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo
diff -u pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo:1.18 pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo:1.19
--- pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo:1.18 Tue Oct 26 11:29:52 2021
+++ pkgsrc/www/p5-Catalyst-Plugin-Session/distinfo      Sun Oct 22 09:43:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 11:29:52 nia Exp $
+$NetBSD: distinfo,v 1.19 2023/10/22 09:43:52 wen Exp $
 
-BLAKE2s (Catalyst-Plugin-Session-0.41.tar.gz) = 273fbdb8b866696a57165e007afe6b0a3e165c54291e35fb5b5ccbe1cfe8044e
-SHA512 (Catalyst-Plugin-Session-0.41.tar.gz) = 684b3489d7259eb50b626cb29e83dca59abeaea8f7a338f09fe96c01bd927db6949ebb432b200c116a02a8501907f882ca2c163e920827f1fc755800f20187e3
-Size (Catalyst-Plugin-Session-0.41.tar.gz) = 49922 bytes
+BLAKE2s (Catalyst-Plugin-Session-0.43.tar.gz) = 98088f2d579939531c7e43b5ce49113c21f06e16f55233a3abcde4bdcb71a4bc
+SHA512 (Catalyst-Plugin-Session-0.43.tar.gz) = 5e41cab3c37d8dee7aceb386f0b9e8d0f01771d1d4d26403acdf2a4ea5966af81406afbf1032b62178613e6186228d8f8f3b7accd03d9b9db709d6727ac76be1
+Size (Catalyst-Plugin-Session-0.43.tar.gz) = 40549 bytes



Home | Main Index | Thread Index | Old Index