Received: by mail.netbsd.org (Postfix, from userid 605) id 4284384EAA; Sun, 4 Jul 2021 08:18:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8E4584EBD for ; Sun, 4 Jul 2021 08:18:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mA3fd4nPCljs for ; Sun, 4 Jul 2021 08:18:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5689884EB8 for ; Sun, 4 Jul 2021 08:18:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F985FA7D; Sun, 4 Jul 2021 08:18:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162538670378010" MIME-Version: 1.0 Date: Sun, 4 Jul 2021 08:18:23 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Type-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210704081823.4F985FA7D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162538670378010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 4 08:18:23 UTC 2021 Modified Files: pkgsrc/devel/p5-Type-Tiny: Makefile distinfo Log Message: Update to 1.012003 Upstream changes: 1.012003 2021-05-09 [ Documentation ] - Fixed typo in Type::Tiny::Enum where the `closest_match` method was documented as being called `closet_match`. [ Other ] - Type::Parser now supports negative hexadecimal integers. 1.012002 2021-05-02 [ Bug Fixes ] - Fix precendence error in generated code for Tuples. Philippe Bruhat++ [ Documentation ] - Fixed typo in pod for Type::Tiny::Enum Windymelt++ [ Test Suite ] - Fix testcase for Tuples with slurpy HashRef to pass a literal hashref (which should fail) instead of an arrayref (which should also fail, but less subtly). Philippe Bruhat++ - Type::Tiny is no longer routinely tested on Perl versions older than 5.8.1. [ Other ] - Type::Parser now supports hexadecimal integers. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Type-Tiny/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162538670378010 Content-Disposition: inline Content-Length: 1753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Type-Tiny/Makefile diff -u pkgsrc/devel/p5-Type-Tiny/Makefile:1.22 pkgsrc/devel/p5-Type-Tiny/Makefile:1.23 --- pkgsrc/devel/p5-Type-Tiny/Makefile:1.22 Mon May 24 19:51:54 2021 +++ pkgsrc/devel/p5-Type-Tiny/Makefile Sun Jul 4 08:18:23 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2021/05/24 19:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2021/07/04 08:18:23 wen Exp $ -DISTNAME= Type-Tiny-1.012001 +DISTNAME= Type-Tiny-1.012003 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/distinfo diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.15 pkgsrc/devel/p5-Type-Tiny/distinfo:1.16 --- pkgsrc/devel/p5-Type-Tiny/distinfo:1.15 Mon Apr 26 15:17:23 2021 +++ pkgsrc/devel/p5-Type-Tiny/distinfo Sun Jul 4 08:18:23 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2021/04/26 15:17:23 wiz Exp $ +$NetBSD: distinfo,v 1.16 2021/07/04 08:18:23 wen Exp $ -SHA1 (Type-Tiny-1.012001.tar.gz) = 4dc82eac40859433e85f268f51e10ca4c902959a -RMD160 (Type-Tiny-1.012001.tar.gz) = 65b420d097e24d3804937ed8e8136f06100ad7cc -SHA512 (Type-Tiny-1.012001.tar.gz) = 1d8df1316186f943a9a10623425d8dc7e3d882dfba08c4858fd9f1a5ca8870a37ee29f0b01b458d2ea57a2f1af45ee2762f890317abb56ad6034d295fde2d2f5 -Size (Type-Tiny-1.012001.tar.gz) = 463217 bytes +SHA1 (Type-Tiny-1.012003.tar.gz) = ac8ea645198f3a32d16ddae3081ae309ad238cbf +RMD160 (Type-Tiny-1.012003.tar.gz) = 835c59c70b7904e3ca8844fb5dd108223f004d81 +SHA512 (Type-Tiny-1.012003.tar.gz) = d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42 +Size (Type-Tiny-1.012003.tar.gz) = 464004 bytes --_----------=_162538670378010--