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
This commit is contained in:
parent
1d108aa187
commit
fa567ccbed
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue