summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-10-17 08:52:31 +0000
committerhiramatsu <hiramatsu>2011-10-17 08:52:31 +0000
commit96d35c798eb220c5f70e13295ad8050df1e61455 (patch)
tree2b280ee0241c131be10f4c0001da00b9d8bc640c /sysutils
parent973f09ef3d1b6834baed5c37273ca1baa6c4770c (diff)
downloadpkgsrc-96d35c798eb220c5f70e13295ad8050df1e61455.tar.gz
Update p5-Sys-SigAction-Changes to 0.15.
Changes from previous: 0.15 1 Jul 2011 Clean up POD. Close bug #69057. Other minor tweaks to POD. 0.13 23 Jun 2011 No functional changes. Fix for test timeout.t. Fix strict undefined symbol error in timeout.t, when Time::HiRes is not present. Not sure if constant pragma will exist in all supported perl versions, so, we just commented out the use strict in this test. Print warning when Time::HiRes not found in Makefile.PL 0.12 20 Jun 2011 Conditionally add 'LICENSE' => 'perl' to WriteMakefile() call if $ExtUtils::MakeMaker::VERSION >= 6.3002. Added support for timeout_call() in fractional seconds expressed as a floating point number. If Time::HiRes is not loadable, then the timeout value is raised to the next high integer value with the POSIX:ceil() funtion. Added sig_alarm(), which timeout_call uses. This is drop in replacement for alarm(). If Time::HiRes is not loadable, then the seconds argument is raised to the next high integer value with the POSIX:ceil() funtion.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Sys-SigAction/Makefile6
-rw-r--r--sysutils/p5-Sys-SigAction/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/p5-Sys-SigAction/Makefile b/sysutils/p5-Sys-SigAction/Makefile
index 0cbf433a8bf..0af457d2125 100644
--- a/sysutils/p5-Sys-SigAction/Makefile
+++ b/sysutils/p5-Sys-SigAction/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2011/08/14 14:52:51 obache Exp $
+# $NetBSD: Makefile,v 1.4 2011/10/17 08:52:31 hiramatsu Exp $
-DISTNAME= Sys-SigAction-0.11
+DISTNAME= Sys-SigAction-0.15
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sys-SigAction
COMMENT= Perl extension for Consistent Signal Handling
+LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/sysutils/p5-Sys-SigAction/distinfo b/sysutils/p5-Sys-SigAction/distinfo
index a659b036a43..bdf4f12a5f8 100644
--- a/sysutils/p5-Sys-SigAction/distinfo
+++ b/sysutils/p5-Sys-SigAction/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2009/02/25 21:30:27 sno Exp $
+$NetBSD: distinfo,v 1.2 2011/10/17 08:52:31 hiramatsu Exp $
-SHA1 (Sys-SigAction-0.11.tar.gz) = a31b6691b73fe12107b5acc67a69d59013b60e83
-RMD160 (Sys-SigAction-0.11.tar.gz) = 78f77cab3aff1cc2b4362c07ef020644540cccf5
-Size (Sys-SigAction-0.11.tar.gz) = 16884 bytes
+SHA1 (Sys-SigAction-0.15.tar.gz) = 448b9bdbb71b5f3e245eb14b4bf9c3a62ada4859
+RMD160 (Sys-SigAction-0.15.tar.gz) = 32ecd58e2bf9ab1ba84f7535bb88a28d0283eecf
+Size (Sys-SigAction-0.15.tar.gz) = 19264 bytes