pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-IPC-Run Updating package for p5 module IPC::R...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c3d1dfa3cd6
branches:  trunk
changeset: 397187:3c3d1dfa3cd6
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Aug 09 11:37:47 2009 +0000

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

 devel/p5-IPC-Run/Makefile |  9 ++++++---
 devel/p5-IPC-Run/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 0a8d70dee979 -r 3c3d1dfa3cd6 devel/p5-IPC-Run/Makefile
--- a/devel/p5-IPC-Run/Makefile Sun Aug 09 11:35:47 2009 +0000
+++ b/devel/p5-IPC-Run/Makefile Sun Aug 09 11:37:47 2009 +0000
@@ -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 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 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 -r 0a8d70dee979 -r 3c3d1dfa3cd6 devel/p5-IPC-Run/distinfo
--- a/devel/p5-IPC-Run/distinfo Sun Aug 09 11:35:47 2009 +0000
+++ b/devel/p5-IPC-Run/distinfo Sun Aug 09 11:37:47 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index