pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Cmd Update to 1.08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f22e28b34b56
branches:  trunk
changeset: 651660:f22e28b34b56
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat May 09 00:56:40 2015 +0000

description:
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

diffstat:

 devel/p5-Test-Cmd/Makefile |  8 ++++----
 devel/p5-Test-Cmd/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r c65b712dd9f5 -r f22e28b34b56 devel/p5-Test-Cmd/Makefile
--- a/devel/p5-Test-Cmd/Makefile        Sat May 09 00:05:14 2015 +0000
+++ b/devel/p5-Test-Cmd/Makefile        Sat May 09 00:56:40 2015 +0000
@@ -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@localhost
 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 -r c65b712dd9f5 -r f22e28b34b56 devel/p5-Test-Cmd/distinfo
--- a/devel/p5-Test-Cmd/distinfo        Sat May 09 00:05:14 2015 +0000
+++ b/devel/p5-Test-Cmd/distinfo        Sat May 09 00:56:40 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index