Sun Jan 8 00:32:04 2023 UTC ()
Update to 0.025

Upstream changes:
0.025   2022-10-19
 [ Bug Fixes ]
 - Fix issues building on Debian.
 - The `amagic_deref_call` macro is not available in older Perl, so use
   `amagic_call` instead.

0.024   2022-10-19
 [ Bug Fixes ]
 - Fix the files in ./fallback
 - Properly handle deep magic (in particular: overloaded objects returning
   references to tied arrays/hashes) in parameterized versions of ArrayLike
   and HashLike.
 [ Other ]
 - Updated: Update bundled ppport.h

0.023   2022-10-18
 [ Test Suite ]
 - Improved tests for ScalarRef.
 [ Other ]
 - Added: Parameterized versions of ArrayLike and HashLike.


(wen)
diff -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny-XS/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-Type-Tiny-XS/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny-XS/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny-XS/Makefile 2022/06/28 11:33:35 1.15
+++ pkgsrc/devel/p5-Type-Tiny-XS/Makefile 2023/01/08 00:32:04 1.16
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2022/06/28 11:33:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2023/01/08 00:32:04 wen Exp $
2 2
3DISTNAME= Type-Tiny-XS-0.022 3DISTNAME= Type-Tiny-XS-0.025
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Type-Tiny-XS 9HOMEPAGE= https://metacpan.org/release/Type-Tiny-XS
11COMMENT= XS boost for some of Type::Tiny's type constraints 10COMMENT= XS boost for some of Type::Tiny's type constraints
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14TEST_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny 13TEST_DEPENDS+= p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
15 14
16PERL5_PACKLIST= auto/Type/Tiny/XS/.packlist 15PERL5_PACKLIST= auto/Type/Tiny/XS/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Type-Tiny-XS/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny-XS/distinfo 2021/10/26 10:17:52 1.9
+++ pkgsrc/devel/p5-Type-Tiny-XS/distinfo 2023/01/08 00:32:04 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 10:17:52 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/01/08 00:32:04 wen Exp $
2 2
3BLAKE2s (Type-Tiny-XS-0.022.tar.gz) = 10048543541be01101d9b7cbf0c529c3556b32ea84ce221dd055a9c4bf0c187d 3BLAKE2s (Type-Tiny-XS-0.025.tar.gz) = b32f27476d42d9a88167d9890dcb0b6a4111ce684430e3940d25c9aff1bd6628
4SHA512 (Type-Tiny-XS-0.022.tar.gz) = 6774980289ceaa7aa8517681cb2d4638a0020b4eb584d6e281d22edcfff829131f2472a4982c1d044e8aa96baf71381bed78d02a096507c7bba3ca137e63dbbc 4SHA512 (Type-Tiny-XS-0.025.tar.gz) = c990733efd4f057730ded8b7b2530251254ccaf1fb4398ff31ba12fe41c61cb24e817be20adc29002ab6281f703ba20c00f563b6e43e4983bc02d3aa7d0ceeee
5Size (Type-Tiny-XS-0.022.tar.gz) = 81002 bytes 5Size (Type-Tiny-XS-0.025.tar.gz) = 153300 bytes