Sun Jun 14 19:39:48 2009 UTC ()
pkgsrc changes:
  - Updating package of p5 module CPAN::Reporter from 1.1707 to 1.708
  - Update dependencies according to META.yaml

Upstream changes:
1.1708 Mon Jun  1 23:31:58 EDT 2009

    *** Emergency fix -- 1.1706/1.1707 can prevent subsequent module  ***
    *** installation if installed with an older Test::Reporter.       ***
    *** Disable test reporting (From CPAN, 'o conf test_report 0')    ***
    *** and install CPAN::Reporter 1.1708.  Then re-enable test       ***
    *** reports.                                                      ***

    - Fixed: in the case where an old Test::Reporter without the distfile()
      method is installed, CPAN::Reporter would crash and prevent
      installation of modules (including newer Test::Reporter); now checks
      for a Test::Reporter


(sno)
diff -r1.2 -r1.3 pkgsrc/devel/p5-CPAN-Reporter/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-CPAN-Reporter/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-CPAN-Reporter/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN-Reporter/Makefile 2009/06/01 19:25:50 1.2
+++ pkgsrc/devel/p5-CPAN-Reporter/Makefile 2009/06/14 19:39:48 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2009/06/01 19:25:50 sno Exp $ 1# $NetBSD: Makefile,v 1.3 2009/06/14 19:39:48 sno Exp $
2 2
3DISTNAME= CPAN-Reporter-1.1707 3DISTNAME= CPAN-Reporter-1.1708
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/ 9HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/
10COMMENT= Adds CPAN Testers reporting to p5-CPAN 10COMMENT= Adds CPAN Testers reporting to p5-CPAN
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13#MAKE_PARAMS+= verbose 13#MAKE_PARAMS+= verbose
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
@@ -22,28 +22,25 @@ PERL5_PACKLIST= auto/CPAN/Reporter/.pac @@ -22,28 +22,25 @@ PERL5_PACKLIST= auto/CPAN/Reporter/.pac
22 22
23PKG_OPTIONS_VAR= PKG_OPTIONS.p5-CPAN-Reporter 23PKG_OPTIONS_VAR= PKG_OPTIONS.p5-CPAN-Reporter
24PKG_SUPPORTED_OPTIONS+= proc-processtable 24PKG_SUPPORTED_OPTIONS+= proc-processtable
25PKG_SUGGESTED_OPTIONS+= #empty 25PKG_SUGGESTED_OPTIONS+= #empty
26 26
27.include "../../mk/bsd.options.mk" 27.include "../../mk/bsd.options.mk"
28 28
29DEPENDS+= p5-CPAN>=1.9301:../../devel/p5-CPAN 29DEPENDS+= p5-CPAN>=1.9301:../../devel/p5-CPAN
30DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny 30DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny
31DEPENDS+= p5-Devel-Autoflush>=0.04:../../devel/p5-Devel-Autoflush 31DEPENDS+= p5-Devel-Autoflush>=0.04:../../devel/p5-Devel-Autoflush
32DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive 32DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive
33DEPENDS+= p5-File-HomeDir>=0.58:../../devel/p5-File-HomeDir 33DEPENDS+= p5-File-HomeDir>=0.58:../../devel/p5-File-HomeDir
34DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd 34DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd
 35DEPENDS+= p5-IO-CaptureOutput>=1.03:../../devel/p5-IO-CaptureOutput
35DEPENDS+= p5-Parse-CPAN-Meta-[0-9]*:../../devel/p5-Parse-CPAN-Meta 36DEPENDS+= p5-Parse-CPAN-Meta-[0-9]*:../../devel/p5-Parse-CPAN-Meta
36DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl 37DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
37DEPENDS+= p5-Tee>=0.13:../../devel/p5-Tee 38DEPENDS+= p5-Tee>=0.13:../../devel/p5-Tee
38DEPENDS+= p5-Test-Reporter>=1.54:../../devel/p5-Test-Reporter 39DEPENDS+= p5-Test-Reporter>=1.54:../../devel/p5-Test-Reporter
39 40
40.if !empty(PKG_OPTIONS:Mproc-processtable) 41.if !empty(PKG_OPTIONS:Mproc-processtable)
41DEPENDS+= p5-Proc-ProcessTable>=0.45:../../devel/p5-Proc-ProcessTable 42DEPENDS+= p5-Proc-ProcessTable>=0.45:../../devel/p5-Proc-ProcessTable
42.endif 43.endif
43 44
44BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.36:../../devel/p5-ExtUtils-MakeMaker 
45BUILD_DEPENDS+= p5-IO-CaptureOutput>=1.03:../../devel/p5-IO-CaptureOutput 
46BUILD_DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple 
47 
48.include "../../lang/perl5/module.mk" 45.include "../../lang/perl5/module.mk"
49.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-CPAN-Reporter/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-CPAN-Reporter/distinfo 2009/06/01 19:25:50 1.2
+++ pkgsrc/devel/p5-CPAN-Reporter/distinfo 2009/06/14 19:39:48 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/06/01 19:25:50 sno Exp $ 1$NetBSD: distinfo,v 1.3 2009/06/14 19:39:48 sno Exp $
2 2
3SHA1 (CPAN-Reporter-1.1707.tar.gz) = 0e6394fde6dab8cfe7f79bb5b6a78e29d62a3f89 3SHA1 (CPAN-Reporter-1.1708.tar.gz) = 1c5fc36870711d6461750badc64c8d8c0fd5a0b6
4RMD160 (CPAN-Reporter-1.1707.tar.gz) = 75ad0e368c9c39fb438cf186b007b26fd9f356e0 4RMD160 (CPAN-Reporter-1.1708.tar.gz) = e98e0b3582cb9322d439a9277fdf7988953eeaed
5Size (CPAN-Reporter-1.1707.tar.gz) = 122941 bytes 5Size (CPAN-Reporter-1.1708.tar.gz) = 123146 bytes