diff options
author | wen <wen@pkgsrc.org> | 2013-07-14 00:20:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-14 00:20:20 +0000 |
commit | 9e550e226da8effe996443c173bed2a44b28365b (patch) | |
tree | c5ab5d1959f4a9ee20e7241d46cc9669e7c2dc93 | |
parent | 0b2a5efb3237b01d727cb7fddf663a18fe1bd819 (diff) | |
download | pkgsrc-9e550e226da8effe996443c173bed2a44b28365b.tar.gz |
Update to 1.6923
Upstream changes:
1.6923 2013-07-03 22:16:04 PDT
[Bug Fixes]
- Reverted the --skipdeps in PERL_AUTOINSTALL since it breaks default
dependencies in Module::Install-based distributions
1.6922 2013-06-19 13:55:54 PDT
[Improvements]
- No changes in the code, packaging update so the fatpacked executable on cpanm has
the right version. #274
1.6921 2013-06-18 03:18:55 PDT
[Bug Fixes]
- Fixes install with Module::Build < 0.35, i.e. vanilla perl 5.10.1
(Thanks to joshk for the report)
- Fixes install on 5.8 with Module::Build dists without configure_requires #273
(Thanks to gildegoma for the report)
1.6920 2013-06-14 14:08:44 PDT
[Improvements]
- Handle PERL_LOCAL_LIB_ROOT in case multiple paths are stacked (mst)
- Remove the search.cpan.org fallback where no META files exist. Generate stub using CPAN::Meta
1.6919 2013-06-12 08:32:06 PDT
[Incompatible Changes]
- Automatically detect local::lib mode when environment variables are already configured
on the shell. This is to fix the first time run when local::lib is configure but arch
library path doesn't exist. #263
1.6918 2013-06-10 13:02:06 PDT
[Improvements]
- Fix documentation about --quiet
- Find the best (non-backpan) match out of MetaCPAN results when there are multiple
results https://github.com/CPAN-API/cpan-api/issues/274
1.6917 2013-06-05 10:07:12 JST
[Incompatible Changes]
- build.log is now created inside a work directory, then a symlink to the file is
made in ~/.cpanm. On platforms where symlink is not available (Win32), the build.log
file is copied from the build directory once the installation has finished. (ilmari)
1.6916 2013-06-04 19:54:36 JST
[Improvements]
- Do not complain upgrading cpanm in local::lib
- Accept 0-9_ in PAUSE ID (#265)
-rw-r--r-- | devel/p5-App-cpanminus/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-App-cpanminus/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-App-cpanminus/Makefile b/devel/p5-App-cpanminus/Makefile index 224f505790e..20c2ba26ed5 100644 --- a/devel/p5-App-cpanminus/Makefile +++ b/devel/p5-App-cpanminus/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2013/05/31 12:40:03 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/07/14 00:20:20 wen Exp $ -DISTNAME= App-cpanminus-1.6915 +DISTNAME= App-cpanminus-1.6923 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} diff --git a/devel/p5-App-cpanminus/distinfo b/devel/p5-App-cpanminus/distinfo index d3456eeff6e..d4bc3312af2 100644 --- a/devel/p5-App-cpanminus/distinfo +++ b/devel/p5-App-cpanminus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2013/05/20 15:23:37 wen Exp $ +$NetBSD: distinfo,v 1.20 2013/07/14 00:20:20 wen Exp $ -SHA1 (App-cpanminus-1.6915.tar.gz) = 6ab820a40daf6497a22b96e0ab387cf6b5c30660 -RMD160 (App-cpanminus-1.6915.tar.gz) = bb85ceb7619420b0dde808fb759e9eb409242e62 -Size (App-cpanminus-1.6915.tar.gz) = 99587 bytes +SHA1 (App-cpanminus-1.6923.tar.gz) = 527af90d824de1ce0dfa542fc9f636a36a982050 +RMD160 (App-cpanminus-1.6923.tar.gz) = 8d539f594c9df34bf5c1856954f37a65106600da +Size (App-cpanminus-1.6923.tar.gz) = 101489 bytes |