Sat Apr 24 15:57:49 2010 UTC ()
Update p5-App-cpanminus from version 0.9936 to version 1.0001.

Upstream changes:
1.0001  Sat Apr 24 16:20:56 CST 2010
   - Make this 1.0!

0.999_05 Wed Apr 21 20:37:25 JST 2010
   [Bug Fixes]
      - Fixed the timing to make -l and -L an abstract path (ash)

0.999_04 Mon Apr 19 15:21:01 JST 2010
   [Bug Fixes]
      - Fixed installationg from arbitrary URLs or file paths

0.999_03 Wed Apr 14 02:26:28 PDT 2010
   [Improvements]
      - Fixed a problem when uninstalling shadows fail with an old ExtUtils::Install
        by bootstrapping it to require 1.46

0.999_02 Tue Apr 13 09:08:00 CEST 2010
   [Improvements]
      - Improved --skip-installed so sub packages version in a distribution can be
        compared correctly
      - --look command is now back, per popular demands

   [Bug Fixes]
      - Fixed broken configure_requires in 0.999_01

0.999_01 Mon Apr 12 12:24:57 CEST 2010
   This is the first release candidate for 1.00

   [INCOMPATIBLE CHANGES]
      - Do not support (undocumented) CPANMINUS_* environment variable anymore. Use PERL_CPANM_* instead
      - Plugins are not supported anymore. They will be available as part of a new client!
      - Deleted --look command
      - Deleted --recent command

   [Improvements]
      - Get metadata from search.cpan.org before fetching tarballs, which makes commands like
        --info or --skip-installed much faster. #3, #8, #9
      - Added --mirror option where you can specify the mirror base URL
      - Added --prompt option that asks users to skip, force install, retry or look when test fails #23
      - When one of the dependencies fail to install, cpanm bails out the installation of source dist
        by default. --prompt will ask if you want to install anyway
      - Added a man page for cpanm

   [Developer Fixes]
      - Do not display 'Already tried...' message by default
      - Set non-zero exit code if one or more modules failed to build


(seb)
diff -r1.3 -r1.4 pkgsrc/devel/p5-App-cpanminus/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-App-cpanminus/distinfo

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

--- pkgsrc/devel/p5-App-cpanminus/Makefile 2010/04/22 02:52:34 1.3
+++ pkgsrc/devel/p5-App-cpanminus/Makefile 2010/04/24 15:57:49 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.3 2010/04/22 02:52:34 seb Exp $ 1# $NetBSD: Makefile,v 1.4 2010/04/24 15:57:49 seb Exp $
2# 2#
3 3
4DISTNAME= App-cpanminus-0.9936 4DISTNAME= App-cpanminus-1.0001
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/App-cpanminus/ 10HOMEPAGE= http://search.cpan.org/dist/App-cpanminus/
11COMMENT= Perl5 script to get, unpack, build and install modules from CPAN 11COMMENT= Perl5 script to get, unpack, build and install modules from CPAN
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/App/cpanminus/.packlist 17PERL5_PACKLIST= auto/App/cpanminus/.packlist

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

--- pkgsrc/devel/p5-App-cpanminus/distinfo 2010/04/22 02:52:34 1.3
+++ pkgsrc/devel/p5-App-cpanminus/distinfo 2010/04/24 15:57:49 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2010/04/22 02:52:34 seb Exp $ 1$NetBSD: distinfo,v 1.4 2010/04/24 15:57:49 seb Exp $
2 2
3SHA1 (App-cpanminus-0.9936.tar.gz) = de703c128c236b22136714f1eee4e57636cf48d0 3SHA1 (App-cpanminus-1.0001.tar.gz) = e305d7b58ad891404b8794d859eec37a1d58bad7
4RMD160 (App-cpanminus-0.9936.tar.gz) = fa013a21aae07d5823707ebea6eab5fc25e66ed0 4RMD160 (App-cpanminus-1.0001.tar.gz) = 428bc4e014d7d58ec9467eb55ff9dd63fa9205d9
5Size (App-cpanminus-0.9936.tar.gz) = 54793 bytes 5Size (App-cpanminus-1.0001.tar.gz) = 57754 bytes