Wed Oct 5 13:19:44 2022 UTC ()
Update to 0.48

Upstream changes:
Changes for version 0.48 - 2022-06-11
Importing types into a class which inherited from another class that had imported types wouldn't work, leaving the child class with no `t()` sub. Patch by Kerin Millar.


(wen)
diff -r1.28 -r1.29 pkgsrc/devel/p5-Specio/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/p5-Specio/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/devel/p5-Specio/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Specio/Makefile 2022/06/28 11:33:14 1.28
+++ pkgsrc/devel/p5-Specio/Makefile 2022/10/05 13:19:44 1.29
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2022/06/28 11:33:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2022/10/05 13:19:44 wen Exp $
2 2
3DISTNAME= Specio-0.47 3DISTNAME= Specio-0.48
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Specio 9HOMEPAGE= https://metacpan.org/release/Specio
11COMMENT= Type constraints and coercions for Perl 10COMMENT= Type constraints and coercions for Perl
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure 13DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
15DEPENDS+= p5-Role-Tiny>=1.003003:../../devel/p5-Role-Tiny 14DEPENDS+= p5-Role-Tiny>=1.003003:../../devel/p5-Role-Tiny
16DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat 15DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
17DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace 16DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace
18DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 17DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime

cvs diff -r1.21 -r1.22 pkgsrc/devel/p5-Specio/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Specio/distinfo 2021/10/26 10:17:29 1.21
+++ pkgsrc/devel/p5-Specio/distinfo 2022/10/05 13:19:44 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2021/10/26 10:17:29 nia Exp $ 1$NetBSD: distinfo,v 1.22 2022/10/05 13:19:44 wen Exp $
2 2
3BLAKE2s (Specio-0.47.tar.gz) = 775e87277d674f6299f83d2d16e4e94989c7a45883ef9bdac3c564d00e4ef5a4 3BLAKE2s (Specio-0.48.tar.gz) = 22a6a03c46877007cc27e6d44e26bddaac3629026e17149796a3232870ec6c28
4SHA512 (Specio-0.47.tar.gz) = 68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44 4SHA512 (Specio-0.48.tar.gz) = 76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a
5Size (Specio-0.47.tar.gz) = 108288 bytes 5Size (Specio-0.48.tar.gz) = 108298 bytes