pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-App-cpanminus



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon May 20 15:23:37 UTC 2013

Modified Files:
        pkgsrc/devel/p5-App-cpanminus: Makefile distinfo

Log Message:
Update to 1.6915

Upstream changes:
1.6915  2013-05-15 19:00:56 PDT
   [Improvements]
      - Skip LWP when HTTPS mirror is specified and SSL driver is not installed 
(thaljef) #258
      - Fatpack Exporter to fix bootstrapping problems with perl 5.8.1/5.8.2 
(tokuhirom)

1.6914  2013-05-12 16:02:28 PDT
   [Incompatible Changes]
      - When you have a 1.01 of module X and CPAN mirror has 1.00, `cpanm X` 
would not
        overwrite with 1.00, unless you specify `--reinstall`. `cpanm X@1.00` 
will
        continue installing the version (and ranges) you specify. #257

1.6913  2013-05-09 17:02:43 PDT
   [Improvements]
      - Fix download URL for 2-letter PAUSE-ID #255
      - Documentation fixes

1.6912  2013-05-06 13:58:33 PDT
   [Bug Fixes]
      - `curl -L cpanmin.us | perl - --self-upgrade` should not complain about 
'-' not in the
        install path (Thanks to jdb)

1.6911  2013-05-04 13:26:17 PDT
   [Incompatible Changes]
      - Turn off automatic installation of recommendations by default, for now

1.6910  2013-05-03 00:29:22 PDT
   [Bug Fixes]
      - Do not output the "up to date" message when the requested version is 
higher than
        what's on mirror index #246

1.6909  2013-04-29 01:49:04 PDT
   [Improvements]
      - Fixed error messages and tests for #237

1.6908  2013-04-26 18:11:38 PDT
   [Improvements]
      - Stop counting failures upon installing dependencies, rather check if 
dependencies
        are satisfied once it's done. #237

1.6907  2013-04-26 11:39:00 PDT
   [Maintenance]
      - Make this a non-dev release

1.6906  2013-04-24 23:18:54 PDT
   [Improvements]
      - Fixed messaging so that downgrading says downgrades (@tsibley) #240
      - Prepend space in pure-perl options so that other args can stay (@gfx) 
#242
      - Add --skipdeps to PERL_AUTOINSTALL env for old versions of AutoInstall 
bundled in inc/

1.6905  2013-04-23 20:03:36 PDT
   [Improvements]
      - Added NONINTERACTIVE_TESTING environment variables when it is not 
interactive
        per Lancaster Consensus
      - Added --pp, --pureperl command line option to prefer Pure perl build of 
the distribution
        which supports Lancaster Consensus

1.6904  2013-04-23 19:23:31 PDT
   [Bug Fixes]
      - Fixes installation failure when perl is in 'recommends' (sjn) #238

1.6903  2013-04-22 09:05:50 CST
   [New Features]
      - EXPERIMENTAL --uninstall/-U command to uninstall modules

1.6902  2013-04-21 09:16:46 CST
      - No changes, maintenance release

1.6901  2013-04-21 08:50:10 CST
   [Improvements]
      - --self-upgrade dies rather than warns when it's installed via perlbrew 
etc.
      - Fixed --version output

1.6900  2013-04-15 16:41:31 JST
   [Maintenance]
      - Remove 'cpanm' executable in the root directory from the distribution

1.6193  2013-04-15 16:36:53 JST
   [Maintenance]
      - Changed how to make a release by switching to Milla and dzil

1.6192  Sun Apr 14 17:12:52 JST 2013
   [New Features]
      - Support features with --with-feature

   [Improvements]
      - Fixed an inconsistency when `cpanm Module@ver` always tries to reinstall
        the module even when you have it already, when --skip-installed is on
      - Display useful info about %ENV, %Config and @INC in cpanm --version

1.6191  Sun Apr 14 12:05:57 JST 2013
   [New Features]
      - Support --configure-args

   [Improvements]
      - Use String::ShellQuote on non-Win32 systems
      - Strip lib files for cpanm executable as well
      - Support version requirements for 'perl', not just modules

1.6190  Sat Apr 13 20:44:52 JST 2013
   [New Features]
      - Support --with-develop to install develop dependencies
      - Installs 'recommends' dependencies by default, but ignore failures
      - Add --with-suggests to also install 'suggests' dependencies

   [Improvements]
      - Overhauled Metadata handling using CPAN::Meta's validation
      - Stopped monkey-patching Module::Build to skip man-page generation #130

1.6108  Sat Apr 13 15:29:32 JST 2013
   [Improvements]
      - Fix the way local::lib options are expanded
      - Support --configure-timeout, --build-timeout and --test-timeout
      - Enable PERL_MM_USE_DEFAULT in building as well
      - Fixed the way fatpacked modules are perl-stripped

1.6107  Sat Apr  6 21:17:57 PDT 2013
   [Improvements]
      - strip perl files in fatlib. Reduces cpanm executable size about 100KB

1.6106  Sat Apr  6 14:18:25 PDT 2013
   [Improvements]
      - Support git-ssh with @commit (ikasam_a)

1.6105  Thu Apr  4 22:15:44 PDT 2013
   [Improvements]
      - Better error message when https is not supported with LWP #117

1.6104  Tue Apr  2 18:02:53 PDT 2013
   [New Features]
      - Added --self-contained, it's like --local-lib-contained but without 
--local-lib (schwern)

1.6103  Sat Mar 30 14:33:07 PDT 2013
   [Bug Fixes]
      - Fixed rare crash with version.pm loading order in perl 5.8 (tokuhirom)

1.6102  Wed Mar 27 17:14:18 PDT 2013
   [Improvements]
      - Added a safe guard check if Module::CoreList loaded is broken/outdated 
(jdb)
      - Removed the check to see if make executable begins with quotes (jdb, 
charsbar)
      - Added to load Module::Metadata in post-installation #226

1.6101  Mon Mar 25 13:39:56 PDT 2013
   [Improvements]
      - Always install direct test dependencies with --installdeps even when
        --notest option is used. This should make Travis CI users happy #222 
(hide_o_55)

1.6100  Sun Mar 24 21:09:30 PDT 2013
   [Improvements]
      - Support 'perl' key in requires (aka The Oslo Consensus) #221 (tokuhirom)
      - Gives warnings when pruning lots of work directories (xdg)

1.6008  Tue Mar 19 09:07:43 PDT 2013
   [Improvements]
      - Document the link to privacy policy for perl version collection, as 
well as
        added option --no-report-perl-version to opt out

1.6007  Sun Mar 17 14:26:07 PDT 2013
   [Improvements]
      - Fixed a warning where temp directory created with git install doesn't 
actually
        cleanup the temporary directory. (Tim Heaney) #219

1.6006  Wed Mar 13 22:53:44 PDT 2013
   [Improvements]
      - Fixed --save-dists option when used with non-CPAN distros. They're now
        saved into $dir/vendor. (Dave Rolsky) #216
      - Fixed PAUSE dist path where author ID is only 2 chars (Brian Cassidy) 
#218

1.6005  Fri Mar  8 11:46:11 PST 2013
   [Improvements]
      - Fatpack CPAN::Meta to fix bootstrap failure with --installdeps + 
cpanfile

1.6004  Fri Mar  8 11:30:37 PST 2013
   [Improvements]
      - Add perl version to User-Agent strings

1.6003  Fri Mar  8 10:57:13 PST 2013
   [Improvements]
      - Display cpanfile syntax error if any (robario)
      - Fixed failure to install oddly laid out dists without blib (winfinit)

1.6002  Wed Feb 27 12:12:09 PST 2013
   [Improvements]
      - Support parsing configure dependencies from META.json in spec 2 
(kazeburo)

1.6001  Tue Feb 26 16:57:04 PST 2013
   [Improvements]
      - Enable developer release if a specific version is requested with == or 
@. #203

1.6000  Tue Feb 26 09:50:57 PST 2013
   [Major Changes since 1.5]
      - Support fixed version search with @version and ~"version range"
      - MetaCPAN and BackPAN search using MetaCPAN API
      - --dev to install developer releases
      - Install via git:// URL (with @branch, tag or commit)
      - Better MYMETA version range and cpanfile support
      - No fallback to search.cpan.org, which means you can't install from 
command names

1.59_13 Mon Feb 25 12:06:44 PST 2013
   [New Features]
      - Support @branch (or commit or tag) in Git URLs so that you can specify a
        commitish to check out before installing from Git repo
      - Search for BackPAN by default when specific version (or range) is 
requested

   [Improvements]
      - Detect .zip root directory more reliably (frioux)
      - Fixed pathname of the CPAN distribution given as a URL (xaicron)

1.59_12 Wed Feb 13 18:13:49 PST 2013
   [Internals]
      - Switch to metacpan_script for the new MetaCPAN query

1.59_11 Mon Feb 11 14:10:26 PST 2013
   [Improvements]
      - Support META.json in addition to META.yml for pre-configure requirements
      - Fatpack JSON::PP and CPAN::Meta::YAML properly

1.59_10 Thu Feb  7 16:27:03 PST 2013
   [New Features]
      - EXPERIMENTAL: added an ability to install from git URL (ikasam_a)

   [Improvements]
      - Exclude backpan distribution from MetaCPAN query (mo)
      - Add back Module::CPANfile to fatpack, accidentally deleted in a 
previous release
      - Remove CPAN::Meta from fatpack, because it's unsued yet. This reduces 
the file
        size of cpanm executable about 30%.

1.59_09 Thu Feb  7 01:55:48 PST 2013
   [Improvements]
      - Re-enable --metacpan option to prefer MetaCPAN over CPANMetaDB for all 
queries,
        mostly for testing purpose.
      - Improved MetaCPAN queries in case a release have multiple modules with 
different
        versions. Also fixed a bug where it tried to extract distribution 
version as a
        module version in some cases

1.59_08 Wed Feb  6 11:25:45 PST 2013
   [Bug Fixes]
      - Prioritize MetaCPAN when --dev option is enabled, for real

1.59_07 Wed Feb  6 11:08:05 PST 2013
   [Incompatible Changes]
      - Disable implicit --skip-satisfied auto conversion with version 
specification
      - Do not fallback to search.cpan.org scraping anymore. This means some of 
the bogus
        search that doesn't match package name on PAUSE but returns a hit on 
search.cpan.org
        can't be installed anymore. You have to use the right package name for 
it.
      - Enable MetaCPAN search by default. --metacpan option is deprecated

   [New Features]
      - EXPERIMENTAL: --dev option to enable including developer release for 
searching
        against MetaCPAN

   [Improvements]
      - Improve MetaCPAN query to search stable releases, unless developer 
release is requested

1.59_06 Tue Feb  5 12:36:00 PST 2013
   [Incompatible Changes]
      - --mirror-index option doesn't automatically assume --mirror-only

   [Improvements]
      - Use versioned MetaCPAN API endpoint (oalders)

1.59_05 Mon Feb  4 11:49:40 PST 2013
   [New Features]
      - Support version ranges in command args and cpanfile queried agsinst 
MetaCPAN
        with the proper version range query to get the best version that 
satisfies
        the requirements. Huge thanks to #metacpan guys

1.59_04 Sun Feb  3 09:04:12 PST 2013
   [Improvements]
      - Make file copy more reliable on Win32 (A.J. Lucas) #180
      - Always send cpanminus User-Agent to the servers no matter which backend 
is used (curl, wget etc.)

1.59_03 Fri Feb  1 10:42:57 PST 2013
   [Improvements]
      - Fix issues working with file:// URLs with drive letters on Win32 (A.J. 
Lucas) #180
      - Fix home directory detection without HOME env on win32 (kmx, Christian 
Walde) #132
      - Allow comment fields in 02packages file (Jeffrey Thalhammer) #187

1.59_02 Thu Jan 31 19:09:43 PST 2013
   [New Features]
      - Added experimental @ shortcut to mean exact version e.g. cpanm DBI@1.20
      - Support version range with "~", such as cpanm DBI~">= 1.0, < 2.0"
      - Enable metacpan release search when exact version is given (and when 
mirror-only is not specified)
        i.e. cpanm DBI@1.100 will fetch the exact release based on metacpan

1.59_01 Thu Jan 31 09:54:50 PST 2013
   [New Features]
      - Added a proper support for version range in MYMETA files using 
CPAN::Meta::Requirements
      - Skip installing modules when found versions from CPAN doesn't satisfy 
the requirement, rather
        than proceeding as if it is ok. For instance, if a ditribution X 
requires Y >= 1.1 and Y on
        CPAN (or your CPAN mirror) has 1.0, cpanm will just complain and stop 
installing it.
      - Better cpanfile end-to-end support
      - Upgraded fatpacked modules to the latest


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-App-cpanminus/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-App-cpanminus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index