diff options
author | sno <sno> | 2009-08-09 11:37:47 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-09 11:37:47 +0000 |
commit | 38c68545644bfdb2864199588f52139a55583452 (patch) | |
tree | 89e6ec162bc9a2f644350eed8d4fb4956e8855da /devel | |
parent | 0ec4640f3bcc4df0571967219d7d3d5fbf8cdb3f (diff) | |
download | pkgsrc-38c68545644bfdb2864199588f52139a55583452.tar.gz |
Updating package for p5 module IPC::Run from 0.82 to 0.84
pkgsrc changes:
- Adding license (unrolled perl license?) according to README file
- Updated dependecies according to META.yml
Upstream changes:
0.84 Mon 13 Jul 2009
- Add darwin to the list of known-bad platforms
0.83 Fri 10 Jul 2009
- Switch from command.com to cmd.exe so we work on 2008 or newer.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 25f04066dd2..a6a42a1ec05 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2008/12/20 23:12:29 he Exp $ +# $NetBSD: Makefile,v 1.16 2009/08/09 11:37:47 sno Exp $ -DISTNAME= IPC-Run-0.82 +DISTNAME= IPC-Run-0.84 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -8,8 +8,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IPC-Run/ COMMENT= Perl module for interacting with child processes +LICENSE= gnu-glp-v2 OR artistic -DEPENDS+= p5-IO-tty>=1.0:../../devel/p5-IO-Tty +# XXX Win32 will need Win32::Process while all others IO::Pty +# How about Interix? +DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index 0ffef0e70ee..6a486ab739b 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/12/20 23:12:29 he Exp $ +$NetBSD: distinfo,v 1.6 2009/08/09 11:37:47 sno Exp $ -SHA1 (IPC-Run-0.82.tar.gz) = b0688d585a8cba9c2ee75bca559c12636f1c8dac -RMD160 (IPC-Run-0.82.tar.gz) = aba2a1dbee3c33ab11443b59663ac479cd759400 -Size (IPC-Run-0.82.tar.gz) = 117052 bytes +SHA1 (IPC-Run-0.84.tar.gz) = e148f6c28ffecf9328ad66adc1f71e9301ad4290 +RMD160 (IPC-Run-0.84.tar.gz) = 9d0f71056c765e1a2bd78bee35ab287c951bafbe +Size (IPC-Run-0.84.tar.gz) = 117572 bytes |