diff options
author | sno <sno@pkgsrc.org> | 2009-09-16 17:25:52 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-16 17:25:52 +0000 |
commit | 0ec5cf64259914a98253b8ff45c649c07dfd81ed (patch) | |
tree | 25ae69bf772bd0e5fb524277c268386743eec993 /devel/p5-Test-Script | |
parent | 80f44f6673404ddb404fb815543aa6806cff43d9 (diff) | |
download | pkgsrc-0ec5cf64259914a98253b8ff45c649c07dfd81ed.tar.gz |
Updating devel/p5-Test-Script from 1.03nb1 to 1.05
pkgsrc changes:
- Adding license definition
Upstream changes:
1.05 Mon 14 Sep 2009
- Changed script_compiles_ok to script_compiles
- Added script_runs
1.04_03 Thu 18 Dec 2008
- Another attempt to support 5.6 properly
1.04_02 Wed 17 Dec 2008
- Test tweak to support 5.6 properly
1.04_01 Tue 16 Dec 2008
- Updated to Module::Install 0.77
- Adding dependency on Probe::Perl
- Full fidelity failure testing
Diffstat (limited to 'devel/p5-Test-Script')
-rw-r--r-- | devel/p5-Test-Script/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Script/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Test-Script/Makefile b/devel/p5-Test-Script/Makefile index a62f6cd1e84..8bc89b00310 100644 --- a/devel/p5-Test-Script/Makefile +++ b/devel/p5-Test-Script/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2009/06/13 06:46:47 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/16 17:25:52 sno Exp $ # -DISTNAME= Test-Script-1.03 +DISTNAME= Test-Script-1.05 PKGNAME= p5-${DISTNAME} -#SVR4_PKGNAME= p5ts -PKGREVISION= 1 CATEGORIES= perl5 devel -#MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ COMMENT= Test::Script - Cross-platform basic tests for scripts +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-Test-Script/distinfo b/devel/p5-Test-Script/distinfo index 335ca6026d9..1a10bc4fce7 100644 --- a/devel/p5-Test-Script/distinfo +++ b/devel/p5-Test-Script/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/07/15 17:38:29 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2009/09/16 17:25:52 sno Exp $ -SHA1 (Test-Script-1.03.tar.gz) = 28c9408b100dc5270725789675ccca279c6f92b9 -RMD160 (Test-Script-1.03.tar.gz) = d59266d5261f2db61dacdb16d1b786ddaa16ffd2 -Size (Test-Script-1.03.tar.gz) = 21994 bytes +SHA1 (Test-Script-1.05.tar.gz) = cb709efc6da1b1b47faca68c45cb4ff109994b94 +RMD160 (Test-Script-1.05.tar.gz) = 511c7a98ede2696f70e611f926e84b3409c948c9 +Size (Test-Script-1.05.tar.gz) = 26329 bytes |