diff options
author | he <he@pkgsrc.org> | 2008-12-20 23:12:29 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-20 23:12:29 +0000 |
commit | 62099d6aa0ed330252b8ebf6a4375064a97b1bdc (patch) | |
tree | 9be2c93efec52d6e3f40dfaee9b6ec5e08f7e8fe /devel | |
parent | 37322c0659b60778f953c68c98db245d3e604da0 (diff) | |
download | pkgsrc-62099d6aa0ed330252b8ebf6a4375064a97b1bdc.tar.gz |
Update from version 0.80nb1 to 0.82.
(This despite the t/pty.t test haning, same as on FreeBSD, as
documented in that file.)
Upstream changes:
0.82 Thu 18 Dec 2008
- Moving changes in 0.81_01 to a production release
0.81_01 Wed 15 Oct 2008
- This is the first in a series of refactoring test releases.
- Removed Makefile.PL message noisily asking users to do CPAN Testers
dirty work.
- Simplfied the Makefile.PL code a little.
- Upgraded all tests to Test::More
- Added a $VERSION for all modules
- Adding some missing POD sections
- Various other clean ups
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index d596113b3b5..25f04066dd2 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:56 he Exp $ +# $NetBSD: Makefile,v 1.15 2008/12/20 23:12:29 he Exp $ -DISTNAME= IPC-Run-0.80 +DISTNAME= IPC-Run-0.82 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -10,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IPC-Run/ COMMENT= Perl module for interacting with child processes +DEPENDS+= p5-IO-tty>=1.0:../../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 f62dce6eb8e..0ffef0e70ee 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/10/29 15:40:04 obache Exp $ +$NetBSD: distinfo,v 1.5 2008/12/20 23:12:29 he Exp $ -SHA1 (IPC-Run-0.80.tar.gz) = 59a9f6a9efd3a381f42767f215922c154b9e49ba -RMD160 (IPC-Run-0.80.tar.gz) = 28ac12916e0578d3897ddbb4a3448e284e1fc1eb -Size (IPC-Run-0.80.tar.gz) = 89933 bytes +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 |