- Updated from v0.0562 to v0.061 - Change restriction from Perl 5.6.0+ to 5.6.1+ as required by the vendor - Update pkg-plist - Rename patches to satisfy portlint Changes for 0.061 Wed Mar 15 16:09:03 CET 2006 ===================================================== * The template for the original configuration got shipped with a few default values that will not work on every system. Anyone who manually configures should not be affected, but the automated configuration may draw the wrong conclusion. For safetey sake, and to minimize possible issues for users, this release ships a template with sensible cross-platform defaults again Changes for 0.060 Fri Mar 10 17:19:06 CET 2006 ===================================================== * This is a major release of CPANPLUS, supporting 3rd party package creation and shell plugins * include bin/cpanp-boxed for a bootstrapped version of cpanp; this allows you to use cpanp without configuring/installing anything. * Include clear installation instructions in the README, beyond the simple 'perl Makefile.PL; make; make install' * save sources to disk after creating the trees, not at end of script this should speed up closing the application, at a one time overhead when parsing the sourcefiles * add more diagnostics on updating source files * Make CPANPLUS::inc redundant -- bundled modules required for boot strapping no longer get installed. * Update bundled modules for bootstrapping to most recent versions * Various tweaks to Makefile.PL to make installing friendlier * perl Makefile.PL AUTOINSTALL=1 now no longer requires any user input (just like $ENV{PERL_MM_USE_DEFAULT} already did). * Filter out .meta files from the CHECKSUMS file * apply patch from yperl@club-internet.fr to stop Makefile.PL from dying if user doesn't want to configure now, and doesn't have an existing config.pm * fix typo introduced in 0.052 that broke Classic.pm * fix cpan2dist's ungraceful dying if the dist object was undefined (fixes part of [#17568] bad diagnostics from checksum errors/cpan2dist) * address #17655: [WISHLIST] Report bad signature send out a fail test report when a signature check fails * address #17984: (Two Problems in Makefile.PL) Changes for 0.059_01 Sat Oct 15 14:20:16 CEST 2005 ===================================================== * This is a development release supporting 3rd party package creation and shell plugins * Add new callback to filter prereqs * Add plugin support to the default shell * Add a howto on writing plugins: CPANPLUS::Shell::Default::Plugins::HOWTO * Set Data::Dumper::Indent to 1 in the default shell * Document --update_source switch in the default shell * Add 's mirrors' to the default shell documentation * Improve Internals.pm documentation * Add basic documentation to undocumented functions in Utils.pm * Implement proper 'ignore' option for cpan2dist and rename old 'ignore' to 'ban' * Allow the --*list options to cpan2dist to be given more than once. * Fix typo in cpan2dist that wasn't setting the makefile preference correctly * Add an option to redirect output to cpan2dist * Add alarm functionality to cpan2dist * The 'sudo' setting is now being defaulted to its previous setting during setup * Attempt to show what previous config was found during setup if possible. * Disable checksums fetch when downloading readme * Store found prereqs in the dist object when we can * Use constants for strings where possible. * Determine installer type in CPANPLUS::Module::dist() if we haven't already * Support both cp_error/error and cp_msg/msg as diagnostic functions * When extracting files, make sure +x is set on directories * When extracting files, store their names * Renamed vcmp() to _vcmp() to mark it's privateness. * Add a seperate method in Dist.pm to check if a prereq has been satisfied, so modules subclassing Dist.pm may override it (thanks to Ken Williams). * Add an 'add_to_includepath' method to Module.pm, so modules can add their build paths to @INC. * Module::Build's 'perl version too low' diagnostic changed between releases. Make sure our test reporter understands both (fixes [#15197], thanks to Barbie) * t/01_CPANPLUS-Configure.t doesn't load CPANPLUS::Config directly anymore, as there may be an %ENV setting * Fix t/05_CPANPLUS-Internals-Fetch.t to compensate when being on non-unixy platforms [#1455] pointing to the config file instead * Update bundled modules to their latest version
Responsible Changed From-To: freebsd-ports-bugs->aaron Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed after maintainer timeout.