pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Most PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f1bd7b6d71f
branches:  trunk
changeset: 557204:5f1bd7b6d71f
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Apr 12 10:59:47 2009 +0000

description:
PkgSrc changes:
  - update package for Test::Most to 0.21

Upstream changes:
0.21    2009-02-18
        - No changes.  Update version for release.

0.20_02 2008-11-26
        - Make sure tests don't fail if optional Data::Dumper::Names
          dependency is not met.

0.20_01 2008-11-25
        - Added &show.  Like &explain, but tries to show variable names.

diffstat:

 devel/p5-Test-Most/Makefile |  15 +++++++++++++--
 devel/p5-Test-Most/distinfo |   8 ++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

diffs (51 lines):

diff -r 95e151b715c4 -r 5f1bd7b6d71f devel/p5-Test-Most/Makefile
--- a/devel/p5-Test-Most/Makefile       Sun Apr 12 10:57:05 2009 +0000
+++ b/devel/p5-Test-Most/Makefile       Sun Apr 12 10:59:47 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/14 00:12:30 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/12 10:59:47 sno Exp $
 #
 
-DISTNAME=      Test-Most-0.20
+DISTNAME=      Test-Most-0.21
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/perldoc?Test::Most
 COMMENT=       Most commonly needed test functions and features
+LICENSE=       artistic-2.0
 
 DEPENDS+=      p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
 DEPENDS+=      p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
@@ -18,6 +19,16 @@
 DEPENDS+=      p5-Test-Harness>3.07:../../devel/p5-Test-Harness
 DEPENDS+=      p5-Test-Warn>0.10:../../devel/p5-Test-Warn
 
+PKG_OPTIONS_VAR=       PKG_OPTIONS.p5-Test-Most
+PKG_SUPPORTED_OPTIONS+=        data-dumper-names
+PKG_SUGGESTED_OPTIONS+=        # empty
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdata-dumper-names)
+DEPENDS+=      p5-Data-Dumper-Names>=0.03:../../devel/p5-Data-Dumper-Names
+.endif
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 PERL5_MODULE_TYPE= Module::Build
 
diff -r 95e151b715c4 -r 5f1bd7b6d71f devel/p5-Test-Most/distinfo
--- a/devel/p5-Test-Most/distinfo       Sun Apr 12 10:57:05 2009 +0000
+++ b/devel/p5-Test-Most/distinfo       Sun Apr 12 10:59:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/14 00:12:30 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/04/12 10:59:47 sno Exp $
 
-SHA1 (Test-Most-0.20.tar.gz) = aaabef341634140124e42607c713857d31953152
-RMD160 (Test-Most-0.20.tar.gz) = 2ab50831653cdf5ad220c07a03d54c0ae29a271b
-Size (Test-Most-0.20.tar.gz) = 10045 bytes
+SHA1 (Test-Most-0.21.tar.gz) = 9254d88cd126fa8f732791ca3c92ea741c6e129a
+RMD160 (Test-Most-0.21.tar.gz) = 721acbe934e61b58c19bce976234993c883b0a89
+Size (Test-Most-0.21.tar.gz) = 10732 bytes



Home | Main Index | Thread Index | Old Index