pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Sys-SigAction p5-Sys-SigAction: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6125e0b55ced
branches:  trunk
changeset: 368798:6125e0b55ced
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 18 11:55:26 2017 +0000

description:
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.

diffstat:

 sysutils/p5-Sys-SigAction/Makefile |   5 ++---
 sysutils/p5-Sys-SigAction/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 5040b35ba35a -r 6125e0b55ced sysutils/p5-Sys-SigAction/Makefile
--- a/sysutils/p5-Sys-SigAction/Makefile        Mon Sep 18 11:53:52 2017 +0000
+++ b/sysutils/p5-Sys-SigAction/Makefile        Mon Sep 18 11:55:26 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:24:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/18 11:55:26 wiz Exp $
 
-DISTNAME=      Sys-SigAction-0.22
+DISTNAME=      Sys-SigAction-0.23
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    sysutils perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sys/}
 
diff -r 5040b35ba35a -r 6125e0b55ced sysutils/p5-Sys-SigAction/distinfo
--- a/sysutils/p5-Sys-SigAction/distinfo        Mon Sep 18 11:53:52 2017 +0000
+++ b/sysutils/p5-Sys-SigAction/distinfo        Mon Sep 18 11:55:26 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/08/16 00:23:23 wen Exp $
+$NetBSD: distinfo,v 1.6 2017/09/18 11:55:26 wiz Exp $
 
-SHA1 (Sys-SigAction-0.22.tar.gz) = f32b96d30556b271c6e2ef604dc49801ad3fbc06
-RMD160 (Sys-SigAction-0.22.tar.gz) = 32e727b46d27c01a70a10f40e8fc8b3c3fa998ef
-SHA512 (Sys-SigAction-0.22.tar.gz) = bcba62ce43f0823663beb05aa61adc867318cd982af40ddc01cc21cf5fc9434c41b24640de8a3c7a36ae211aeefbe394b387e98366b808eb81d3ae7951db341c
-Size (Sys-SigAction-0.22.tar.gz) = 22679 bytes
+SHA1 (Sys-SigAction-0.23.tar.gz) = 451c7c986a905d215a6517cf8fb85b4223e0b0ff
+RMD160 (Sys-SigAction-0.23.tar.gz) = bf73dcb452beb0eea87ac71b77027d360b65aed7
+SHA512 (Sys-SigAction-0.23.tar.gz) = 04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309
+Size (Sys-SigAction-0.23.tar.gz) = 25621 bytes



Home | Main Index | Thread Index | Old Index