diff options
author | mef <mef> | 2015-04-16 13:56:49 +0000 |
---|---|---|
committer | mef <mef> | 2015-04-16 13:56:49 +0000 |
commit | 9983cbcc4a0916a9a62f80d4fbd5fe0f2d8208c4 (patch) | |
tree | 6cdf1fc1258c6a93bbc9040f6d94d0e1abf98738 /devel | |
parent | e32a4fef203c3d0d7aa8e3dc86fb09956d9c7de2 (diff) | |
download | pkgsrc-9983cbcc4a0916a9a62f80d4fbd5fe0f2d8208c4.tar.gz |
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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Expect/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Expect/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Expect/Makefile b/devel/p5-Test-Expect/Makefile index 874ce7ab93b..e09c3f7f69a 100644 --- a/devel/p5-Test-Expect/Makefile +++ b/devel/p5-Test-Expect/Makefile @@ -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 diff --git a/devel/p5-Test-Expect/distinfo b/devel/p5-Test-Expect/distinfo index c299e90afee..3f597825e63 100644 --- a/devel/p5-Test-Expect/distinfo +++ b/devel/p5-Test-Expect/distinfo @@ -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 |