Received: by mail.netbsd.org (Postfix, from userid 605) id 2681B85018; Sun, 8 Jan 2023 00:32:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AD9A84F47 for ; Sun, 8 Jan 2023 00:32:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id zKLM7X9GhVH7 for ; Sun, 8 Jan 2023 00:32:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F25B984F29 for ; Sun, 8 Jan 2023 00:32:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB8DCFA90; Sun, 8 Jan 2023 00:32:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673137924259070" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 00:32:04 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Type-Tiny-XS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108003204.EB8DCFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673137924259070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1673137924259070 Content-Disposition: inline Content-Length: 1681 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1673137924259070--