From d3baf440ddba422cdcd0e8c8583558336a179f14 Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 3 Dec 2014 07:33:25 +0000 Subject: [PATCH] Update to 20141021 Update DEPENDS Upstream changes: 20141021 Tue Oct 21 02:11:29 PDT 2014 Promoted to full release 20140920.1910_001 Sat Sep 20 19:10:06 PDT 2014 New Features * Can now specify an alternate name for invocant (besides `$self`) [github #82] (thanks Hercynium) Bug Fixes * Correct parse error on multi-line default values [github #106] * Using a required param after an optional one now a compile error [github #108] 20140806.0226_001 Wed Aug 6 02:26:36 PDT 2014 Bug Fixes * Correct parse error when invocant is preceded by a space * Fix bug where undef which should trigger default fails typecheck [github #102] Distribution Fixes * Remove dependency on experimental (breaks 5.8 compat) [github #97] Misc * Refactor signature parsing into its own class [github #96] 20140224 Mon Feb 24 14:25:43 PST 2014 Promoted to full release 20140220.0106_001 Thu Feb 20 01:14:54 PST 2014 Distribution Fixes * Remove dependency on Devel::Pragma [github #91], and fixes [github #41] Docs * Document which features require Data::Alias and Const::Fast [github #90] --- devel/p5-Method-Signatures/Makefile | 7 +++---- devel/p5-Method-Signatures/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/p5-Method-Signatures/Makefile b/devel/p5-Method-Signatures/Makefile index c94d8c7571681..e3fa3f62f106e 100644 --- a/devel/p5-Method-Signatures/Makefile +++ b/devel/p5-Method-Signatures/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2014/05/31 02:22:26 obache Exp $ +# $NetBSD: Makefile,v 1.9 2014/12/03 07:33:25 wen Exp $ -DISTNAME= Method-Signatures-20131010 +DISTNAME= Method-Signatures-20141021 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BA/BAREFOOT/} #MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Method/} @@ -17,11 +16,11 @@ DEPENDS+= p5-Const-Fast>=0.006:../../devel/p5-Const-Fast DEPENDS+= p5-Data-Alias>=1.08:../../devel/p5-Data-Alias DEPENDS+= p5-Devel-BeginLift>=0.001001:../../devel/p5-Devel-BeginLift DEPENDS+= p5-Devel-Declare>=0.006002:../../devel/p5-Devel-Declare -DEPENDS+= p5-Devel-Pragma>=0.40:../../devel/p5-Devel-Pragma DEPENDS+= {perl>=5.19.11,p5-experimental>=0.005}:../../devel/p5-experimental DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI DEPENDS+= p5-Mouse>=0.64:../../devel/p5-Mouse DEPENDS+= p5-Sub-Name>=0.03:../../devel/p5-Sub-Name +DEPENDS+= p5-Lexical-SealRequireHints>=0.007:../../devel/p5-Lexical-SealRequireHints BUILD_DEPENDS+= p5-Test-Exception>=0.29:../../devel/p5-Test-Exception BUILD_DEPENDS+= p5-Test-Warn>=0.10:../../devel/p5-Test-Warn diff --git a/devel/p5-Method-Signatures/distinfo b/devel/p5-Method-Signatures/distinfo index 75fffa6350ed6..a50de87ae7e83 100644 --- a/devel/p5-Method-Signatures/distinfo +++ b/devel/p5-Method-Signatures/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/01/02 16:27:12 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2014/12/03 07:33:25 wen Exp $ -SHA1 (Method-Signatures-20131010.tar.gz) = 512abadc451e1c054003c48a6a6a4fa407ae62c2 -RMD160 (Method-Signatures-20131010.tar.gz) = 198f52bee53e776be1b949b67d5e2426cab7de37 -Size (Method-Signatures-20131010.tar.gz) = 64689 bytes +SHA1 (Method-Signatures-20141021.tar.gz) = cd27891188e7e292b10609a1b3a5f489463a72d2 +RMD160 (Method-Signatures-20141021.tar.gz) = fb0031ecf344fe6d9894747a28749c5124654882 +Size (Method-Signatures-20141021.tar.gz) = 70038 bytes