diff options
author | wen <wen@pkgsrc.org> | 2012-08-20 12:45:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2012-08-20 12:45:25 +0000 |
commit | b979d92bc1cee5cf7318700fcc6944240f6caeb1 (patch) | |
tree | 4e8978b8ed770f12c7557b192253d43da7d4afb2 /devel/p5-App-cpanminus/Makefile | |
parent | 396e73474a4bbb2054f019b37c16c566aa6d3895 (diff) | |
download | pkgsrc-b979d92bc1cee5cf7318700fcc6944240f6caeb1.tar.gz |
Update to 1.5017
Based on PR pkg/46549 by Wen Heping(myself)
Upstream changes:
1.5017 Wed Jul 18 08:28:49 PDT 2012
[Improvements]
- Ignore tarballs whose first entry is "./" (doy) #184
1.5016 Tue Jul 17 12:00:57 PDT 2012
[Improvements]
- Added Module/CPANfile.pm to the fatlib. This allows bootstrapping dependencies
with cpanm --installdeps on Heroku etc.
1.5015 Sun Jun 24 15:34:57 PDT 2012
[Improvements]
- Improved Makefile.PL to include bugtracker info (Ben Bullock)
- Fixed some merge mess with devel
1.5014 Tue Jun 12 18:27:02 PDT 2012
[Improvements]
- Make sure 'f' flag becomes the last for some tar versions (mst, aaronsw)
- Fixed warnings on perl 5.17+ (rjbs)
- Fix local::lib error message (berekuk)
1.5013 Sat May 12 06:15:44 EEST 2012
[Bug Fixes]
- Fixed --cascade-search to seach for missing modules, which was broken by #150
1.5012 Fri May 11 05:47:56 CEST 2012
[Improvements]
- Change the behavior of --mirror-index so that it won't fallback to CPAN mirrors #150 (thaljef)
- Support v-strings in versions specified install [https://github.com/miyagawa/carton/issues/48]
1.5011 Thu Apr 12 18:57:06 JST 2012
[Improvements]
- Point default mirror to www.cpan.org #148
1.5010 Sat Mar 31 12:59:52 CEST 2012
[New Feature]
- Implemented --test-only option #40
1.5009 Fri Mar 30 18:44:12 CEST 2012
[Bug Fixes]
- Fixed a bug where URL containing ~ (childe) fails to install #134
- Fixed a bug where install.json contains bogus data when you specify dist paths
1.5008 Sat Mar 17 18:19:57 PDT 2012
[Bug Fixes]
- Fied a bug where `cpanm Foo` doesn't properly activate local::lib during installs
when you don't have write permissions #143 (goodel, ash)
- Improved the warning message when you don't have write permisisons #145 (ash)
Diffstat (limited to 'devel/p5-App-cpanminus/Makefile')
-rw-r--r-- | devel/p5-App-cpanminus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-App-cpanminus/Makefile b/devel/p5-App-cpanminus/Makefile index e5565597041..40cc8170b86 100644 --- a/devel/p5-App-cpanminus/Makefile +++ b/devel/p5-App-cpanminus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2012/02/02 04:01:44 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.16 2012/08/20 12:45:25 wen Exp $ -DISTNAME= App-cpanminus-1.5007 +DISTNAME= App-cpanminus-1.5017 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} |