summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r--devel/p5-IPC-Run/Makefile5
-rw-r--r--devel/p5-IPC-Run/distinfo10
-rw-r--r--devel/p5-IPC-Run/patches/patch-aa8
3 files changed, 11 insertions, 12 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile
index 49b984f17d8..06d2a8c900b 100644
--- a/devel/p5-IPC-Run/Makefile
+++ b/devel/p5-IPC-Run/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2012/10/31 11:18:23 asau Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/21 11:39:57 ryoon Exp $
-DISTNAME= IPC-Run-0.89
+DISTNAME= IPC-Run-0.92
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo
index cb3fc8f3982..ad3216a3509 100644
--- a/devel/p5-IPC-Run/distinfo
+++ b/devel/p5-IPC-Run/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2010/04/25 18:05:25 seb Exp $
+$NetBSD: distinfo,v 1.8 2013/04/21 11:39:57 ryoon Exp $
-SHA1 (IPC-Run-0.89.tar.gz) = ac010b53ea48ff29f56257d4da082f47db903fca
-RMD160 (IPC-Run-0.89.tar.gz) = 607fd1be7b9687933bd90ab05ee822179f4cccc1
-Size (IPC-Run-0.89.tar.gz) = 120089 bytes
-SHA1 (patch-aa) = dd28737d37f4ff1bf695398f96cd87d93c83730e
+SHA1 (IPC-Run-0.92.tar.gz) = 87e0c796722a85e0908bb0224326af1436d35809
+RMD160 (IPC-Run-0.92.tar.gz) = 7beed806c129e214cc54854fbcc1c6ea28447282
+Size (IPC-Run-0.92.tar.gz) = 121532 bytes
+SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c
diff --git a/devel/p5-IPC-Run/patches/patch-aa b/devel/p5-IPC-Run/patches/patch-aa
index 19cc95fdfc5..b2ba464180a 100644
--- a/devel/p5-IPC-Run/patches/patch-aa
+++ b/devel/p5-IPC-Run/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1 2010/04/25 18:05:25 seb Exp $
+$NetBSD: patch-aa,v 1.2 2013/04/21 11:39:57 ryoon Exp $
Prevent test deadlocks on NetBSD
---- t/pty.t.orig 2010-04-01 03:40:08.000000000 +0000
+--- t/pty.t.orig 2012-01-16 07:26:28.000000000 +0000
+++ t/pty.t
@@ -99,7 +99,7 @@ my $text = "hello world\n";
## Older Perls can't ok( a, qr// ), so I manually do that here.
my $exp;
--my $platform_skip = $^O =~ /(?:aix|freebsd|openbsd|darwin)/ ? "$^O deadlocks on this test" : "";
-+my $platform_skip = $^O =~ /(?:aix|freebsd|openbsd|darwin|netbsd)/ ? "$^O deadlocks on this test" : "";
+-my $platform_skip = $^O =~ /(?:dragonfly|aix|freebsd|openbsd|darwin)/ ? "$^O deadlocks on this test" : "";
++my $platform_skip = $^O =~ /(?:dragonfly|aix|freebsd|openbsd|darwin|netbsd)/ ? "$^O deadlocks on this test" : "";
##
## stdin only