Update devel/p5-Function-Parameters to 1.0706
--------------------------------------------- 1.0706 2017-03-17 - don't require . in @INC during install - improve internal code generation functions used on perls before 5.22 (pkgsrc note) make test fails at t/foreign/Fun/name.t, but the previous version also fails at the same point, thus update, thank you.
This commit is contained in:
parent
056a3d522c
commit
0aa489c07e
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/06/11 12:44:27 kamil Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2017/03/20 09:12:26 mef Exp $
|
||||
|
||||
DISTNAME= Function-Parameters-1.0705
|
||||
DISTNAME= Function-Parameters-1.0706
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAUKE/}
|
||||
|
@ -11,6 +11,8 @@ COMMENT= Perl5 subroutine definitions with parameter lists
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self
|
||||
|
||||
PERL5_PACKLIST= auto/Function/Parameters/.packlist
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/06/11 12:44:27 kamil Exp $
|
||||
$NetBSD: distinfo,v 1.2 2017/03/20 09:12:26 mef Exp $
|
||||
|
||||
SHA1 (Function-Parameters-1.0705.tar.gz) = c6d03d5edcac7a420f7f392590c0f7310b1d70fe
|
||||
RMD160 (Function-Parameters-1.0705.tar.gz) = 6d1da9952927a883c856f45da7d585700bd30448
|
||||
SHA512 (Function-Parameters-1.0705.tar.gz) = b58905730b2fa81bf607249d86c68a47d71b810aaca91a497974211bfe094b84c8cc6841eeee0a44e925cb8d632c8f7850365ac0bd194f37c1add081f19fa772
|
||||
Size (Function-Parameters-1.0705.tar.gz) = 76703 bytes
|
||||
SHA1 (Function-Parameters-1.0706.tar.gz) = 55ea10614f96e4ff4c3f93d7e6014a5dfb899572
|
||||
RMD160 (Function-Parameters-1.0706.tar.gz) = d4c650fe7f71afa34ee459db96dc5ff72b65a00e
|
||||
SHA512 (Function-Parameters-1.0706.tar.gz) = 76130de0a41f94e62e657dae33c5fce5517e8c617e60107093abb5214c3f16f43e996035e5ffc324acd8bc895ee2722c2bb8919aa69d6eb97720521bc6f54a87
|
||||
Size (Function-Parameters-1.0706.tar.gz) = 76889 bytes
|
||||
|
|
Loading…
Reference in a new issue