Next | Query returned 30 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   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.
   2011-10-06 17:13:13 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-MooseX-NonMoose to 0.22.

Changes from previous:
0.22  2011-05-09
      - Fix issues where the metaclass gets reinitialized after the call to
        'extends' but before 'make_immutable'. This could happen if a role
        used an extension which provided an application_to_class metarole,
        since the role application would then apply a metarole to the class,
        and metarole application currently causes metaclass reinitialization
        in Moose. (ugh.)

0.21  2011-04-29
      - Allow this module to work with constructors with names other than
        'new'. If you're extending a class with a constructor named something
        other than 'new', you should declare this when calling extends, as in:
          extends 'Foo' => { -constructor_name => 'create' };

        This will ensure that calling 'create' will also call Moose's
        constructor.

0.20  2011-03-22
      - fix warning when passing inline_constructor => 0 with no superclass new
        method (rafl).

0.19  2011-03-02
      - don't die if superclass doesn't have a 'new' method

0.18  2011-02-09
      - forward compat for Moose 2.0

0.17  2010-11-08
      - convert to Test::Fatal, and dep on it
0.16  2010-10-05
      - Make it work with Moose 1.15 (Dave Rolsky).
   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:27:14 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating devel/p5-MooseX-NonMoose from 0.14nb1 to 0.15

Upstream changes:
0.15  2010-08-20
      - Fix the fallback constructor call for hashref parameters (ribasushi,
        t0m, castaway).
   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!
   2010-07-27 20:33:38 by Stoned Elipot | Files touched by this commit (2)
Log message:
Update p5-MooseX-NonMoose from version 0.07 to version 0.14.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.14  2010-07-19
      - Avoid warnings from Moose 1.09, part 2 (Dave Rolsky).

0.13  2010-07-18
      - Also avoid warnings in MooseX::NonMoose::InsideOut.

0.12  2010-07-18
      - Avoid warnings from Moose 1.09 (Dave Rolsky).

0.11  2010-06-30
      - Actually use the right test.

0.10  2010-06-30
      - Don't break if someone specifies a version to extends.

0.09  2010-06-15
      - Fix several issues relating to picking the correct constructor to call
        from the constructor that we build.

0.08  2010-05-20
      - Fix inheriting from classes which don't bless their instances into the
        correct class when subclassing (jhallock).
      - Update for things fixed in latest Moose.
   2009-10-12 23:59:45 by Ulrich Habel | Files touched by this commit (2) | Package updated
Log message:
- updated to 0.07
ChangeLog:
0.07    09/27/2009
    Start adding support for non-Moose destructors. Destructor inlining isn't
    supported yet, since Moose isn't quite flexible enough there for it to be
    more than an annoying hack, but this should still work with immutable
    classes anyway.

0.06    09/27/2009
    defining a custom constructor in a class using mx-nonmoose now works

    use a less broken test for whether or not a superclass has an inlined
    constructor (fixes issue uncovered by fixes to Moose's metaclass
    compatibility fixing)
   2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116)
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
   2009-08-19 22:53:10 by Stoned Elipot | Files touched by this commit (3) | Imported package
Log message:
Initial import of p5-MooseX-NonMoose version 0.05 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::NonMoose allows for easily subclassing
non-Moose classes with Moose, taking care of the annoying details.


Next | Query returned 30 messages, browsing 21 to 30 | previous