Mon Sep 18 11:55:26 2017 UTC ()
p5-Sys-SigAction: update to 0.23.

Changes in Sys::SigAction 0.23  10 September 2016

Responding to Bug: https://rt.cpan.org/Public/Bug/Display.html?id=105091

Renamed t/nested.t to t/inline_nested.t (don't execute this on arm platforms
arm perl port appear to be at fault.  See t/inline_nested.t

create new tests:

   t/alternatives.t
   t/recursive_nested.t

Allow arm platforms, but skip t/inline_nested.t with a warning
on arm platforms.

Desupport perl 5.5 (that was soooo long ago > 12 years)... This
allows me to turn on use warnings everywhere: Prompted by the Kwalitee
folks who noticed it was not used.

Set MIN_PERL_VERSION => 5.6.0 in Makefile.PL.

Referenced the new github repository in the generated META.* files.


(wiz)
diff -r1.14 -r1.15 pkgsrc/sysutils/p5-Sys-SigAction/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/p5-Sys-SigAction/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/sysutils/p5-Sys-SigAction/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/p5-Sys-SigAction/Makefile 2017/06/05 14:24:37 1.14
+++ pkgsrc/sysutils/p5-Sys-SigAction/Makefile 2017/09/18 11:55:26 1.15
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.14 2017/06/05 14:24:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.15 2017/09/18 11:55:26 wiz Exp $
2 2
3DISTNAME= Sys-SigAction-0.22 3DISTNAME= Sys-SigAction-0.23
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= sysutils perl5 5CATEGORIES= sysutils perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Sys-SigAction 9HOMEPAGE= http://search.cpan.org/dist/Sys-SigAction
11COMMENT= Perl extension for Consistent Signal Handling 10COMMENT= Perl extension for Consistent Signal Handling
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Sys/SigAction/.packlist 13PERL5_PACKLIST= auto/Sys/SigAction/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/p5-Sys-SigAction/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/p5-Sys-SigAction/distinfo 2016/08/16 00:23:23 1.5
+++ pkgsrc/sysutils/p5-Sys-SigAction/distinfo 2017/09/18 11:55:26 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2016/08/16 00:23:23 wen Exp $ 1$NetBSD: distinfo,v 1.6 2017/09/18 11:55:26 wiz Exp $
2 2
3SHA1 (Sys-SigAction-0.22.tar.gz) = f32b96d30556b271c6e2ef604dc49801ad3fbc06 3SHA1 (Sys-SigAction-0.23.tar.gz) = 451c7c986a905d215a6517cf8fb85b4223e0b0ff
4RMD160 (Sys-SigAction-0.22.tar.gz) = 32e727b46d27c01a70a10f40e8fc8b3c3fa998ef 4RMD160 (Sys-SigAction-0.23.tar.gz) = bf73dcb452beb0eea87ac71b77027d360b65aed7
5SHA512 (Sys-SigAction-0.22.tar.gz) = bcba62ce43f0823663beb05aa61adc867318cd982af40ddc01cc21cf5fc9434c41b24640de8a3c7a36ae211aeefbe394b387e98366b808eb81d3ae7951db341c 5SHA512 (Sys-SigAction-0.23.tar.gz) = 04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309
6Size (Sys-SigAction-0.22.tar.gz) = 22679 bytes 6Size (Sys-SigAction-0.23.tar.gz) = 25621 bytes