Commit graph

15 commits

Author SHA1 Message Date
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wen
3d29d648aa Update to 0.26
Add missing DEPENDS

Upstream changes:
0.26  2014-02-25
      - fix dependency specification for Try::Tiny (Gareth Harper, #9)

0.25  2014-02-06
      - fix for Module::Runtime 0.014
2014-07-13 11:06:03 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
wen
492a1933cd Update to 0.24
Upstream changes:
0.24  2013-09-07
      - added missing lib include (Karen Etheridge)

0.23  2013-09-04
      - stop using old and deprecated (or soon to be deprecated) functions from
        Class::MOP
2014-01-21 13:55:50 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
89112c4b09 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-10-06 15:13:13 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
5fed8ac99f 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-09-02 20:27:14 +00:00
seb
c3f1e700ad 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-08-21 16:32:42 +00:00
seb
748d75457d 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.
2010-07-27 18:33:38 +00:00
rhaen
d39a46ea33 - 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-10-12 21:59:45 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
seb
b5ceeaa90e 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.
2009-08-19 20:53:10 +00:00