Wed May 6 02:30:06 2015 UTC ()
Update 1.7031 to 1.7033
-----------------------
1.7033  2015-05-01 17:17:42 PDT
   [Improvements]

 - Remove MakeMaker and Module::Build from cpanm's runtime
   dependencies. Rather it will upgrade the minimum version requirement as
   it finds distributions that uses them in configure requirements. Also,
   they will be installed with 'notest' option for now, since Module::Build
   test suite takes a bit too long time.

1.7032  2015-04-29 18:51:36 PDT
   [Improvements]

  - Prefer to use cpanmetadb's package history API for pinning
    versions. Note that it only works against versions since April 2012. You
    can set `--metacpan` to still prefer MetaCPAN API search, and can use
    `--cascade-search` to fallback to MetaCPAN after CPAN MetaDB as well.


(mef)
diff -r1.34 -r1.35 pkgsrc/devel/p5-App-cpanminus/Makefile
diff -r1.30 -r1.31 pkgsrc/devel/p5-App-cpanminus/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/devel/p5-App-cpanminus/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-cpanminus/Makefile 2015/04/25 01:24:07 1.34
+++ pkgsrc/devel/p5-App-cpanminus/Makefile 2015/05/06 02:30:06 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2015/04/25 01:24:07 mef Exp $ 1# $NetBSD: Makefile,v 1.35 2015/05/06 02:30:06 mef Exp $
2 2
3DISTNAME= App-cpanminus-1.7031 3DISTNAME= App-cpanminus-1.7033
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/App-cpanminus/ 9HOMEPAGE= http://search.cpan.org/dist/App-cpanminus/
10COMMENT= Perl5 script to get, unpack, build and install modules from CPAN 10COMMENT= Perl5 script to get, unpack, build and install modules from CPAN
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/App/cpanminus/.packlist 14PERL5_PACKLIST= auto/App/cpanminus/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.30 -r1.31 pkgsrc/devel/p5-App-cpanminus/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-cpanminus/distinfo 2015/04/25 01:24:07 1.30
+++ pkgsrc/devel/p5-App-cpanminus/distinfo 2015/05/06 02:30:06 1.31
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.30 2015/04/25 01:24:07 mef Exp $ 1$NetBSD: distinfo,v 1.31 2015/05/06 02:30:06 mef Exp $
2 2
3SHA1 (App-cpanminus-1.7031.tar.gz) = e4fdecbfa5844f0549b1bfbaa9fbe7d40a04c1ae 3SHA1 (App-cpanminus-1.7033.tar.gz) = 0d40be588b3f53dfeb131faa19e69c5bf632a350
4RMD160 (App-cpanminus-1.7031.tar.gz) = 90ba8c019eb4c98274a7d00ea0afd5ad24d68086 4RMD160 (App-cpanminus-1.7033.tar.gz) = ae170e98f9bce4aa77feaafae7c18349c05c3d7b
5Size (App-cpanminus-1.7031.tar.gz) = 315536 bytes 5Size (App-cpanminus-1.7033.tar.gz) = 314568 bytes