The NetBSD Project

CVS log for pkgsrc/devel/p5-CPAN/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-CPAN

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Fri Sep 4 10:22:46 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +1 -1 lines
FILE REMOVED

p5-CPAN: remove, part of perl since 1998

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 31 18:07:31 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Oct 10 12:24:09 2019 UTC (3 years, 11 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

(devel/p5-CPAN) Updated 2.26 to 2.27

2019-07-03  k  <andk@cpan.org>

	* release 2.27
	* stable release, no functional change compared to 2.27-TRIAL2
	* updated public key for PAUSE in the file PAUSE2021.pub
	* small additions to distroprefs, to the Makefile.PL, and to the
	MANIFEST

2019-06-09  k  <andk@cpan.org>

	* release 2.27-TRIAL2
	* bugfix: omit the new POSIX::setsid call and the waitpid with
	WNOHANG on Windows
	* bugfix: the signalhandler has to kill the new process group
	spawned for running the tests
	* adding the README file that was generated during the release of
	2.27-TRIAL

2019-05-31  k  <andk@cpan.org>

	* release 2.27-TRIAL

	* two new options to protect against accidental downgrades:
	allow_installing_outdated_dists and
	allow_installing_module_downgrades

	* two new options to tune the automatic determination of the
	nearest peers: urllist_ping_external and urllist_ping_verbose;
	NOTE: this feature was developed during the Perl Toolchain Summit
	2019 in Marlow; thanks to the sponsors: Booking.com, cPanel,
	MaxMind, FastMail, ZipRecruiter, Cogendo, Elastic, OpenCage Data,
	Perl Services, Zoopla, Archer Education, OpusVL, Oetiker+Partner,
	SureVoIP, YEF

	* reveal the size of PERL5LIB in diagnostic output

	* new semantics for parameter ftpstats_size: setting to '0' or
	lower, disables download statistics

	* bugfix: under certain circumstances, failing dependencies via
	recommends and suggests could abort a build; this is now fixed

	* bugfix: protect bundle processing against unavailable bundle
	files and missing build directories

	* bugfix: fix broken permissions after untar

	* bugfix: protect against exceptions from unzip

	* bugfix: add one level of fork+setsid for testing to prevent that
	a test can kill the process group that CPAN.pm is running in.
	Learned from experience with testing VIZDOM/DBD-JDBC-0.71.tar.gz

	* fix plugins: all early returns from all methods, that are
	accessible for plugins, now call the post* plugins

	* new question answered in the FAQ: "How can I switch to sudo
	instead of local::lib" (thanks to Amos Bird for asking the
	question on irc)

	* plenty of new and updated distroprefs documents, among which are
	some important ones to prevent Module::AutoInstall from switching
	to CPANPLUS and taking over (and harming) the build

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 11 13:18:54 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.23 / (download) - annotate - [select for diffs], Sat Apr 20 04:42:18 2019 UTC (4 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update to 2.26

Upstream changes:
2019-03-19  k  <andk@cpan.org>

        * release 2.26

        * testfix release, no functional change

        * 97-run.t is now skipped when test is run by root user because
        perldoc often fails for root user (thanks to Binarus for
        reporting)

        * small additions to distroprefs and to the Makefile.PL

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 16 14:10:54 2019 UTC (4 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Update to 2.25

Upstream changes:
2019-03-03  k  <andk@cpan.org>

        * release 2.25

        * two weeks after the TRIAL release cpantesters have produced 298
        pass and 2 fail reports on 108 different configurations; the two
        fails are outliers I don't understand

        * no functional change over 2.25-TRIAL; only a couple in the
        distroprefs directory which is not used per default

2019-02-16  k  <andk@cpan.org>

        * release 2.25-TRIAL

        * fix: Avoid a warning when prompting install_help intro (Nicolas
        R/atoomic)

        * testfix: load the tested module early, before juggling with @INC

        * testfix: replace an exec with system and exit (greetings to Windows)

        * two more distroprefs lines

2019-02-14  k  <andk@cpan.org>

        * release 2.24-TRIAL

        * fix: set internal error state on writemakefile=NO in a rare case
        without any output

        * test fix: avoid a so far unreflected dependency on perldoc

        * a few more distroprefs

2019-02-10  k  <andk@cpan.org>

        * release 2.23-TRIAL

        * fix: when option cleanup_after_install is active, prevent
        rerunning make install after a cleanup; allow it only with the
        help of force; also prevent that it is triggered too early

        * fix: address #121162: support distroprefs for install.env

        * fix: the option h on cpan script now really ignores all other
        options and arguments

        * fix: Local::Null::Logger on cpan script did not honour
        CPANSCRIPT_LOGLEVEL

        * address #122520: exit 1 on unknown options on cpan script

        * address #94941: refuse to generate reports with CPAN::Reporter
        lower than 1.2011

        * fix: distropref method "goto" now inherits CALLED_FOR and other
        attributes from caller

        * fix: correct a buggy version comparison when testing version of
        Net::Ping

        * portability fix: ensure that Compress::Zlib supports gzopen()

        * internal fix: never overwrite internal attribute CALLED_FOR (no
        known user-relevant implications)

        * tiny test fixed uncovered by cpantesters, various tiny typo
        corrections

        * a couple of new and updated distroprefs files

Revision 1.21 / (download) - annotate - [select for diffs], Mon Dec 31 09:42:16 2018 UTC (4 years, 8 months ago) by wen
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Update to 2.22

Upstream changes:
2018-12-23  k  <andk@cpan.org>

        * release 2.22

        * one week after the TRIAL release cpantesters have produced 306
        pass and 0 fail reports on 157 different configurations

        * no functional change over 2.22-TRIAL; only one change in the
        distroprefs directory which is not used per default and a minor
        change in the Makefile.PL to ensure that the signature for the
        tarball is produced with the current version of Module::Signature.

2018-12-16  k  <andk@cpan.org>

        * release 2.22-TRIAL

        * fix: erroneous propagation from build_requires to requires
        (Andreas Koenig)

        * fix: ensure that the post install hook is always called (Andreas
        Koenig)

        * fix: the single blank line output that initializing CPAN does
        when it's not having to report anything (Achim Gratz)

        * doc fix: Correct spelling of Perl 5 command-line switch (James E
        Keenan)

        * doc fix: clarify use of pop/splice in the manpage of the
        Specfile plugin (Andreas Koenig)

        * a tiny amount of new and updated distroprefs files

2018-09-22  k  <andk@cpan.org>

        * release 2.21-TRIAL

        * Avoid hash slice autovivification (Reini Urban)

        * make chdir argument always stringified (Reini Urban)

        * support JSON::PP as fallback for `reports` command when no YAML
        is available (Michiel Beijen)

        * fix #116507: cpan -j relative path issue (brian d foy)

        * Bug fix for plugin `Specfile`: Build.PL script_files may be
        non-ARRAY (Bernhard Graf)

        * Fix tiny POD error (Aaron Crane)

        * Added suggestion to the user to fix the common 'Terminal does
        not support AddHistory error.' (Howard)

        * fix #87474: build_require_install_policy=no: runtime dependency
        not installed if also listed as build_require (Olivier Mengue, Slaven
        Rezi, Peter Rabbitson, Andreas König)

        * We are finally under the Travis umbrella (Katherine Spice)

        * Adapt Jim Keenan's patch for _download status checking (brian d
        foy)

        * Use the right key in cpan(1) -g log message (brian d foy)

        * address #124726: check for having EEXIST before using it (thanks
        to Sergey Aleynikov for debugging)

        * fix an unini warning from recompile() (thanks to frederick for
        reporting)

        * fix recently introduced bug: isa_perl() returns perl version
        again and a test is added to ensure that (thanks to frederick for
        reporting)

        * a modest amount of new, imported and updated distroprefs files

2017-11-26  k  <andk@cpan.org>

        * release 2.20-TRIAL

        * bugfix #123691: fix wrong wording of result message when r
        command hits an empty set (Thank to lorenzo taviani for reporting)

        * bugfix: remove spurious .= operator where an ordinary assignment
        was intended (Andreas Koenig)

2017-11-05  k  <andk@cpan.org>

        * release 2.19-TRIAL

        * bugfix #118921: make the null logger a non-null logger (Thanks
        to Alexandr Ciornii and Zefram for reporting)

        * tighten regexp in isa_perl (#123482) so that perl5-0.21 be
        recognized as module (Thanks to Father Chrysostomos for the
        request)

        * bugfix for cleanup_after_install: do not attempt to cleanup the
        current directory when the current directory is the build
        directory

        * improve robustness when CPAN::Reporter::record_command fails

        * improve diagnostics when CPAN::Meta::Requirements is too old or
        missing; bootstrapping older perls with new CPAN.pm should be
        easier now

        * improve robustness on file open issues

        * improve robustness when yaml files cannot be loaded

        * bugfix #121914: cpan client may fail when something is
        both recommended AND required (Thanks to Sergey Aleynikov for the
        report)

        * package the PAUSE2019.pub public key for signatures

        * bugfix on cpan script regarding -x option (H.Merijn Brand)

        * couple of updates on distroprefs and minor fixes

2017-03-30  k  <andk@cpan.org>

        * release 2.18-TRIAL

        * inject PERL_USE_UNSAFE_INC=1 also in "install" (Graham Knop,
        Leon Timmermans, Andreas Koenig)

        * bugfix: address #120781; protect circular Bundle definitions
        from deep recursion (Andreas Koenig)

        * various distroprefs files updated

2017-02-16  k  <andk@cpan.org>

        * release 2.17-TRIAL2

        * bump version number for CPAN/Distribution.pm

2017-02-15  k  <andk@cpan.org>

        * release 2.17-TRIAL

        * address #108: inject PERL_USE_UNSAFE_INC=1 on prepare, make, and
        test; survival strategy for perls compiled with
        -Ddefault_inc_excludes_dot (Todd Rinaldo, Graham Knop, Andreas
        Koenig)

        * make tests more robust against parallel runs and missing unzip
        program (Andreas Koenig)

Revision 1.20 / (download) - annotate - [select for diffs], Wed Aug 22 09:43:38 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive bump for perl5-5.28.0

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 5 14:22:38 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 19 08:52:51 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Updated p5-CPAN to 2.1600.

2017-02-14  k  <andk@cpan.org>

	* release 2.16

	* four weeks after the TRIAL2 release cpantesters have produced
	392 pass and 5 fail; by my estimation the fails are two bugs in
	the test suite: (1) insufficient rubustness against make -j and
	(2) insufficient robustness against missing unzip program; both
	will be targeted at a later date

	* otherwise no functional change; only changes in the distroprefs/
	directory (which is not used per default) and minor changes to
	Makefile.PL and t/97*.t

2017-01-16  k  <andk@cpan.org>

	* release 2.16-TRIAL2

	* release 2.16-TRIAL (had a broken manifest/signature file)

	* Adjust test 97-return_values.t to survive the removal of "."
	from @INC (Andreas Koenig)

	* Bugfix: fix wrong method call on $logger (Simon Legner)

	* Bugfix: protect version dependencies with eval to survive
	requirements like "2.08a" (Andreas Koenig)

	* Bugfix #47934: honour version requirement with "==" (Andreas
	Koenig)

	* partially address #82295: improve diagnostics (Andreas Koenig)

	* introduce new config variable cleanup_after_install: helps
	keeping build directory small (Andreas Koenig)

	* adopting changes from bleadperl related to removal of "." from
	@INC (Tony Cook)

	* distroprefs minor updates

2016-07-17  k  <andk@cpan.org>

	* release 2.15-TRIAL

	* bugfix #115734 App::Cpan Installing from cwd broken (Boutros Lab
	  Software, Andreas Koenig)

	* bugfix #115786 App::Cpan Can't locate object method "inst_file" via
	  package "AAA::Demo" (dmitryb, Andreas Koenig)

	* bugfix #115340 recursive dependencies (Father Chrysostomos, Andreas Koenig)

	* bugfix #110833 ftp proxy (Father Chrysostomos, Andreas Koenig)

	* distroprefs a handful of updates

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 16 07:24:51 2016 UTC (7 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Update to 2.14

Upstream changes:
2016-06-25  k  <andk@cpan.org>

	* release 2.14

	* three weeks after the trial release; cpantesters have generated 383
	passes, no fail

	* no changes except for a few in the distroprefs/ directory which do not
	count because it is not used per default

2016-06-04  k  <andk@cpan.org>

	* release 2.14-TRIAL

	* Fix failing tests on Windows (hopefully); tested on my i5-3317U
	notebook with Strawberry 5.24 and HARNESS_OPTIONS=j3: 104 wallclock secs

	* set SIGWINCH to IGNORE only when the key WINCH exists in %ENV (avert
	noise on boxes that do not support it)

	* fix a rare bug when ->expand returned nothing for whatever reason

	* improve diagnostics on fails during testing (but it is still very hard
	to debug these tests)

2016-05-16  k  <andk@cpan.org>

	* release 2.13-TRIAL

	* support for parallel running tests (tested with HARNESS_OPTIONS=j8)

	* bump all versions that have changed since 2.10 or 2.12 so we can
	generate a better pull request for bleadperl

2015-12-31  k  <andk@cpan.org>

	* release 2.12-TRIAL

	* merge in a lot of small changes to App::Cpan and cpan (brian d foy)

	* rt#92435: non-deterministic dependency handling (Zefram)

	* fix "Redundant argument in sprintf" (Father Chrysostomos)

	* rt#102867: sequential build dir names (Zefram)

	* rt#102429: Tarball with bad permissions may kill CPAN shell (Slaven Rezic)

	* rt#71722: Locking issues on Windows (Slaven Rezic, Andreas Koenig)

	* several small changes improving NFS file locking (Andreas Koenig)

	* warn if system returns -1 when trying to make (David Golden)

	* github#91: fixes Help to fit in an 80-character console window (Steve
	Hay, Andreas Koenig)

	* encourage plugin names of the style CPAN::Plugin::$something (Slaven Rezic)

	* rt#107353: set SIGWINCH to IGNORE (rene.schickbauer, Andreas Koenig)

	* rt#106009: bump dependency on IO::Scalar to 2.105

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 8 19:22:36 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:56 2015 UTC (8 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Mar 15 13:17:00 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.13: +1 -2 lines
Diff to previous 1.13 (colored)

(old) MASTER_SITES not deleted, deleting, sorry again.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 15 13:16:17 2015 UTC (8 years, 6 months ago) by mef
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Update 2.05 to 2.10 (PKGVERSION is 2.0500 to 2.1000)
-----------------------------------------------------
2015-03-13  k  <andk@cpan.org>
	* release 2.10
	* same code as 2.10-TRIAL

2015-02-22  k  <andk@cpan.org>
	* release 2.10-TRIAL
	* Fix Makefile/Build file test in prereq_pm (Craig A. Berry; RT 98265)
	* Don't use list assignment to %ENV in Distribution::make (Craig A.
	Berry; RT 98265)

	* Bump $VERSION in changed modules (for integration into blead, post
	5.21.9) (Steve Hay)

	* bump requirement for Socket.pm on Windows (Alexandr Ciornii)

2015-02-02  k  <andk@cpan.org>
	* release 2.09-TRIAL
	* tune verbosity of failing tests in 30shell.t (Andreas Koenig)
	* find or fetch MIRRORED.BY -- github #84 (brian d foy)
	* bump $VERSION in modules changed since CPAN-2.00 -- github #83 (Steve
	Hay)

2015-01-05  k  <andk@cpan.org>
	* release 2.08-TRIAL
	* fixes binary test files github #81 (brian d foy)

2015-01-04  k  <andk@cpan.org>
	* release 2.07-TRIAL
	* add support for Cwd::getdcwd and introduce workaround for a
	misbehaviour seen on Strawberry perl 5.20.1 (Andreas Koenig)

	* fixes bug that possibly CPAN::Meta::Requirements was not loaded in
	time (Andreas Koenig)

	* silences unini warnings from missing environment variables (tlhackque)
	* fixes chdir after building dependencies bug github #79 and #80 (David
	Schweikert)

	* some new and some improved distroprefes files, and some have gone too
	(Andreas Koenig, Slaven Rezic)

	* introduces experimental support for plugins/hooks (#apw2014 in
	Salzburg; Andreas Koenig, Branislav Zahradnik)

	* catches more user errors on the 'o conf' commandline (Andreas Koenig)
	* integrates the App::Cpan sources taken over from brian with lots of
	cleanup from him, so that they have less chance to digress (brian d foy)

	* fixes clear_credentials that were completely broken (Len Jaffe)
	* fixes typos (David Horner)

2014-08-06  k  <andk@cpan.org>
	* release 2.06-TRIAL
	* lazy load CPAN::Meta::Requirements (David Golden)
	* fix $rtt handling in App::Cpan (Peter Martini)
	* bump CPAN::Meta::Requirements requirement (Karen Etheridge)
	* fix unini warning in App::Cpan (mudler)
	* tiny distroprefs fixes (Andreas Koenig)
	* remove beta warning from distroprefs documentation (Andreas Koenig)
	* do not check recursion on optional dependencies (Andreas Koenig)
	* address rt.cpan.org #95271: sanity check META.yml to contain a hash
	(Alexandr Ciornii, Andreas Koenig)

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 31 11:42:32 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.11: +2 -4 lines
Diff to previous 1.11 (colored)

Update to 2.05:

2014-04-18  k  <andk@cpan.org>

	* release 2.05

	* amendments to the Changes file only, no code change: the github issue
	numbers were confused in the TRIAL releases. Thanks to Steve Hay for
	spotting.

2014-04-04  k  <andk@cpan.org>

	* release 2.05-TRIAL2

	* doc improvement for scan_cache/atstart (Slaven Rezic)

	* test improvement in 31session to fix false positives

2014-03-31  k  <andk@cpan.org>

	* release 2.05-TRIAL

	* take github #68 as 086c901: smoke faster (Alexandr Ciornii)

	* take github #67 as cfa93ad, to fix github #64: local::lib shell
	variable string output (David Golden)

	* take github #66 as 4c0da4e, to fix github #65: loop with "notest test
	some-module-with-dependencies" (Andreas Koenig, David Golden)

2014-03-18  Andreas Koenig  <k@UX31A>

	* release 2.04-TRIAL

	* history of master branch was rewritten after Tour de France bughunting
	(Lyon #QA2014); apologies to all repository followers: the real history,
	as it actually went, is not worth being recorded in the master branch.

	* address #91706 and #86915: the 'force install' bug and the endless
	loop bugs reported in the two tickets are fixed (joined forces)

	* new configure option 'use_prompt_default' (David Golden)

	* add new dummy distros OptionalPrereq and CircularPrereq for testing
	recommends/suggests support

	* experimental recommends/suggests support (David Golden, Andreas Koenig)

	* enable hiding of directories in the distroprefs tree (suggested by
	Slaven Rezi)

2013-09-15  k  <andk@cpan.org>

	* release 2.03-TRIAL

	* load META.yml not META.json (Tatsuhiko Miyagawa)

	* support numerics in cpan IDs (Tatsuhiko Miyagawa)

	* address #88565: fix unreachable core bug (Father Chrysostomos, David
	Golden, bb225be54aff753058e149c95ac3047f54892746)

	* address #76831: spaces on Win32 combined with
	make_install_make_command (Reini Urban, Steve Hay)

	* address #86405, #86406: fix typos, clarify comments (found by David
	Steinbrunner)

	* address #86915: upgrade build method from "make" to "test" on
	dependencies declared as build_requires (Andreas Koenig,
	fa1d3087d5246a08741c944768a9732c35c944af)

2013-06-23  Andreas Koenig  <k@UX31A>

	* release 2.02-TRIAL

	* the production of META.json was missing in 2.01

2013-06-22  Andreas Koenig  <k@UX31A>

	* release 2.01-TRIAL

	* add binmode in two places in CPAN::Tarzip (Dave Saville via RT #86328)

	* make distroprefs tolerant against missing prefs dir (akoenig)

	* regain 5.6.2 compatibility (akoenig)

	* add PAUSE key up to 2015 (akoenig)

2013-06-18  Andreas Koenig  <k@UX31A>

	* Use CPAN::Mirrors correctly (brian d foy)

	* Add default_mirror(), clean up docs a bit (brian d foy)

	* allow subdirectories in distroprefs (Alexandr Ciornii)

	* www.cpan.org is now the default CPAN mirror (David Golden)

	* Adds recommends_policy and suggests_policy to support recommended and
	suggested prerequisites (David Golden; incomplete because partially
	reverted)

	* Adds recommends_policy and suggests_policy to support (David Golden;
	incomplete because partially reverted)

	* Fix various prerequisite resolution bugs (David Golden)

	* Internal: Split 'make' method into 'prepare' and 'make' methods
	  (Matt S. Trout and David Golden)

	* Internal: Refactor get/prepare/make/test/install shortcut logic
	  and return values (David Golden)

Revision 1.11 / (download) - annotate - [select for diffs], Thu May 29 23:35:40 2014 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 21 17:45:17 2013 UTC (9 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.9: +17 -8 lines
Diff to previous 1.9 (colored)

Updating package for CPAN distribution CPAN in devel/p5-CPAN from 1.9800nb2
to 2.0000 (Upstream 2.00).

PkgSrc changes:
- include recommended depencies
- update generated by Packager::Utils

Upstream changes:
2013-04-12  Andreas Koenig  <k@UX31A>
	* release 2.00 (at Lancester #QA2013)
	* Removed the trial status for the release in the Makefile.PL
	* Merge with App::Cpan 0.61 (just a version number change)

2013-02-06  k  <k@k83.linux.bogus>
	* release 2.00-TRIAL
	* import App::Cpan 0.60_02 from brian d foy
	* RT#82589 doc fix thanks to Zefram
	* several portability fixes for 5.6.2
	* RT#83042 workaround for current circular dependency in CPANPLUS and
	CPANPLUS::Dist::Build

2012-10-16  Andreas Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* release 1.99_51
	* RT #79969: fix incompatibilities with VMS (Craig Berry)
	* bugfix: distroprefs of type pl/args were dropped for 'perl Build.PL'
	* RT #73742: watch build_dirs and react calmly when one has gone lost

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 31 12:40:05 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 31 11:17:42 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 3 21:54:39 2012 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 10 09:52:50 2011 UTC (12 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.5: +6 -8 lines
Diff to previous 1.5 (colored)

Changes 1.9800:
* RT 69463: fix memory leak in CacheMgr

Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:16 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 7 20:49:40 2009 UTC (14 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Updating package for p5 module CPAN from 1.9400 to 1.9402

Upstream changes:
2009-06-27  Andreas J. Koenig  <andk@cpan.org>
	* release 1.9402, nearly identical to 1.94_01 with these additions:
	* protect build_dir_reuse to not process irrelevant yaml files;
	  addressing a bug report by Asif Iqbal on cpan-discuss mailing list
	* doc fix by Dan Dascalescu

2009-06-14  Andreas J. Koenig  <andk@cpan.org>
	* release 1.94_01, a candidate for the next stable release
	* friendlier CPAN shell startup message (RT#46869 by ADAMK)
	* sets $Archive::Tar::CHOWN=0 and $Archive::Tar::SAME_PERMISSIONS=0;
          (RT#46384 reported by John Lightsey)
	* fix CPAN Testers reports summary for new website YAML format
	  (RT#46652; David Golden)
	* continuing to improve error handling on unplugged operation (tracked
	  in RT#44549)
	* fix RT#46378: what happens when using 'o conf urllist' for reordering

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 24 12:51:18 2009 UTC (14 years, 4 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

pkgsrc changes:
  - Updating package for p5 module CPAN from 1.9304 to 1.9400

Upstream changes since version 1.9304:
2009-05-24  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.94
	* since 1.93_54 one test was changed that had been failing when
	  Text::Glob was not installed.
	* since 1.93 (which was released 2008-10-12) changes are documented in
	  the release notes for 1.93_5[1234] below. Here is a quick summary of
	  the highlights: SQLite dependency tracking fixed; packaging works
	  around bugs in Solaris tar; fixed ls on subdirectories; tested with
	  YAML::XS and documented as such; support for MYMETA.yml; CPAN.pm file
	  split into separate files; mega doc/English corrections; negated
	  match variables in distroprefs
	* thanks to Gisle Aas, Tom Christiansen, Alexandr Ciornii, Nicholas
	  Clark, Jan Dubois, David Golden, Randy Kobes, Olivier 'dolmen'
	  Mengu'e, Steffen M"uller, Slaven Rezi'c, Michael Schwern, G'abor
	  Szab'o, Frank Wiegand and many others for providing patches,
	  bugreports and valuable feedback.

2009-05-07  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_54 (another release candidate for 1.94, I had
	  overlooked the github fork by Alexandr)
	* Help Strawberry perl #41537: will prefer perl unpack modules (unless
	  it is bz2). (Alexandr Ciornii)
	* address #43779: test failures when NFS involved (Alexandr Ciornii)
	* adjust tests for 5.6.2 and when no yaml module is available

2009-05-04  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_53 (release candidate for 1.94)
	* address #45470: pod synopsis fix submitted by Olivier 'dolmen' Mengu'e
	* bugfix: @$urllist could break on an undefined urllist, now protected
	* bugfix: Work around the troubles posed by Acme::BadExample
	* bugfix: address #43813: solaris tar cannot deal with long paths

2009-04-13  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_52 (dev release towards 1.94)
	* shake out missings after the split into many files
	* Win32 fixes by Jan Dubois
	* CPAN::SQLite support fixes by Randy Kobes
	* completion on distros works now at least on the "d" command when using
	  pretty id ( eg. USERID/Foo-<TAB> )
	* experimental support for deprecated.pm only enabled on perl 5.11
	* address #37531: ls on subdirectories did not work as one would
	  expect (reported by Slaven Rezic)
	* address #28438: do not create the author directory if we have a file
	  URL (reported by Schwern)
	* all distroprefs now more YAML compliant
	* tested with YAML::XS and documented as such
	* patch by Gisle Aas to catch not compiling regexps in distroprefs
	* patch by David Golden to support MYMETA.yml
	* address #44549: support users who do not want to connect to the
	  internet but still configure us to run in an intranet or with a
	  minicpan on the local disk (reported by Nicholas Clark)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 1 23:07:41 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

pkgsrc changes:

- updating module to 1.9304 (seen update to late while committing the add)

Upstream changes:

2009-02-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.9304 (same as 1.93_03, just version changed to mark
	  as stable)
2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.93_51 (dev release towards 1.94)
	* major surgery: split all packages within the CPAN.pm file into
	  separate files. Requested by Gabor Szabo who also submitted an initial
	  implementation.
	* major surgery: relocate the repository to github, adjust all SVN
	  related code in the Makefile.PL to git, and remove all files that are
	  not directly relevant to CPAN.pm. (David Golden and Andreas Koenig)
	* mega doc and English patch by Tom Christiansen and David Golden
	* chmod the build directories to be world readable (suggested by Slaven Rezic)
	* fix broken perldoc command (Randy Kobes)
	* Use Parse::CPAN::Meta not Parse::Metayaml (Steffen Mueller)
	* Negated match variables in distroprefs (Gisle Aas)
	* new batch signing key PAUSE2009.pub included
	* this is release 1.93_03

2009-02-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* this is release 1.93_03 (preparation of stable 1.9304)
	* more backporting from trunk
	* PAUSE2009.pub included
	* s/cpantesters.perl.org/www.cpantesters.org/

2009-01-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
	* this is release 1.93_02
	* the underscore is there because it is the first git based release, it
	  as a test ballon for the merge with bleadperl. I expect it will become
	  1.9303
	* upgrade repo to github
	* more caution when running in degraded mode
	* default for connect-to-internet-ok to 0 again (for 5.8.9 a quick fix
	  against bootstrappng problems was to set it to 1; now the resulting
	  error message makes clear what's going on)
	* typo corrections (Frank Wiegand, David Golden)
	* backport Parse::CPAN::Meta patch from trunk (Steffen Mueller, David Golden)

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 1 21:59:46 2009 UTC (14 years, 6 months ago) by sno
Branch: MAIN

Adding Perl-module CPAN for later addition of CPAN::Reporter.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>