Next | Query returned 55 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2013-10-02 16:38:16 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.58

Upstream changes:
0.58      2013-09-13 16:57:41Z (Karen Etheridge)
 - remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
 - warnings tests bypassed during installation
 - author metadata moved to contributors

0.57      2013-09-07 21:29:05Z (Karen Etheridge)
 - spelling fixes (RT#87780, David Steinbrunner)
 - removed use of deprecated Class::MOP::load_class
 - repository migrated from shadowcat to the github moose organization
   2013-07-27 09:57:49 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.56
Update BUILD_DEPENDS

Upstream changes:
0.56      2013-02-15 13:13:18 PST-0800
 - depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
   v0.52)

0.55      2013-02-12 10:02:55 PST-0800
 - fix broken tests on win32 with file comparisons

0.54      2013-02-09 16:25:32 PST-0800
 - fix broken tests on win32 with file comparisons
 - allow configfiles called "0"
 - support more mechanisms for overriding default configfile
 - when using in conjunction with MooseX::ConfigFromFile, configfile value now
   properly passed to new()

0.53      2013-02-05 09:59:00 PST-0800
 - properly indicate optional dependency in tests using
   MooseX::ConfigFromFile

0.52      2013-02-02 19:01:25 PST-0800
 - tests converted from using Path::Class to Path::Tiny

0.51      2013-01-27 09:38:11 PST-0800
 - missing test prereqs now declared (thanks for the automated reports, David
   Cantrell!)

0.50      2012-12-27 00:20:56 PST-0800
 - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
   callstack. (RT#82249)

0.49      2012-12-26 10:13:41 PST-0800
 - silence a warning in tests if the user does not have YAML::XS installed
   (thanks for the report, Getty!)
 - fix off-by-one issues in test plans if optional requirements are not met

0.48      2012-12-23 18:08:04 PST-0800
 - documentation and tests amended to prefer usage of 'trait' over 'metaclass'
   as much as possible
 - print_usage_text() exposed as a public method, to make it easier for
   consuming classes to modify the behaviour when usage text is printed
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
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.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2012-09-10 12:24:08 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.

pkgsrc changes:
- adjust (build/test) dependencies

upstream changes:
0.47      2012-08-30 16:37:59 PDT-0700
 - re-release to remove double $VERSION declarations

0.46      2012-08-30 15:17:28 PDT-0700
 - -h is also treated as a --help option

0.45      2012-05-13 09:49:58 PDT-0700
 - use Path::Class in test to avoid test failures on MSWin32 with filename
   construction

0.44      2012-05-11 10:44:48 PDT-0700
 - now respecting value of configfile passed to the constructor, when used in
   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

0.43      2012-04-29 09:35:52 PDT-0700
 - re-release as non-trial.

0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
 - reformatted the Changes file, with the help of CPAN::Changes, to something
   a little more standard.
 - more release-only tests added

0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
 - Now bails with exit status 0, rather than dying, when printing
   requested --usage/--help information (usage printed via invalid arguments
   will still die, however). (Karen Etheridge)

0.40      2012-04-13
 - Fix tests when MooseX::ConfigFromFile is installed, with
   Getopt::Long::Descriptive >= 0.091. RT#76287
 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

0.39      2012-02-03
 - Fix argument parsing in process_argv when used with ConfigFromFile so
   that -v can be used as expected, rather than being grabbed as --version

0.38      2011-12-23
 - More documentation on Getopt::Long settings and how they alter this
   role's behaviour, in particular with regards to extra_argv capturing.
   (Karen Etheridge)
   2011-10-21 09:13:58 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-MooseX-Getopt to 0.37.

Changes from previous:
0.37 Wed 30 Mar 2011
  * Fix missing dependency. (RT#67077)

0.36 Tue 29 Mar 2011
  * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
  * MooseX::Getopt::GLD
    - change it to a MooseX::Role::Parameterized, so that it accepts
      'getopt_conf' parameter (Damien Krotkine)

0.35 Wed 09 Feb 2011
  * Fix missed change from Test::Exception to Test::Fatal

0.34 Tue 08 Feb 2011
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * Move most of new_with_options logic into separate publically
    accessible process_argv method, so that arg processing can be
    done without actually creating object (Jonathan Swartz)
   2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406)
Log message:
Revision bump after updating perl5 to 5.14.1.
   2010-09-02 22:23:38 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-MooseX-Getopt from 0.31nb1 to 0.33

pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.33 Thu 26 Aug 2010
  * Remove Test::Most from newly added test (RT#60766)

0.32 Thu 26 Aug 2010
  * Fix handling of Union types (RT#58417)
   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
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!

Next | Query returned 55 messages, browsing 31 to 40 | Previous