pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Moose



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Jan 26 23:47:57 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Moose: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/devel/p5-Moose/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/p5-Moose/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-Moose/Makefile
diff -u pkgsrc/devel/p5-Moose/Makefile:1.125 pkgsrc/devel/p5-Moose/Makefile:1.126
--- pkgsrc/devel/p5-Moose/Makefile:1.125        Sat Jul 30 06:49:04 2022
+++ pkgsrc/devel/p5-Moose/Makefile      Thu Jan 26 23:47:57 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.125 2022/07/30 06:49:04 rillig Exp $
+# $NetBSD: Makefile,v 1.126 2023/01/26 23:47:57 wen Exp $
 
-DISTNAME=      Moose-2.2201
+DISTNAME=      Moose-2.2203
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -36,9 +35,9 @@ DEPENDS+=     p5-Scalar-List-Utils>=1.56:../
 # on Moose, we cannot add it to DEPENDS
 
 BUILD_DEPENDS+=        p5-Test-Fatal>=0.05:../../devel/p5-Test-Fatal
-BUILD_DEPENDS+=        p5-Test-Requires>=0.05:../../devel/p5-Test-Requires
+BUILD_DEPENDS+=        p5-Test-Needs>=0.002010:../../devel/p5-Test-Needs
 
-CONFLICTS+=    p5-Class-MOP-[0-9]*
+#CONFLICTS+=   p5-Class-MOP-[0-9]*
 
 BUILD_DEPENDS+=        p5-DBM-Deep-[0-9]*:../../databases/p5-DBM-Deep
 BUILD_DEPENDS+=        p5-DateTime-Calendar-Mayan-[0-9]*:../../time/p5-DateTime-Calendar-Mayan

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



Home | Main Index | Thread Index | Old Index