Sun Nov 23 14:29:45 2014 UTC ()
Update to 0.34. From the changelog:

- Make compatible with the new Test::Builder (exodist - Chad Granum)
- Backwards-incompatible change: reftype no longer exported by
  default. See https://github.com/Ovid/test--most/issues/6 (reported
  by rjattril). This should not be noticed by most users
  (crosses-fingers).
- defer_plan() has long been deprecated and will be removed in a
  future release. This release carp()s if you try to call it.


(schmonz)
diff -r1.15 -r1.16 pkgsrc/devel/p5-Test-Most/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-Most/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Test-Most/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Most/Makefile 2014/06/09 19:02:18 1.15
+++ pkgsrc/devel/p5-Test-Most/Makefile 2014/11/23 14:29:44 1.16
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2014/06/09 19:02:18 schmonz Exp $ 1# $NetBSD: Makefile,v 1.16 2014/11/23 14:29:44 schmonz Exp $
2# 2#
3 3
4DISTNAME= Test-Most-0.33 4DISTNAME= Test-Most-0.34
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-Most/ 10HOMEPAGE= http://search.cpan.org/dist/Test-Most/
11COMMENT= Most commonly needed test functions and features 11COMMENT= Most commonly needed test functions and features
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class 14DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
15DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep 15DEPENDS+= p5-Test-Deep>=0.106:../../devel/p5-Test-Deep
16DEPENDS+= p5-Test-Differences>=0.6100:../../devel/p5-Test-Differences 16DEPENDS+= p5-Test-Differences>=0.6100:../../devel/p5-Test-Differences
17DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception 17DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-Most/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Most/distinfo 2014/06/09 19:02:18 1.7
+++ pkgsrc/devel/p5-Test-Most/distinfo 2014/11/23 14:29:44 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2014/06/09 19:02:18 schmonz Exp $ 1$NetBSD: distinfo,v 1.8 2014/11/23 14:29:44 schmonz Exp $
2 2
3SHA1 (Test-Most-0.33.tar.gz) = a43cd36ad561f323deb80eb1f8ae607f19f55678 3SHA1 (Test-Most-0.34.tar.gz) = 5808c5a3f466b20bb2a212ef2d3a4087ee633103
4RMD160 (Test-Most-0.33.tar.gz) = a451d3e9e37e1ada4d7fdadcaf7d333e0e59261b 4RMD160 (Test-Most-0.34.tar.gz) = d693eed598c6213799c1ec5dad1ade8612379b37
5Size (Test-Most-0.33.tar.gz) = 15265 bytes 5Size (Test-Most-0.34.tar.gz) = 15919 bytes