Received: by mail.netbsd.org (Postfix, from userid 605) id 6A4C984DA7; Fri, 6 Dec 2019 13:38:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E55B784D48 for ; Fri, 6 Dec 2019 13:38:54 +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 APJ70VusM2GN for ; Fri, 6 Dec 2019 13:38:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 248D484DA7 for ; Fri, 6 Dec 2019 13:38:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EA9AFA97; Fri, 6 Dec 2019 13:38:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157563953482640" MIME-Version: 1.0 Date: Fri, 6 Dec 2019 13:38:54 +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: <20191206133854.1EA9AFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157563953482640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Fri Dec 6 13:38:54 UTC 2019 Modified Files: pkgsrc/devel/p5-Type-Tiny: Makefile distinfo Log Message: Update to 1.006000 Update DEPENDS Upstream changes: 1.006000 2019-11-12 [ Documentation ] - Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny pod. - Minor correction to POD header for Type::Params Jonas B Nielsen++ - Types::Standard documentation fix. Lucas Buchala++ [ Test Suite ] - Improve test coverage. [ Packaging ] - Bump minimum required version of Exporter::Tiny to 1.000000. - Type::Tiny::XS 0.016 is recommended. [ Other ] - Added: Type::Library now supports `of` and `where` options when importing type constraints. - Added: Type::Params multisig function now supports custom error messages. Benct Philip Jonsson++ - Added: Type::Params named_to_list feature. - Added: Type::Params signatures with slurpy hashrefs now allow true hashrefs to be passed to them. - Added: Type::Tiny::Enum now has a `unique_values` method. - Added: Types::Standard ArrayRef parameterized type can now take a second parameter, the minimum array length. - Better implementation of is_subtype_of/is_supertype_of and related functions. - Don't use Int from Type::Tiny::XS unless version 0.016 is available. - Eliminate memory cycles created by coderef overloading in Type::Tiny and Type::Coercion. Fixes RT#130823. Ivanov Anton++ - Eval::TypeTiny's API is now considered to be stable. - Fix Types::Standard's LazyLoad implementation. - The `values` attribute of Type::Tiny::Enum now preserves order. Fixes RT#129650. Daniel Schröer++ - Tidy up Type::Tiny namespace a little by fully-referencing some functions instead of importing them. - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading overload.pm and overloading.pm. - Types::TypeTiny::TypeTiny->has_coercion is now true. 1.005_004 2019-11-11 [ Documentation ] - Types::Standard documentation fix. Lucas Buchala++ [ Other ] - Added: Type::Tiny::Enum now has a `unique_values` method. - Don't use Int from Type::Tiny::XS unless version 0.016 is available. - Eliminate memory cycles created by coderef overloading in Type::Tiny and Type::Coercion. Fixes RT#130823. Ivanov Anton++ - The `values` attribute of Type::Tiny::Enum now preserves order. Fixes RT#129650. Daniel Schröer++ 1.005_003 2019-02-26 [ Test Suite ] - Improve test coverage. [ Other ] - Fix Types::Standard's LazyLoad implementation. 1.005_002 2019-01-29 - Added: Type::Params named_to_list feature. 1.005_001 2019-01-23 - Added: Type::Library now supports `of` and `where` options when importing type constraints. 1.005_000 2019-01-20 [ Bug Fixes ] - Fix spelling in error message for Types::Common::String LowerCaseSimpleStr. Robert Rothenberg++ [ Documentation ] - Fix Type::Params documentation error. Nelo Onyiah++ - Fix Types::Standard documentation error: incorrect third-party module name. Nelo Onyiah++ - Minor correction to POD header for Type::Params Jonas B Nielsen++ [ Packaging ] - Bump minimum required version of Exporter::Tiny to 1.000000. [ Other ] - Added: Type::Params multisig function now supports custom error messages. Benct Philip Jonsson++ - Added: Types::Standard ArrayRef parameterized type can now take a second parameter, the minimum array length. - Better implementation of is_subtype_of/is_supertype_of and related functions. - Eval::TypeTiny's API is now considered to be stable. - Tidy up Type::Tiny namespace a little by fully-referencing some functions instead of importing them. - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading overload.pm and overloading.pm. - Type::Params signatures with slurpy hashrefs now allow true hashrefs to be passed to them. - Types::TypeTiny::TypeTiny->has_coercion is now true. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny/Makefile cvs rdiff -u -r1.10 -r1.11 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. --_----------=_157563953482640 Content-Disposition: inline Content-Length: 2103 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.15 pkgsrc/devel/p5-Type-Tiny/Makefile:1.16 --- pkgsrc/devel/p5-Type-Tiny/Makefile:1.15 Sun Aug 11 13:20:42 2019 +++ pkgsrc/devel/p5-Type-Tiny/Makefile Fri Dec 6 13:38:53 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/08/11 13:20:42 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/12/06 13:38:53 wen Exp $ -DISTNAME= Type-Tiny-1.004004 +DISTNAME= Type-Tiny-1.006000 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} @@ -11,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/T COMMENT= Tiny, yet Moo(se)-compatible type constraint LICENSE= gnu-gpl-v1 OR artistic -DEPENDS+= p5-Exporter-Tiny>=0.040:../../devel/p5-Exporter-Tiny +DEPENDS+= p5-Exporter-Tiny>=1.000000:../../devel/p5-Exporter-Tiny USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Type/Tiny/.packlist Index: pkgsrc/devel/p5-Type-Tiny/distinfo diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.10 pkgsrc/devel/p5-Type-Tiny/distinfo:1.11 --- pkgsrc/devel/p5-Type-Tiny/distinfo:1.10 Wed Jan 16 00:41:27 2019 +++ pkgsrc/devel/p5-Type-Tiny/distinfo Fri Dec 6 13:38:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/01/16 00:41:27 wen Exp $ +$NetBSD: distinfo,v 1.11 2019/12/06 13:38:53 wen Exp $ -SHA1 (Type-Tiny-1.004004.tar.gz) = 6e92f800e94d04cf1a04a8e835d0adf4c6a8ecef -RMD160 (Type-Tiny-1.004004.tar.gz) = 3882d45feb59d5f4e96fbc096f83b62952e1c53d -SHA512 (Type-Tiny-1.004004.tar.gz) = a1e09c5a3369e0a9ea8e172d86e68e818a720c5c4d633103a442fe389f7a8a7b4a03b2487ffd09f184caf4eca94ef471cc9293b04557b8d4dd260649b4121673 -Size (Type-Tiny-1.004004.tar.gz) = 286155 bytes +SHA1 (Type-Tiny-1.006000.tar.gz) = ea5ae49092dc9c4c0de4c5fc584cc97e1cc5c497 +RMD160 (Type-Tiny-1.006000.tar.gz) = 80979a9bbc54df5a7903ba369a6fede338a1cde3 +SHA512 (Type-Tiny-1.006000.tar.gz) = 77502a89baf6d4999e4bbb84fff21f46d03f65602bf472e8c5d37db6601106d2395645b76f997b796ffc6fadbbb3b119bed09060cc1bb9dafaf6ed9342392905 +Size (Type-Tiny-1.006000.tar.gz) = 311412 bytes --_----------=_157563953482640--