summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-09-08 20:48:08 +0000
committersno <sno@pkgsrc.org>2010-09-08 20:48:08 +0000
commit72acbd8903a76710097f0e55cc06d994fbcce26c (patch)
tree5f3c4ac458f1df28c187c456319f69ee4ecc56bf
parentea3b141dec62e3cec68b48afe7f9152c4a8d1eec (diff)
downloadpkgsrc-72acbd8903a76710097f0e55cc06d994fbcce26c.tar.gz
Updating devel/p5-Test-Most from 0.22nb1 to 0.23
pkgsrc changes: - removing option for Data::Dumper::Names recommendation and install it by default - target it to test most, not nearly most - adjust dependencies Upstream changes: 0.23 2010-09-08 - added "Excluding Test Symbols" feature (RT#61146, Karen Etheridge).
-rw-r--r--devel/p5-Test-Most/Makefile25
-rw-r--r--devel/p5-Test-Most/distinfo8
2 files changed, 13 insertions, 20 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile
index b526b7a4b0d..0a34dadac50 100644
--- a/devel/p5-Test-Most/Makefile
+++ b/devel/p5-Test-Most/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2010/08/31 05:45:14 sno Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/08 20:48:08 sno Exp $
#
-DISTNAME= Test-Most-0.22
+DISTNAME= Test-Most-0.23
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
@@ -13,26 +13,19 @@ COMMENT= Most commonly needed test functions and features
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
-DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
-DEPENDS+= p5-Test-Exception>0.29:../../devel/p5-Test-Exception
+DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Differences>0.500:../../devel/p5-Test-Differences
-DEPENDS+= p5-Test-Deep>0.106:../../devel/p5-Test-Deep
-DEPENDS+= p5-Test-Harness>3.07:../../devel/p5-Test-Harness
+DEPENDS+= p5-Test-Exception>0.29:../../devel/p5-Test-Exception
+DEPENDS+= {perl>=5.10.1,p5-Test-Harness>=3.07}:../../devel/p5-Test-Harness
+DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-Test-Warn>0.11:../../devel/p5-Test-Warn
-PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Test-Most
-PKG_SUPPORTED_OPTIONS+= data-dumper-names
-PKG_SUGGESTED_OPTIONS+= # empty
+# recommended
+DEPENDS+= p5-Data-Dumper-Names>=0.03:../../devel/p5-Data-Dumper-Names
PKG_DESTDIR_SUPPORT= user-destdir
-.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
-
-PERL5_MODULE_TYPE= Module::Build
+PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Most/.packlist
diff --git a/devel/p5-Test-Most/distinfo b/devel/p5-Test-Most/distinfo
index 2ef375799c0..2a36c5f900c 100644
--- a/devel/p5-Test-Most/distinfo
+++ b/devel/p5-Test-Most/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/08/31 05:45:14 sno Exp $
+$NetBSD: distinfo,v 1.4 2010/09/08 20:48:08 sno Exp $
-SHA1 (Test-Most-0.22.tar.gz) = 54f52f5a40aaba21b4a31a541dba7fe31ac545dc
-RMD160 (Test-Most-0.22.tar.gz) = b5cd934061b420080861bdf4d1ba76422e6c452d
-Size (Test-Most-0.22.tar.gz) = 15221 bytes
+SHA1 (Test-Most-0.23.tar.gz) = 8372c805e318bacf03854206306d55cd7a822821
+RMD160 (Test-Most-0.23.tar.gz) = 5ae809678d4e35d09a1823a334b9b5ded624f255
+Size (Test-Most-0.23.tar.gz) = 15932 bytes