Thu Jan 26 23:47:57 2023 UTC ()
Update to 2.2203
Update DEPENDS
Comment out CONFLICTS, since there is no p5-Class-MOP in pkgsrc

Upstream changes:
2.2203   2023-01-22

  [TESTS]

  - increased the required version of Test::Needs (#182, Graham Knop)

2.2202   2023-01-14

  [TESTS]

  - switched from Test::Requires to Test::Needs. (#181, Graham Knop)


(wen)
diff -r1.125 -r1.126 pkgsrc/devel/p5-Moose/Makefile
diff -r1.97 -r1.98 pkgsrc/devel/p5-Moose/distinfo

cvs diff -r1.125 -r1.126 pkgsrc/devel/p5-Moose/Makefile (switch to unified diff)

--- pkgsrc/devel/p5-Moose/Makefile 2022/07/30 06:49:04 1.125
+++ pkgsrc/devel/p5-Moose/Makefile 2023/01/26 23:47:57 1.126
@@ -1,85 +1,84 @@ @@ -1,85 +1,84 @@
1# $NetBSD: Makefile,v 1.125 2022/07/30 06:49:04 rillig Exp $ 1# $NetBSD: Makefile,v 1.126 2023/01/26 23:47:57 wen Exp $
2 2
3DISTNAME= Moose-2.2201 3DISTNAME= Moose-2.2203
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://moose.perl.org/ 9#HOMEPAGE= http://moose.perl.org/
11COMMENT= Postmodern object system for Perl 5 10COMMENT= Postmodern object system for Perl 5
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load 13DEPENDS+= p5-Class-Load>=0.09:../../devel/p5-Class-Load
15DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS 14DEPENDS+= p5-Class-Load-XS>=0.01:../../devel/p5-Class-Load-XS
16DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList 15DEPENDS+= p5-Data-OptList>=0.107:../../devel/p5-Data-OptList
17DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 16DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
18DEPENDS+= p5-Devel-OverloadInfo>=0.005:../../devel/p5-Devel-OverloadInfo 17DEPENDS+= p5-Devel-OverloadInfo>=0.005:../../devel/p5-Devel-OverloadInfo
19DEPENDS+= p5-Devel-StackTrace>=2.03:../../devel/p5-Devel-StackTrace 18DEPENDS+= p5-Devel-StackTrace>=2.03:../../devel/p5-Devel-StackTrace
20DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts 19DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
21DEPENDS+= p5-Eval-Closure>=0.04:../../devel/p5-Eval-Closure #XXX 20DEPENDS+= p5-Eval-Closure>=0.04:../../devel/p5-Eval-Closure #XXX
22DEPENDS+= p5-Module-Runtime>=0.014:../../devel/p5-Module-Runtime 21DEPENDS+= p5-Module-Runtime>=0.014:../../devel/p5-Module-Runtime
23DEPENDS+= p5-Module-Runtime-Conflicts>=0.002:../../devel/p5-Module-Runtime-Conflicts 22DEPENDS+= p5-Module-Runtime-Conflicts>=0.002:../../devel/p5-Module-Runtime-Conflicts
24DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat 23DEPENDS+= p5-MRO-Compat>=0.05:../../devel/p5-MRO-Compat
25DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager 24DEPENDS+= p5-Package-DeprecationManager-[0-9]*:../../devel/p5-Package-DeprecationManager
26DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash 25DEPENDS+= p5-Package-Stash>=0.32:../../devel/p5-Package-Stash
27DEPENDS+= p5-Package-Stash-XS>=0.24:../../devel/p5-Package-Stash-XS 26DEPENDS+= p5-Package-Stash-XS>=0.24:../../devel/p5-Package-Stash-XS
28DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util 27DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
29DEPENDS+= p5-Sub-Exporter>=0.980:../../devel/p5-Sub-Exporter 28DEPENDS+= p5-Sub-Exporter>=0.980:../../devel/p5-Sub-Exporter
30DEPENDS+= p5-Sub-Identify>=0:../../devel/p5-Sub-Identify 29DEPENDS+= p5-Sub-Identify>=0:../../devel/p5-Sub-Identify
31DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 30DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
32DEPENDS+= p5-Try-Tiny>=0.17:../../devel/p5-Try-Tiny 31DEPENDS+= p5-Try-Tiny>=0.17:../../devel/p5-Try-Tiny
33DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean 32DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
34DEPENDS+= p5-Scalar-List-Utils>=1.56:../../devel/p5-Scalar-List-Utils 33DEPENDS+= p5-Scalar-List-Utils>=1.56:../../devel/p5-Scalar-List-Utils
35# Note: Moose can take advantage of PartialDump, but as PartialDump depends 34# Note: Moose can take advantage of PartialDump, but as PartialDump depends
36# on Moose, we cannot add it to DEPENDS 35# on Moose, we cannot add it to DEPENDS
37 36
38BUILD_DEPENDS+= p5-Test-Fatal>=0.05:../../devel/p5-Test-Fatal 37BUILD_DEPENDS+= p5-Test-Fatal>=0.05:../../devel/p5-Test-Fatal
39BUILD_DEPENDS+= p5-Test-Requires>=0.05:../../devel/p5-Test-Requires 38BUILD_DEPENDS+= p5-Test-Needs>=0.002010:../../devel/p5-Test-Needs
40 39
41CONFLICTS+= p5-Class-MOP-[0-9]* 40#CONFLICTS+= p5-Class-MOP-[0-9]*
42 41
43BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep 42BUILD_DEPENDS+= p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep
44BUILD_DEPENDS+= p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan 43BUILD_DEPENDS+= p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan
45BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL 44BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL
46BUILD_DEPENDS+= p5-Declare-Constraints-Simple-[0-9]*:../../devel/p5-Declare-Constraints-Simple 45BUILD_DEPENDS+= p5-Declare-Constraints-Simple-[0-9]*:../../devel/p5-Declare-Constraints-Simple
47BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String 46BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
48BUILD_DEPENDS+= p5-Locale-US-[0-9]*:../../misc/p5-Locale-US 47BUILD_DEPENDS+= p5-Locale-US-[0-9]*:../../misc/p5-Locale-US
49BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh 48BUILD_DEPENDS+= p5-Module-Refresh-[0-9]*:../../devel/p5-Module-Refresh
50BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce 49BUILD_DEPENDS+= p5-Params-Coerce-[0-9]*:../../devel/p5-Params-Coerce
51BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common 50BUILD_DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
52BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep 51BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
53BUILD_DEPENDS+= p5-Test-Warnings>=0.016:../../devel/p5-Test-Warnings 52BUILD_DEPENDS+= p5-Test-Warnings>=0.016:../../devel/p5-Test-Warnings
54 53
55# other documented develop dependencies 54# other documented develop dependencies
56BUILD_DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3 55BUILD_DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3
57BUILD_DEPENDS+= p5-Test-CleanNamespaces>=0.13:../../devel/p5-Test-CleanNamespaces 56BUILD_DEPENDS+= p5-Test-CleanNamespaces>=0.13:../../devel/p5-Test-CleanNamespaces
58# devel/p5-Data-Visitor depends on devel/p5-Moose 57# devel/p5-Data-Visitor depends on devel/p5-Moose
59# BUILD_DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor 58# BUILD_DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
60BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message 59BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
61BUILD_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker 60BUILD_DEPENDS+= p5-PadWalker-[0-9]*:../../devel/p5-PadWalker
62BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER 61BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
63# missing Test::DependentModules>=0.13 62# missing Test::DependentModules>=0.13
64BUILD_DEPENDS+= p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline 63BUILD_DEPENDS+= p5-Test-Inline-[0-9]*:../../devel/p5-Test-Inline
65BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace 64BUILD_DEPENDS+= p5-Test-LeakTrace-[0-9]*:../../devel/p5-Test-LeakTrace
66BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle 65BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
67BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output 66BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
68BUILD_DEPENDS+= p5-Test-CheckDeps>=0.006:../../devel/p5-Test-CheckDeps 67BUILD_DEPENDS+= p5-Test-CheckDeps>=0.006:../../devel/p5-Test-CheckDeps
69BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check 68BUILD_DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
70# missing Test::Spelling 69# missing Test::Spelling
71BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 70BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
72#BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage # xt/author/pod_coverage.t 71#BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage # xt/author/pod_coverage.t
73#BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod # xt/author/pod.t 72#BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod # xt/author/pod.t
74#BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 73#BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
75#BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 74#BUILD_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
76# circular test dependency: p5-MetaCPAN-Client => p5-Type-Tiny => p5-Moose 75# circular test dependency: p5-MetaCPAN-Client => p5-Type-Tiny => p5-Moose
77# => p5-Test-DependentModules => p5-MetaCPAN-Client 76# => p5-Test-DependentModules => p5-MetaCPAN-Client
78#BUILD_DEPENDS+= p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules 77#BUILD_DEPENDS+= p5-Test-DependentModules-[0-9]*:../../devel/p5-Test-DependentModules
79 78
80PERL5_PACKLIST= auto/Moose/.packlist 79PERL5_PACKLIST= auto/Moose/.packlist
81 80
82PERL5_MODULE_TYPE= Module::Install::Bundled 81PERL5_MODULE_TYPE= Module::Install::Bundled
83 82
84.include "../../lang/perl5/module.mk" 83.include "../../lang/perl5/module.mk"
85.include "../../mk/bsd.pkg.mk" 84.include "../../mk/bsd.pkg.mk"

cvs diff -r1.97 -r1.98 pkgsrc/devel/p5-Moose/distinfo (switch to unified diff)

--- pkgsrc/devel/p5-Moose/distinfo 2022/01/18 09:46:02 1.97
+++ pkgsrc/devel/p5-Moose/distinfo 2023/01/26 23:47:57 1.98
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.97 2022/01/18 09:46:02 wen Exp $ 1$NetBSD: distinfo,v 1.98 2023/01/26 23:47:57 wen Exp $
2 2
3BLAKE2s (Moose-2.2201.tar.gz) = 432fe8ee55e262807a9274477dd96154ee314d483b013d98cf56647bb7cd88a2 3BLAKE2s (Moose-2.2203.tar.gz) = 59a7b8cbf6e4dc52bcbec32b1c485fcef5fd426b784a123fe7ad3bfd647b28eb
4SHA512 (Moose-2.2201.tar.gz) = 71a22aab5b5de7de1e1a2df30e7526eb2913245733de9196328a6eaa9ada1699e74b58d5d3f9edbea6ddc35baf7febf0ebcce5f1210fc8777d6091acbac14260 4SHA512 (Moose-2.2203.tar.gz) = c91284cfaa29c6252de25cad5e54d5565d468bc11eab9f02c8469c523441467fc3ad5f68a32847b347652b04bfaaaaffb6d078279c5175d93855552e10cc805a
5Size (Moose-2.2201.tar.gz) = 902701 bytes 5Size (Moose-2.2203.tar.gz) = 905536 bytes