Next | Query returned 46 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2016-10-12 16:48:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Dist-Zilla to 6.008
------------------------------------
6.008     2016-10-05 21:35:23-04:00 America/New_York
        - fix the skip message from ExtraTests (thanks, Roy Ivy Ⅲ!)
        - cope with error changes in latest Moose (thanks, Karen Etheridge and
          Dave Rolsky)
        - always stringify $] in MetaConfig to avoid losing trailing zeroes
          through numification (thanks, Karen Etheridge!)
   2016-08-09 15:42:54 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-Dist-Zilla to 6.007
------------------------------------
6.007     2016-08-06 14:04:39-04:00 America/New_York
        - restrict [MetaYAML] to metaspec v1.4, [MetaJSON] to v2.0+, as other
          version combinations are not well-supported by the toolchain
   2016-07-15 15:33:46 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.006

Upstream changes:
6.006     2016-07-04 10:56:36-04:00 America/New_York
        - add some documentation to Dist::Zilla::App::Tester (thanks, Alberto
          Simç¹­es!)
        - optimizations to regex munging (thanks, Olivier Mengu矇!)
        - add x_serialization_backend to META.* files (thanks, Karen
          Etheridge!)
        - metadata plugins are called before metadata defaults are built
          (thanks, Karen Etheridge!)
        - don't use ExtraTests plugin, but if you do, its generated test files
          are a bit faster when unused
   2016-06-09 14:10:09 by Makoto Fujiwara | Files touched by this commit (15)
Log message:
Add +BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make test
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-05-30 23:33:14 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
Updated devel/p5-Dist-Zilla to 6.005  (From 5.047)
--------------------------------------------------
6.005     2016-05-23 08:08:15-04:00 America/New_York
        - NextRelease now dies if there's no changelog file found
          (thanks, Karen Etheridge)
        - Module::Runtime replaces Class::Load (thanks Olivier Mengu辿)

6.004     2016-05-14 09:14:19-04:00 America/New_York (TRIAL RELEASE)
        - stop listing Path::Class as a prereq (thanks, Karen Etheridge)
        - update docs on path types (thanks, Graham Ollis)

6.003     2016-04-24 19:23:46+01:00 Europe/London (TRIAL RELEASE)
        - leading BOM (FEFF) is stripped on UTF-8 content
        - PPI now handles characters, not bytes, fixing non-ASCII
          non-comments in your source

6.002     2016-04-23 17:50:26+01:00 Europe/London (TRIAL RELEASE)
        - tweaks to Dist::Zilla::Path to keep plugins from v5 era working

6.001     2016-04-23 13:21:56+01:00 Europe/London
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - Using a Dist::Zilla::Path like a Path::Class object now issues a
          deprecation warning ("this will be removed") once per call site.

6.000     2016-04-23 11:35:28+01:00 Europe/London (TRIAL RELEASE)
        [THIS RELEASE MIGHT BREAK YOUR BUILD]
        - Path::Class has been excised in favor of Path::Tiny, exposed as
          Dist::Zilla::Path; it will still respond to ->subdir and ->file, but
          only until Dist::Zilla v7 -- fix your plugins by then!

        - The --verbose switch to dzil is now strictly on/off.  To set
          verbosity on a per-plugin basis, use the -V switch.  Unfortunately,
          per-plugin verbosity seems to have been broken for some time, anyway.

        - The plugins [Prereq] and [AutoPrereq] and [BumpVersion] have been
          removed.  These were long deprecated.  (Don't confuse Prereq, for
          example, with the plural Prereqs, which is the correct plugin.)

        - [PkgVersion] now supports a use_package argument which will put the
          version in the package statement.  (Remember that this syntax was
          introduced in perl v5.12.0.)

        - Dist::Zilla now requires perl v5.14.0.  It will still happily build
          dists that run on whatever version of perl you like.
   2016-05-03 13:58:01 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated to devel/p5-Dist-Zilla 5.047
------------------------------------
5.047     2016-04-23 16:20:13+01:00 Europe/London
        - cast things to Path::Class as needed, for now, for v6 backcompat
          (don't expect more commits like this)

5.046     2016-04-22 15:50:27+01:00 Europe/London
        - avoid using syntax that is called ambiguous on older perls

5.045     2016-04-22 11:37:13+01:00 Europe/London
        - add 'relationship' option to AutoPrereqs plugin (Karen Etheridge)
        - PrereqScanner role abstracts much of the AutoPrereqs behavior
          (thanks, Olivier Mengu辿!)
        - remove duplicates from the results of the :ExecFiles filefinder
        - [MakeMaker] now rejects version ranges in prereqs if eumm_version is
          not specified to be high enough (7.1101) to guarantee it can be
          handled (Karen Etheridge)
        - allow comments in an authordep specification with a version
        - make FakeReleaser a bit more of a drop-in for UploadToCPAN
          (Erik Carlsson)
        - make PkgDist preserve blank line after 'package' for PkgVersion
          (Chisel Wright)
        - add rename option to [GatherDir::Template] (Alastair McGowan-Douglas)
        - META.json is now emitted in ASCII (using \u... for non-ASCII
          characters) to avoid a bug in older versions of JSON::PP on older
          versions of perl
        - "dzil build --in ." no longer allows you to blow away your cwd
   2016-04-10 10:07:25 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(pkgsrc)
 - Add following line for make test
     +BUILD_DEPENDS+=  p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
(upstream)
 - Updated to devel/p5-Dist-Zilla-5.044
------------------------------------
5.044     2016-04-06 20:32:14-04:00 America/New_York
        - require a newer List::Util to avoid a dumb bug caused by relying on
          side effects of loading Moose (thanks, Karen Etheridge!)

5.043     2016-01-04 22:54:56-05:00 America/New_York
        - dzil test now supports --extended to set EXTENDED_TESTING (thanks,
          Philippe Bruhat)

5.042     2015-11-26 09:05:37-05:00 America/New_York
        - try to avoid testing errors when the local time zone can't be
          determined (https://github.com/rjbs/Dist-Zilla/issues/497)

5.041     2015-10-27 22:07:54-04:00 America/New_York
        - add 'static_attribution' attribution to MakeMaker plugin
        - fix prereqs for App::Cmd and Config::MVP::Reader::INI

5.040     2015-10-13 11:42:25-04:00 America/New_York
        - the distribution tarball name no longer includes -TRIAL if the
          version contains an underscore

        - [PkgVersion] adds "$VERSION = $VERSION_SANS_UNDERSCORES" when
          version contains an underscore

        - made the PodCoverageTests and PodSyntaxTests plugins generate author
          tests, not release tests. These are tests you want passing on every
          commit, not just before a release (Dave Rolsky)
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-16 05:32:25 by Makoto Fujiwara | Files touched by this commit (2) | Package updated
Log message:
(pkgsrc)
 - Add following line for make test to pass
   BUILD_DEPENDS+=	p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check
   BUILD_DEPENDS+=	p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
   BUILD_DEPENDS+=	p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
   BUILD_DEPENDS+=	p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings

(upstream)
 - Update 5.036 to 5.039
---------------------
5.039     2015-08-10 09:03:08-04:00 America/New_York
        - update required version of MooseX::Role::Parameterized; older
          versions work, but can cause a bunch of unwanted warnings

5.038     2015-08-07 22:16:50-04:00 America/New_York
        - [License] can be given a filename option to use instead of LICENSE
        - dzil listdeps --develop now exists as an alias for dzil listdeps
          --author (Karen Etheridge)
        - dzil authordeps now lists the Software::License class needed
          (thanks, David Zurborg)
        - PkgVersion now skips .pod files (thanks, David Golden)
        - build_element support added for [ModuleBuild] (thanks, David
          Wheeler!)
        - new native filefinder :ExtraTestFiles (thanks, Karen Etheridge)
        - [AutoPrereqs] now looks for develop prerequisites in xt/ (thanks,
          Karen Etheridge)
        - new file finder ':PerlExecFiles' (thanks, Karen Etheridge)
        - try harder to notice failure to set up build root, especially on
          Win32 (thanks, Christian Walde)
        - better errors when a global config package isn't available (thanks,
          Karen Etheridge)
        - added the "ignore" option to [Encoding] (thanks, Yanick Champoux)
        - allow ; authordep specifications to contain version ranges (thanks,
          Karen Etheridge)
        - better error when PAUSE credentials can't be loaded (thanks, David
          Golden)
        - fix documentation for the LicenseProvider role
        - improve errors when PPI failes to parse (thanks, Nick Tonkin)
        - sort list of executable files in Makefile.PL, for deterministic
          builds (thanks, Karen Etheridge)
        - omit configure-requires prerequisites from [MakeMaker]'s fallback
          prerequisites (used by older ExtUtils::MakeMaker)

5.037     2015-06-04 21:46:38-04:00 America/New_York
        - issue a warning when version ranges are passed through to
          ExtUtils::MakeMaker, which cannot parse them and treats them as '0'
          https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/215

        - added %P formatter code to [NextRelease] for the releaser's PAUSE id

Next | Query returned 46 messages, browsing 21 to 30 | Previous