diff options
author | wen <wen@pkgsrc.org> | 2015-05-09 00:56:40 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-05-09 00:56:40 +0000 |
commit | d20c9bb2908fb0f60f5c89eda9388451459e3636 (patch) | |
tree | 3584e9a32eb747efec24f2c6d9cfeeea47a6c80d | |
parent | 977385fdb0fea5a6b01ab84f779659851642cfa5 (diff) | |
download | pkgsrc-d20c9bb2908fb0f60f5c89eda9388451459e3636.tar.gz |
Update to 1.08
Add LICENSE
Upstream changes:
1.08 2015-01-25 NEILB
- Documentation improvements from JMATES++.
1.07 2015-01-07 NEILB
- Linkify external module references. JMATES++
- Added Test::Pod as a release test. JMATES++
1.06 2014-04-09
- First non-developer release by NEILB
- Fixed RT#41504
- Fixed RT#92082
- Fixed RT#92081
- Fixed RT#53619
- Noted in the pod that I'm now maintaining it.
1.05_02 2014-04-08
- If the constructor failed part way, it would sometimes leave cruft
behind in TMPDIR. RT#41504 - thanks ANDK.
1.05_01 2014-04-02
- Specified min perl version 5.6.0 in metadata and in code
- Moved the modules into lib/Test/
- Added PREREQ_PM, TEST_REQUIRES and CONFIGURE_REQUIRES to Makefile.PL
- Added github repo to metadata and the pod
- Reformatted Changes file as per CPAN::Changes::Spec
- Specified license as 'perl' in metadata, to match doc
- Fixed pod error RT#92082
- Pod spelling mistake RT#92081
- Clarification in doc for new(), that it returns undef on failure,
and not false. RT#53619
-rw-r--r-- | devel/p5-Test-Cmd/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-Test-Cmd/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Test-Cmd/Makefile b/devel/p5-Test-Cmd/Makefile index ca4f9b92d5d..c13a079ca72 100644 --- a/devel/p5-Test-Cmd/Makefile +++ b/devel/p5-Test-Cmd/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2014/10/09 14:06:28 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2015/05/09 00:56:40 wen Exp $ -DISTNAME= Test-Cmd-1.05 +DISTNAME= Test-Cmd-1.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= devel perl5 -MASTER_SITES= http://www.baldmt.com/Test-Cmd/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.baldmt.com/Test-Cmd/ COMMENT= Perl5 module for testing of external commands and scripts +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Test/Cmd/.packlist diff --git a/devel/p5-Test-Cmd/distinfo b/devel/p5-Test-Cmd/distinfo index e961bde9a5e..c5d5cf7bfc9 100644 --- a/devel/p5-Test-Cmd/distinfo +++ b/devel/p5-Test-Cmd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2006/01/23 12:03:20 wulf Exp $ +$NetBSD: distinfo,v 1.7 2015/05/09 00:56:40 wen Exp $ -SHA1 (Test-Cmd-1.05.tar.gz) = 32bb30c7120f74b3a9fed4ce3109fed31babb55d -RMD160 (Test-Cmd-1.05.tar.gz) = a8dbc9ed20cff3b1e16e93e898bad90d99c18dea -Size (Test-Cmd-1.05.tar.gz) = 31104 bytes +SHA1 (Test-Cmd-1.08.tar.gz) = f6d2279b05366e6aab925a31e2104387f9ca3b2a +RMD160 (Test-Cmd-1.08.tar.gz) = c7fc20f09d1c41f27b60904259d3ce051ae09aaa +Size (Test-Cmd-1.08.tar.gz) = 33328 bytes |