Update 0.31 to 0.33
------------------- 0.33 2015-04-02 - Allow multi-argument forms of "command" to be passed - Force Term::ReadLine in called programs to use the "Stub" implementation, which has consistent output (vs Term::ReadLine::Perl) 0.32 2015-04-02 - Quote regex meta-characters before using them in a regex (fixes #81987) - Include leading space in PERL_RL variable (fixes #38914) - New maintainer (BPS)
This commit is contained in:
parent
3707dbd846
commit
6f6e35ef69
2 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:21 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/04/16 13:56:49 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Test-Expect-0.31
|
||||
DISTNAME= Test-Expect-0.33
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Test-Expect/
|
||||
COMMENT= Automated driving and testing of terminal-based programs with Perl 5
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Test/Expect/.packlist
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/02/07 20:07:32 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/04/16 13:56:49 mef Exp $
|
||||
|
||||
SHA1 (Test-Expect-0.31.tar.gz) = 2eddc7513028f2899a3ddba9acc05e6444a40067
|
||||
RMD160 (Test-Expect-0.31.tar.gz) = e6d0b1c1aaddfda2306cf8e9ac2c0f5c99f667cf
|
||||
Size (Test-Expect-0.31.tar.gz) = 3330 bytes
|
||||
SHA1 (Test-Expect-0.33.tar.gz) = 7361c08f32e4798340ce30bb5ecd7b047401abc5
|
||||
RMD160 (Test-Expect-0.33.tar.gz) = 15b8896786f57928880386f962c3aef4ac2932d5
|
||||
Size (Test-Expect-0.33.tar.gz) = 4800 bytes
|
||||
|
|
Loading…
Reference in a new issue