Tue Sep 11 07:55:16 2012 UTC ()
Updating package for CPAN module Test::MockObject in devel/p5-Test-MockObject
from 1.09nb4 to 1.20120301.

pkgsrc changes:
- many dependencies moved to runtime requirements
  ==> this is a test helper, and it relies on other test helpers, so other
      test modules are apparently no build dependency

upstream changes:
1.20120301 2012-03-01 13:17:20 America/Los_Angeles
    - updated dependencies to latest versions of UNIVERSAL::isa and UNIVERSAL::can

1.20110612 2011-06-11 23:53:50 America/Los_Angeles
    - removed Module::Build detritus
    - improved Test::Warn testing dependency
    - Added -debug flag to load UNIVERSAL::isa and UNIVERSAL::can on demand,
      rather than in all situations.

1.20110606
    Sun Jun 04 2011
    - converted to Dist::Zilla
    - posted to GitHub


(sno)
diff -r1.7 -r1.8 pkgsrc/devel/p5-Test-MockObject/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Test-MockObject/distinfo

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

--- pkgsrc/devel/p5-Test-MockObject/Makefile 2011/08/14 12:26:42 1.7
+++ pkgsrc/devel/p5-Test-MockObject/Makefile 2012/09/11 07:55:16 1.8
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.7 2011/08/14 12:26:42 obache Exp $ 1# $NetBSD: Makefile,v 1.8 2012/09/11 07:55:16 sno Exp $
2 2
3DISTNAME= Test-MockObject-1.09 3DISTNAME= Test-MockObject-1.20120301
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 4 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/ 9HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/
11COMMENT= Tests remote URLs or local web files 10COMMENT= Tests remote URLs or local web files
12 11
13DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can 12DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
14DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa 13DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils
15BUILD_DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils 14DEPENDS+= p5-Test-Exception>=0.31:../../devel/p5-Test-Exception
16BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception 15DEPENDS+= {perl>=5.14.0,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple
17BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn 16DEPENDS+= p5-Test-Warn>=0.23:../../devel/p5-Test-Warn
 17DEPENDS+= p5-UNIVERSAL-can>=1.20110617:../../devel/p5-UNIVERSAL-can
 18DEPENDS+= p5-UNIVERSAL-isa>=1.20110614:../../devel/p5-UNIVERSAL-isa
18 19
19INSTALL_TARGET= pure_install 20INSTALL_TARGET= pure_install
20 21
21PERL5_MODULE_TYPE= Module::Build 
22USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
23PERL5_PACKLIST= auto/Test/MockObject/.packlist 23PERL5_PACKLIST= auto/Test/MockObject/.packlist
24 24
25PKG_DESTDIR_SUPPORT= user-destdir 25PKG_DESTDIR_SUPPORT= user-destdir
26 26
27.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Test-MockObject/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-MockObject/distinfo 2008/06/23 04:02:53 1.1.1.1
+++ pkgsrc/devel/p5-Test-MockObject/distinfo 2012/09/11 07:55:16 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/06/23 04:02:53 abs Exp $ 1$NetBSD: distinfo,v 1.2 2012/09/11 07:55:16 sno Exp $
2 2
3SHA1 (Test-MockObject-1.09.tar.gz) = 65da2c1067184f31f906d6c12cd6870e740d8d44 3SHA1 (Test-MockObject-1.20120301.tar.gz) = c9721a9a9665dd35522ed1587dc10d3a08826852
4RMD160 (Test-MockObject-1.09.tar.gz) = f79470e9df55febf28c7b105e231550f5e17606f 4RMD160 (Test-MockObject-1.20120301.tar.gz) = 1927d2c2c66f53a55e4e6decffc316174e1981ce
5Size (Test-MockObject-1.09.tar.gz) = 21788 bytes 5Size (Test-MockObject-1.20120301.tar.gz) = 28514 bytes