pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Type-Tiny-XS



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jan  8 00:32:04 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Type-Tiny-XS: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny-XS/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Type-Tiny-XS/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-Type-Tiny-XS/Makefile
diff -u pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.15 pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.16
--- pkgsrc/devel/p5-Type-Tiny-XS/Makefile:1.15  Tue Jun 28 11:33:35 2022
+++ pkgsrc/devel/p5-Type-Tiny-XS/Makefile       Sun Jan  8 00:32:04 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/06/28 11:33:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/01/08 00:32:04 wen Exp $
 
-DISTNAME=              Type-Tiny-XS-0.022
+DISTNAME=              Type-Tiny-XS-0.025
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 

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



Home | Main Index | Thread Index | Old Index