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
This commit is contained in:
wen 2023-10-22 09:43:52 +00:00
parent e10c2d633d
commit 1cf3a97cca
2 changed files with 6 additions and 19 deletions

View File

@ -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-Moose
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

View File

@ -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